Commit ea7e1c7
authored
EnableAotAnalyzer by default for src libraries (#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 #754801 parent fb25b76 commit ea7e1c7
File tree
78 files changed
+46
-52
lines changed- src/libraries
- Microsoft.CSharp/src
- Microsoft.Extensions.Caching.Abstractions/src
- Microsoft.Extensions.Caching.Memory/src
- Microsoft.Extensions.Configuration.Abstractions/src
- Microsoft.Extensions.Configuration.Binder/src
- Microsoft.Extensions.Configuration.CommandLine/src
- Microsoft.Extensions.Configuration.EnvironmentVariables/src
- Microsoft.Extensions.Configuration.FileExtensions/src
- Microsoft.Extensions.Configuration.Ini/src
- Microsoft.Extensions.Configuration.Json/src
- Microsoft.Extensions.Configuration.UserSecrets/src
- Microsoft.Extensions.Configuration.Xml/src
- Microsoft.Extensions.Configuration/src
- Microsoft.Extensions.DependencyInjection.Abstractions/src
- Microsoft.Extensions.DependencyInjection.Specification.Tests/src
- Microsoft.Extensions.DependencyInjection/src
- Microsoft.Extensions.DependencyModel/src
- Microsoft.Extensions.FileProviders.Abstractions/src
- Microsoft.Extensions.FileProviders.Composite/src
- Microsoft.Extensions.FileProviders.Physical/src
- Microsoft.Extensions.FileSystemGlobbing/src
- Microsoft.Extensions.Hosting.Abstractions/src
- Microsoft.Extensions.Hosting.Systemd/src
- Microsoft.Extensions.Hosting.WindowsServices/src
- Microsoft.Extensions.Hosting/src
- Microsoft.Extensions.Http/src
- Microsoft.Extensions.Logging.Abstractions/src
- Microsoft.Extensions.Logging.Configuration/src
- Microsoft.Extensions.Logging.Console/src
- Microsoft.Extensions.Logging.Debug/src
- Microsoft.Extensions.Logging.EventLog/src
- Microsoft.Extensions.Logging.EventSource/src
- Microsoft.Extensions.Logging.TraceSource/src
- Microsoft.Extensions.Logging/src
- Microsoft.Extensions.Options.ConfigurationExtensions/src
- Microsoft.Extensions.Options.DataAnnotations/src
- Microsoft.Extensions.Options/src
- Microsoft.Extensions.Primitives/src
- System.ComponentModel.Composition/src
- System.ComponentModel.TypeConverter/src/System/ComponentModel/Design
- System.Composition.Hosting/src
- System.Composition.Runtime/src
- System.Composition.TypedParts/src
- System.Configuration.ConfigurationManager/src
- System.Data.Common/src
- System.Data.Odbc/src
- System.Data.OleDb/src
- System.Diagnostics.DiagnosticSource/src
- System.Diagnostics.EventLog/src
- System.Diagnostics.PerformanceCounter/src
- System.DirectoryServices.AccountManagement/src
- System.DirectoryServices.Protocols/src
- System.DirectoryServices/src
- System.Drawing.Common/src
- System.Formats.Asn1/src
- System.Linq.Expressions/src
- System.Linq.Queryable/src
- System.Memory.Data
- ref
- src
- System
- System.Net.Http.Json/src
- System.Net.HttpListener/src
- System.Net.Quic/src
- System.Net.Security/src
- System.Private.DataContractSerialization/src
- System.Private.Xml/src
- System.Reflection.Context/src
- System.Reflection.DispatchProxy/src
- System.Reflection.MetadataLoadContext/src
- System.Resources.Extensions/src
- System.Runtime.InteropServices.JavaScript/src
- System.Runtime.Serialization.Formatters/src
- System.Runtime.Serialization.Schema/src
- System.ServiceModel.Syndication/src
- System.Text.Json/src
- System.Windows.Extensions/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
78 files changed
+46
-52
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
0 commit comments