Skip to content

Commit 8c572c6

Browse files
author
Per Kops
committed
feat: suppres S6964 in webapi project-framework
1 parent 15c2f02 commit 8c572c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

distribution/project-frameworks/webapi/.editorconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ dotnet_diagnostic.CA1062.severity = none # No need for null-checking
3838

3939
dotnet_diagnostic.MA0004.severity = none # Use Task.ConfigureAwait(false) https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0004.md
4040

41+
dotnet_diagnostic.S6964.severity = none # The rule S6964 should not be active for model properties that use the required keyword. Those properties can never be under-posted because the JSON deserialization for them fails.
42+
4143
##########################################
4244
# Custom - Code Analyzers Rules
4345
##########################################

0 commit comments

Comments
 (0)