Nerdery.CSharpCodeStyle
2.0.0-alpha1
This is a prerelease version of Nerdery.CSharpCodeStyle.
dotnet add package Nerdery.CSharpCodeStyle --version 2.0.0-alpha1
NuGet\Install-Package Nerdery.CSharpCodeStyle -Version 2.0.0-alpha1
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="Nerdery.CSharpCodeStyle" Version="2.0.0-alpha1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Nerdery.CSharpCodeStyle" Version="2.0.0-alpha1" />
<PackageReference Include="Nerdery.CSharpCodeStyle" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Nerdery.CSharpCodeStyle --version 2.0.0-alpha1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Nerdery.CSharpCodeStyle, 2.0.0-alpha1"
#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.
#:package Nerdery.CSharpCodeStyle@2.0.0-alpha1
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Nerdery.CSharpCodeStyle&version=2.0.0-alpha1&prerelease
#tool nuget:?package=Nerdery.CSharpCodeStyle&version=2.0.0-alpha1&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Nerdery C# Code Style Conventions with StyleCop (StyleCop+) Integration with MS Build
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.0.0-alpha1 | 64 | 1/9/2013 |
| 2.0.0-alpha | 44 | 1/9/2013 |
| 1.0.1 | 186 | 6/5/2012 |
| 1.0.0 | 52 | 6/5/2012 |
When upgrading, open visual studio without performing a build, otherwise StyleCop DLLs will not be writeable and NuGet will throw an error.
1.1.0
---------
* Built for NuGet v2.0
* Package now includes a shortcut in your solution root to edit the settings file with the settings editor
* Clarified documentation in the site Wiki
See https://github.com/thenerdery/Nerdery-CSharp-CodeStyle/wiki/Change-Log for change log for previous versions