InheritDocTool 2.5.2
.NET Core global tool that post processes XML documentation files to support an <inheritdoc/> tag allowing inheriting XML comments from base types, interfaces, and similar methods. Works with .NET Framework, .NET Standard, and .NET Core projects. See the separate InheritDocLib NuGet package for a programmatic interface.
dotnet tool install --global InheritDocTool --version 2.5.2
This package contains a .NET Core Global Tool you can call from the shell/command line.
Release Notes
Include sourceXml when multiple targets found
Dependencies
This package has no dependencies.