mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-09 09:34:49 +09:00
Replace most corelib uses of Unsafe.SizeOf<T> with sizeof(T) (#104923)
Also suppress CS8500 globally rather than in hundreds of files individually and fix NoWarns that weren't inheriting global NoWarns.
This commit is contained in:
parent
769ead4b07
commit
19f03850ca
140 changed files with 112 additions and 442 deletions
|
@ -388,7 +388,7 @@
|
|||
<Features>strict;nullablePublicOnly</Features>
|
||||
<TreatWarningsAsErrors Condition="'$(TreatWarningsAsErrors)' == ''">true</TreatWarningsAsErrors>
|
||||
<!-- Warnings to always disable -->
|
||||
<NoWarn>$(NoWarn),CS8969</NoWarn>
|
||||
<NoWarn>$(NoWarn);CS8500;CS8969</NoWarn>
|
||||
<!-- Always pass portable to override arcade sdk which uses embedded for local builds -->
|
||||
<DebugType>portable</DebugType>
|
||||
<KeepNativeSymbols Condition="'$(KeepNativeSymbols)' == '' and '$(DotNetBuildSourceOnly)' == 'true'">true</KeepNativeSymbols>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue