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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbuyaa-n <bunamnan@microsoft.com>2020-07-02 04:36:56 +0300
committerGitHub <noreply@github.com>2020-07-02 04:36:56 +0300
commit06fa9410a86ebed2ccc789f1859489af394d0d8c (patch)
treeeb99d02456838d0f01b205f1469cde737791ea60 /.editorconfig
parent361065e09e2dbea07fa6fbcbe5a56bbcf9524909 (diff)
Turn on argument exception analyzer on runtime, fix warnings found (#38578)
* Turn on argument exception analyzer on runtime, fix failures found
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 4b75cbf9ed1..f686aa1783f 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -155,7 +155,7 @@ csharp_space_between_square_brackets = false
# Analyzers
dotnet_code_quality.ca1802.api_surface = private, internal
-dotnet_code_quality.CA2208.api_surface = public
+dotnet_code_quality.ca2208.api_surface = public
# C++ Files
[*.{cpp,h,in}]