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:
parent
ca0fd167d5
commit
ee0aadc3da
99 changed files with 257 additions and 236 deletions
|
@ -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}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue