Generics not displayed property in 3 beta html

Generics not displayed property in 3 beta html

I have a class with generics. When I click through the HTML report down to the source code level, the display is incorrect. It shows

public class Settings : AbstractSettings

where the actual code is this:

public class Settings<T> : AbstractSettings

The same problem occurs anywhere I have < or > in comments or strings.


RE: Generics not displayed property in 3 beta html

thanks for the bug report! This bug has been fixed for v3.0.7, which should be released next week.