Skip to content

Commit

Permalink
- Ignore more .NET 8.0 specific rules (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 authored Nov 30, 2023
1 parent 592dada commit 3d6fafc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions style_guides/csharp/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -674,3 +674,8 @@ dotnet_diagnostic.CA1822.severity = none
dotnet_diagnostic.CA1819.severity = none
### Use pre-formatted strings in .NET 8.0
dotnet_diagnostic.CA1863.severity = none
### Use primary constructors in .NET 8.0
dotnet_diagnostic.IDE0290.severity = none
### Use collection initializers in .NET 8.0
dotnet_diagnostic.IDE0028.severity = none
dotnet_diagnostic.IDE0305.severity = none

0 comments on commit 3d6fafc

Please sign in to comment.