InheritDoc 1.0.0.299

There is a newer version of this package available.
See the version list below for details.
dotnet add package InheritDoc --version 1.0.0.299
NuGet\Install-Package InheritDoc -Version 1.0.0.299
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="InheritDoc" Version="1.0.0.299" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add InheritDoc --version 1.0.0.299
#r "nuget: InheritDoc, 1.0.0.299"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install InheritDoc as a Cake Addin
#addin nuget:?package=InheritDoc&version=1.0.0.299

// Install InheritDoc as a Cake Tool
#tool nuget:?package=InheritDoc&version=1.0.0.299

Allows adding <inheritdoc/> tags to XML comments in C# source code to inherit XML comments from base classes, interfaces, and similar methods. This eliminates unwanted copying and pasting of duplicate XML comments and automatically keeps XML comments synchronized.

XML comments (starting with ///) are compiled into XML documentation files for each assembly by the normal build process. InheritDoc post processes these XML documentation files to inherit XML comments as needed. This approach makes the XML comments compatible with other documentation tools, accessible by Intellisense, and packagable into a Nuget package if distributing a library.

Installing

Install-Package InheritDoc

Details

See www.inheritdoc.io for more details

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.5.2 164,573 3/18/2020
2.5.1 4,024 2/1/2020
2.5.0 712 1/27/2020
2.4.1 813 1/17/2020
2.4.0 631 1/17/2020
2.3.0 13,796 8/28/2019
2.2.1 1,864 5/23/2019
2.2.0 1,286 5/2/2019
2.1.0 829 5/1/2019
2.0.2 5,210 10/23/2018
2.0.1 1,013 10/23/2018
2.0.0 1,260 8/23/2018
1.2.3 1,078 8/21/2018
1.2.2.1 1,766 8/12/2018
1.2.1.1 1,067 8/5/2018
1.2.0.1 2,580 7/15/2018
1.1.1.1 4,237 6/5/2018
1.1.0.1 1,279 5/9/2018
1.0.8.1 1,184 2/15/2018
1.0.7.1 1,218 1/25/2018
1.0.6.1 1,140 1/25/2018
1.0.5.1 1,241 1/25/2018
1.0.4.1 1,170 1/19/2018
1.0.3.2 1,131 1/19/2018
1.0.2.1 1,248 1/3/2018
1.0.0.342 1,203 1/2/2018
1.0.0.308 1,142 12/20/2017
1.0.0.307 1,223 12/20/2017
1.0.0.299 1,369 12/18/2017

Initial release