Skip to content

Added note about capitalization being required #289

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 18, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/ide/editorconfig-code-style-settings-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,10 @@ Specify the naming style using one or more of the following properties:
| dotnet_naming_style.\<styleTitle\>.required_prefix | Required characters that must appear at the beginning of the identifier. |
| dotnet_naming_style.\<styleTitle\>.required_suffix | Required characters that must appear at the end of the identifier. |
| dotnet_naming_style.\<styleTitle\>.word_separator | Required character between words in the identifier. |
| dotnet_naming_style.\<styleTitle\>.capitalization | pascal_case, camel_case, first_word_upper, all_upper, all_lower |
| dotnet_naming_style.\<styleTitle\>.capitalization | pascal_case, camel_case, first_word_upper, all_upper, all_lower |

> [!NOTE]
> You must specify a capitalization style as part of your naming style, otherwise your naming style will be ignored.

#### Severity
Identify the severity level for a naming rule with this property: `dotnet_naming_rule.<namingRuleTitle>.severity`.
Expand Down Expand Up @@ -1397,4 +1400,4 @@ dotnet_naming_style.end_in_async.capitalization = pascal_case
## See also
[Quick Actions](../ide/quick-actions.md)
[Create portable custom editor options](https://docs.microsoft.com/en-us/visualstudio/ide/create-portable-custom-editor-options)
[.NET Compiler Platform's .editorconfig file](https://github.com/dotnet/roslyn/blob/master/.editorconfig)
[.NET Compiler Platform's .editorconfig file](https://github.com/dotnet/roslyn/blob/master/.editorconfig)