Hagleitner.SoftwareDevelopmentStandards.CSharp
1.1.2
See the version list below for details.
dotnet add package Hagleitner.SoftwareDevelopmentStandards.CSharp --version 1.1.2
NuGet\Install-Package Hagleitner.SoftwareDevelopmentStandards.CSharp -Version 1.1.2
<PackageReference Include="Hagleitner.SoftwareDevelopmentStandards.CSharp" Version="1.1.2" />
paket add Hagleitner.SoftwareDevelopmentStandards.CSharp --version 1.1.2
#r "nuget: Hagleitner.SoftwareDevelopmentStandards.CSharp, 1.1.2"
// Install Hagleitner.SoftwareDevelopmentStandards.CSharp as a Cake Addin #addin nuget:?package=Hagleitner.SoftwareDevelopmentStandards.CSharp&version=1.1.2 // Install Hagleitner.SoftwareDevelopmentStandards.CSharp as a Cake Tool #tool nuget:?package=Hagleitner.SoftwareDevelopmentStandards.CSharp&version=1.1.2
Hagleitner.SoftwareDevelopmentStandards.CSharp
Usage
This package includes configuration files for Visual Studio that will help you code towards Hagleitner's coding guidelines. It also installs the nuget packages StyleCop.Analyzers and Microsoft.CodeAnalysis.FxCopAnalyzers.
Contents
StyleCop
StyleCop is a static code analysis tool from Microsoft that checks C# source code for conformance to StyleCop's recommended coding styles and a subset of Microsoft's .NET Framework Design Guidelines. Following rules are enforced by StyleCop: Documentation, Layout, Maintainability, Naming, Ordering, Readability and Spacing.
FxCop
FxCop is a static code analysis tool from Microsoft that checks .NET managed code assemblies for conformance to Microsoft's .NET Framework Design Guidelines. FxCop analyzes the compiled object code, not the original source code. Following rules are enforced by FxCop: COM (Interoperability), Design, Globalization, Naming, Performance, Security, Usage, Maintainability, Portability and Reliability.
.editorconfig
This file is added to the project when installing the nuget package and shall not be modified. It is used by the analyzers to suppress certain types of errors, warnings or messages.
VsSpellChecker.vsspell
This file is added to the project when installing the nuget package and is used by the Visual Studio Spell Checker. By opening it in Visual Studio various settings can be applied to the spell checking process. You can add new entries to the user dictionary by using Quick Actions and Refactorings... and selecting Add to Dictionary. These entries can be accessed in the Dictionary Settings menu.
Extensions
Visual Studio Spell Checker
To use this package to full extent it is recommended to install Visual Studio Spell Checker.
Visual Studio Spell Checker is a Visual Studio editor extension that checks the spelling of comments, strings and plain text. It can be installed from within Visual Studio from the Visual Studio Marketplace. Select the online marketplace and search for "Visual Studio Spell Checker". Once found, you can download and install the extension.
Learn more about Target Frameworks and .NET Standard.
-
- Microsoft.CodeAnalysis.FxCopAnalyzers (= 2.9.8)
- StyleCop.Analyzers (= 1.1.118)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial release