Correct spelling and grammar errors
This commit is contained in:
parent
588f5394f7
commit
6c7857541a
2 changed files with 8 additions and 8 deletions
|
|
@ -1,16 +1,16 @@
|
|||
# .NET
|
||||
|
||||
These are the configuration files for .NET projects and solutions.
|
||||
These are the configuration files for .NET projects or solutions.
|
||||
|
||||
You can copy these files into the root of your .NET solution in order to activate the conventions.
|
||||
|
||||
### directory.build.props
|
||||
|
||||
The "directory.build.props" contains important project configuration, that need to be set for all .net projects in your solution. Some global compiler configuration will be set and the static analyzers get importet via NuGet.
|
||||
The `directory.build.props` contains important project configuration, that need to be set for all .NET projects in your solution. It will set some global compiler configuration and the static analyzers get imported via NuGet.
|
||||
|
||||
### .editorconfig
|
||||
|
||||
The ".editorconfig" contains configuration for your code editor and the ruleset of the static analyzers. Copy this file into the root of you repository so that it is active for all files and folders.
|
||||
The `.editorconfig` contains configuration for your code editor and the ruleset of the static analyzers. Copy this file into the root of you repository so that it is active for all files and folders.
|
||||
|
||||
#### Analyzers
|
||||
|
||||
|
|
@ -25,7 +25,7 @@ The ".editorconfig" contains configuration for your code editor and the ruleset
|
|||
|
||||
#### Priority
|
||||
|
||||
The analyzers are handled with priority. That means, that a violation of a rule from a analyzer with a higher priority overrides a violation of a lower priority analyzer. In case of conflicting rules from different analyzers, the rule from analyzer with the lower gets changed or deactivated.
|
||||
The analyzers are handled with priority. That means, that a violation of a rule from an analyzer with a higher priority overrides a violation of a lower priority analyzer. In case of conflicting rules from different analyzers, the rule from the analyzer with the lower priority gets changed or deactivated.
|
||||
|
||||
Priority of analyzers:
|
||||
|
||||
|
|
@ -38,4 +38,4 @@ Priority of analyzers:
|
|||
|
||||
### stylecop.json
|
||||
|
||||
The "stylecop.json" contains the configuration for "StyleCop.Analyzers", that cannot be set via the ".editorconfig". This file must be copied into the root of your repository as it gets imported from there into all .NET projects by the "directory.build.props"
|
||||
The `stylecop.json` contains the configuration for "StyleCop.Analyzers", that cannot be set via the `.editorconfig`. This file must be copied into the root of your repository as it gets imported from there into all .NET projects by the `directory.build.props`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue