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-05-15 23:55:30 +0300
committerGitHub <noreply@github.com>2020-05-15 23:55:30 +0300
commitee0aadc3dad5c8d64ce67c6f7ddeb07326aeb8ec (patch)
tree90b6353cfc35d1e724d22c9d8a892caba3b77dcc /.editorconfig
parentca0fd167d540d12d50fd1fbfd09eb1825d54a0f7 (diff)
Fix argument exception warnings on runtime (#35717)
* Fix argument exception warnings on runtime * Apply feedback * Addressing feedback and test fix * Fix test failures * Fix tests for NetFx run * Fix suppressed warning for socket.SendAsyn(e) and fix corresponding tests * Applied feedback
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index bb9c61f6623..28e3eaba64e 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -155,6 +155,7 @@ csharp_space_between_square_brackets = false
# Analyzers
dotnet_code_quality.ca1802.api_surface = private, internal
+dotnet_code_quality.CA2208.api_surface = public
# C++ Files
[*.{cpp,h,in}]