Skip to content

v1.4.0

Choose a tag to compare

@saucecontrol saucecontrol released this 26 Nov 07:04
· 10 commits to master since this release
  • 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.