Hey #dotnet #csharp mastodon, serious question/curiosity.
Take a look at the List.cs file at https://github.com/dotnet/runtime/blob/main/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/List.cs
Where the hell are the XML documentation tags (like <summary>)?
What sorcery is being done to remove them from code but still have them generate for intellesense?