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
For .NET Standard 2.0 targets, a replacement netstandard.xml file is included in this package, meaning the previous workaround for the malformed docs shipped with the ref pack (dotnet/standard#1527) is no longer necessary.
Fixed a possible NullReferenceException when an inheritdoc comment was used on an interface with no base.
Warnings will no longer be emitted for types/members in generated code (anything marked with [GeneratedCode] or [CompilerGenerated]). #11
Warnings will no longer be emitted for automatically inserted docs for explicit interface implementations with no base docs.
When using C# Primary Constructors, warnings will not be emitted when the constructor does not have a base with documentation. In this case, constructor documentation will be inherited following the rules for the declaring type.
typeparamrefs inhereted in closed generic types will now be replaced with see references to the concrete type used.