Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrennan <brecon@microsoft.com>2021-07-02 20:26:03 +0300
committerGitHub <noreply@github.com>2021-07-02 20:26:03 +0300
commitf3ae70fdbbd83fa3ccd7d073f3861dafc38db490 (patch)
treede051ff015bdcca6af1d5bc591f94b3e8a8058da /.editorconfig
parent709f6915887d377a04a7574235baabcb50eb8552 (diff)
Cleanup IDE errors in SignalR (#33918)
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 931e7898df..ade15f781f 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -244,6 +244,9 @@ dotnet_diagnostic.CA1846.severity = suggestion
dotnet_diagnostic.CA2008.severity = suggestion
# CA2012: Use ValueTask correctly
dotnet_diagnostic.CA2012.severity = suggestion
+# IDE0044: Make field readonly
+dotnet_diagnostic.IDE0044.severity = suggestion
+
# CA2016: Forward the 'CancellationToken' parameter to methods that take one
dotnet_diagnostic.CA2016.severity = suggestion