Documentation.Analyser 1.0.5829.23054

There is a newer version of this package available.
See the version list below for details.
dotnet add package Documentation.Analyser --version 1.0.5829.23054
NuGet\Install-Package Documentation.Analyser -Version 1.0.5829.23054
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="Documentation.Analyser" Version="1.0.5829.23054" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Documentation.Analyser --version 1.0.5829.23054
#r "nuget: Documentation.Analyser, 1.0.5829.23054"
#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 Documentation.Analyser as a Cake Addin
#addin nuget:?package=Documentation.Analyser&version=1.0.5829.23054

// Install Documentation.Analyser as a Cake Tool
#tool nuget:?package=Documentation.Analyser&version=1.0.5829.23054

Documentation Quick Fixes For Stylecop (Roslyn .NET)

There are no supported framework assets in this 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
1.1.1 53,191 5/8/2019
1.1.0 696 5/8/2019
1.0.6538.15147 10,280 11/25/2017
1.0.6538.13453 916 11/25/2017
1.0.6166.19031 1,903 11/18/2016
1.0.6092.26771 1,566 9/5/2016
1.0.5858.26421 2,181 1/15/2016
1.0.5858.25899 1,796 1/15/2016
1.0.5848.13308 1,232 1/5/2016
1.0.5840.15013 1,329 12/28/2015
1.0.5836.18911 1,298 12/24/2015
1.0.5833.16527 1,296 12/21/2015
1.0.5832.15446 1,297 12/20/2015
1.0.5829.23054 1,281 12/17/2015
1.0.5823.17121 1,406 12/11/2015
1.0.5823.14247 1,392 12/11/2015
1.0.5822.27727 1,527 12/10/2015
1.0.5822.25222 1,539 12/10/2015
1.0.5819.29057 1,326 12/7/2015
1.0.5813.24423 1,704 12/1/2015
1.0.5813.19520 1,765 12/1/2015
1.0.5812.34328 1,885 11/30/2015
1.0.5811.21037 1,896 11/29/2015
1.0.5809.11172 1,442 11/27/2015
1.0.5807.30500 1,573 11/25/2015
1.0.5806.33664 1,450 11/24/2015
1.0.5806.22989 1,475 11/24/2015
1.0.5806.14659 1,251 11/24/2015
1.0.0 716 5/8/2019

Enhanced properties comments to span multiple lines when correcting existing documentation.
Constructor Documentation Uses Stylecop Standard Text.
Changed quick fix title to 'Generate ? documentation.'
Constructor fixes were incorrectly adding the standard text and breaking the comment on subsequent quick fixes.
Added return value documentation for 'identifier' return values.
Added class documentation.
Improved Parameter Documentation Generation.