NuDoq 1.2.5

dotnet add package NuDoq --version 1.2.5
NuGet\Install-Package NuDoq -Version 1.2.5
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="NuDoq" Version="1.2.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NuDoq --version 1.2.5
#r "nuget: NuDoq, 1.2.5"
#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 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
1.2.5 604 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