1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-09 09:34:49 +09:00

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
This commit is contained in:
buyaa-n 2020-05-15 13:55:30 -07:00 committed by GitHub
parent ca0fd167d5
commit ee0aadc3da
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
99 changed files with 257 additions and 236 deletions

View file

@ -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}]