NuDoq 1.2.5
See the version list below for details.
dotnet add package NuDoq --version 1.2.5
NuGet\Install-Package NuDoq -Version 1.2.5
<PackageReference Include="NuDoq" Version="1.2.5" />
paket add NuDoq --version 1.2.5
#r "nuget: NuDoq, 1.2.5"
// Install NuDoq as a Cake Addin #addin nuget:?package=NuDoq&version=1.2.5 // Install NuDoq as a Cake Tool #tool nuget:?package=NuDoq&version=1.2.5
Provides core APIs for reading and writing XML API documentation files.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. 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 (2)
Showing the top 2 NuGet packages that depend on NuDoq:
Package | Downloads |
---|---|
NuDoc
A simple and intuitive API for reading XML API documentation from .NET assemblies or XML files. NOTE: this package has been renamed to NuDoq. It now just includes a dependency on that instead. |
|
DocumentationLocalizer
A .NET library to help localize code documentation. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on NuDoq:
Repository | Stars |
---|---|
scriban/scriban
A fast, powerful, safe and lightweight scripting language and engine for .NET
|
|
Particular/NServiceBus
Build, version, and monitor better microservices with the most powerful service platform for .NET
|
Version | Downloads | Last updated |
---|---|---|
2.0.1 | 32,242 | 1/29/2021 |
2.0.0 | 441 | 1/29/2021 |
2.0.0-beta | 276 | 1/28/2021 |
1.2.5 | 219,176 | 2/17/2015 |
v0.4
* Added support for `returns` tag.
* Added support for retrieving `IXmlLineInfo` for every element, which allows much better diagnostics
* ToString now renders basic element information
* Full element text content rendering moved to `ToText` method
v0.3
* Support for unknown XML elements (preserves and processes content)
* Support for writing XML from the in-memory model via XmlVisitor
v0.2
* Support for all documentation tags
* Support for custom visitors over the entire results
* Support for anonymous (delegate-based visitor) for convenience
* Additional member post-processing annotations from reflection if available (i.e. reading from an assembly)
v0.1
* Initial cut with visitable documentation elements