In my .NET Core app I wanted Visual Studio to stop complaining about missing XML comments (CS1591 warning).
To enable this I had to add a <NoWarn></NoWarn> configuration:
In my .NET Core app I wanted Visual Studio to stop complaining about missing XML comments (CS1591 warning).
To enable this I had to add a <NoWarn></NoWarn> configuration: