InheritDoc 1.0.0.299
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
<PackageReference Include="InheritDoc" Version="1.0.0.299" />
paket add InheritDoc --version 1.0.0.299
#r "nuget: InheritDoc, 1.0.0.299"
// 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 | Versions 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. |
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 | 172,913 | 3/18/2020 |
2.5.1 | 4,100 | 2/1/2020 |
2.5.0 | 772 | 1/27/2020 |
2.4.1 | 899 | 1/17/2020 |
2.4.0 | 695 | 1/17/2020 |
2.3.0 | 14,263 | 8/28/2019 |
2.2.1 | 1,923 | 5/23/2019 |
2.2.0 | 1,345 | 5/2/2019 |
2.1.0 | 895 | 5/1/2019 |
2.0.2 | 5,341 | 10/23/2018 |
2.0.1 | 1,068 | 10/23/2018 |
2.0.0 | 1,334 | 8/23/2018 |
1.2.3 | 1,137 | 8/21/2018 |
1.2.2.1 | 1,851 | 8/12/2018 |
1.2.1.1 | 1,129 | 8/5/2018 |
1.2.0.1 | 2,642 | 7/15/2018 |
1.1.1.1 | 4,300 | 6/5/2018 |
1.1.0.1 | 1,352 | 5/9/2018 |
1.0.8.1 | 1,264 | 2/15/2018 |
1.0.7.1 | 1,279 | 1/25/2018 |
1.0.6.1 | 1,197 | 1/25/2018 |
1.0.5.1 | 1,313 | 1/25/2018 |
1.0.4.1 | 1,237 | 1/19/2018 |
1.0.3.2 | 1,194 | 1/19/2018 |
1.0.2.1 | 1,308 | 1/3/2018 |
1.0.0.342 | 1,267 | 1/2/2018 |
1.0.0.308 | 1,215 | 12/20/2017 |
1.0.0.307 | 1,290 | 12/20/2017 |
1.0.0.299 | 1,439 | 12/18/2017 |
Initial release