SauceControl.InheritDoc
2.0.2
Prefix Reserved
Requires NuGet 5.0 or higher.
dotnet add package SauceControl.InheritDoc --version 2.0.2
NuGet\Install-Package SauceControl.InheritDoc -Version 2.0.2
<PackageReference Include="SauceControl.InheritDoc" Version="2.0.2"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add SauceControl.InheritDoc --version 2.0.2
#r "nuget: SauceControl.InheritDoc, 2.0.2"
// Install SauceControl.InheritDoc as a Cake Addin #addin nuget:?package=SauceControl.InheritDoc&version=2.0.2 // Install SauceControl.InheritDoc as a Cake Tool #tool nuget:?package=SauceControl.InheritDoc&version=2.0.2
InheritDoc
This MSBuild Task automatically replaces <inheritdoc />
tags in your .NET XML documentation with the actual inherited docs.
How to Use It
Add some
<inheritdoc />
tags to your XML documentation comments.This tool’s handling of
<inheritdoc />
tags is based on the design document used for Roslyn's support in Visual Studio, which is in turn based on the<inheritdoc />
support in Sandcastle Help File Builder (SHFB).Add the SauceControl.InheritDoc NuGet package reference to your project.
This is a development-only dependency; it will not be deployed with or referenced by your compiled app/library.
Build your project as you normally would.
The XML docs will be post-processed automatically with each non-debug build, whether you use Visual Studio, dotnet CLI, or anything else that hosts the MSBuild engine.
Additional Features
Updates the contents of inherited docs to replace
param
andtypeparam
names that changed in the inheriting type or member.Supports trimming your published XML doc files of any types or members not publicly visible in your API.
Validates your usage of
<inheritdoc />
and warns you if no documentation exists or if yourcref
s orpath
s are incorrect.
For more details and examples, see the project home page
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SauceControl.InheritDoc:
Package | Downloads |
---|---|
PixelatedLabs.Standard
Common static analysis configuration for .NET projects. |
GitHub repositories (8)
Showing the top 5 popular GitHub repositories that depend on SauceControl.InheritDoc:
Repository | Stars |
---|---|
Azure/azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
|
|
nodatime/nodatime
A better date and time API for .NET
|
|
TestableIO/System.IO.Abstractions
Just like System.Web.Abstractions, but for System.IO. Yay for testable IO access!
|
|
json-api-dotnet/JsonApiDotNetCore
A framework for building JSON:API compliant REST APIs using ASP.NET and Entity Framework Core.
|
|
saucecontrol/PhotoSauce
MagicScaler high-performance, high-quality image processing pipeline for .NET
|
Version | Downloads | Last updated |
---|---|---|
2.0.2 | 11,837 | 10/12/2024 |
2.0.1 | 121,016 | 2/8/2024 |
2.0.0 | 16,083 | 12/19/2023 |
1.4.0 | 17,334 | 11/26/2023 |
1.3.0 | 386,433 | 5/7/2021 |
1.2.0 | 1,247,512 | 12/9/2020 |
1.1.1 | 7,072 | 11/14/2020 |
1.0.0 | 49,058 | 2/16/2020 |
0.4.0 | 4,506 | 10/24/2019 |
0.3.0 | 874 | 10/4/2019 |
0.2.0 | 540 | 9/30/2019 |
0.1.0 | 984 | 9/27/2019 |
See https://github.com/saucecontrol/InheritDoc/releases for release-specific notes.