Skip to content

Commit 14495d4

Browse files
authored
EnableAotAnalyzer by default for src libraries (dotnet/runtime#81608)
* EnableAotAnalyzer by default for src libraries This flips the default of EnableAotAnalyzer to true so all new libraries are analyzed by default. It also allows us to easily see which libraries haven't been annotated yet. I also fixed the warnings in 2 libraries that were really quick: System.Memory.Data and System.ComponentModel.TypeConverter. Contributes to dotnet/runtime#75480 Commit migrated from dotnet/runtime@ea7e1c7
1 parent a1504e4 commit 14495d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/System.Drawing.Common/src/System.Drawing.Common.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<DefineConstants>$(DefineConstants);DRAWING_NAMESPACE</DefineConstants>
55
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
66
<WarningsNotAsErrors>CS0618</WarningsNotAsErrors>
7+
<EnableAOTAnalyzer>false</EnableAOTAnalyzer>
78
<IsPartialFacadeAssembly>true</IsPartialFacadeAssembly>
89
<IsPackable>true</IsPackable>
910
<AddXamarinPlaceholderFilesToPackage>true</AddXamarinPlaceholderFilesToPackage>

0 commit comments

Comments
 (0)