When writing xml documentation you can use <see cref="something">something</see>, which works of course. But how do you reference a class or a method with generic types? public class FancyClass<T>...
This should be waaaay easier… I want to add a “coded” line break to the XML documentation in my code /// <summary> /// Get a human-readable variant of the...