Skip to content

Commit

Permalink
Bump AnalysisLevel
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrzesniewski committed Apr 20, 2024
1 parent c40f64a commit 56aabd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .editorconfig
Expand Up @@ -62,6 +62,7 @@ dotnet_naming_style.underscore_camel_case.required_prefix = _
### csharp settings
[*.cs]
csharp_indent_labels = no_change
csharp_prefer_braces = false

### ReSharper settings (these need to be in a [*] section)

Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Expand Up @@ -6,7 +6,7 @@

<PropertyGroup>
<LangVersion>12.0</LangVersion>
<AnalysisLevel>5.0</AnalysisLevel>
<AnalysisLevel>8.0</AnalysisLevel>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down

0 comments on commit 56aabd9

Please sign in to comment.