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
NuGet package no longer lists dependencies for target frameworks. Since InheritDoc is a dev-only dependency, its compatibility is based on the dev environment and not the build target. The only dependency (Mono.Cecil) is shipped in the package.
<returns /> elements are now trimmed from inherited docs if the target method has void return.
<value /> elements are now trimmed from inherited docs if the target is not a property.
Improved base method resolution to match generic parameters as well as parameter types.