Skip to content

Commit

Permalink
Configure IDE0290 (use primary constructor) to be an IDE suggestion f…
Browse files Browse the repository at this point in the history
…or the repo.
  • Loading branch information
mavasani committed Jun 16, 2023
1 parent 93921f8 commit 87bca54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eng/globalconfigs/Common.globalconfig
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ dotnet_diagnostic.IDE0130.severity = silent
# IDE0150: Null check can be clarified
dotnet_diagnostic.IDE0150.severity = silent

# IDE0290: Use primary constructor
dotnet_diagnostic.IDE0290.severity = suggestion

### Configuration for Microsoft.CodeAnalysis.NetAnalyzers analyzers executed on this repo ###

# CA1002: Do not expose generic lists
Expand Down

0 comments on commit 87bca54

Please sign in to comment.