You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The generated XML documentation has all {typeparam} tags nested inside {remarks} tags, which prevents tools like SandCastle from seeing the {typeparam} tags.
There are also many {para} tags used, where the MS C# compiler does not create them. This does not cause any issues that I am aware of, but seems unnecessary.
The text was updated successfully, but these errors were encountered:
The generated XML documentation has all {typeparam} tags nested inside {remarks} tags, which prevents tools like SandCastle from seeing the {typeparam} tags.
There are also many {para} tags used, where the MS C# compiler does not create them. This does not cause any issues that I am aware of, but seems unnecessary.
The text was updated successfully, but these errors were encountered: