Enable trim/AOT analyzers on libraries tests#126863
Open
MichalStrehovsky wants to merge 2 commits intodotnet:mainfrom
Open
Enable trim/AOT analyzers on libraries tests#126863MichalStrehovsky wants to merge 2 commits intodotnet:mainfrom
MichalStrehovsky wants to merge 2 commits intodotnet:mainfrom
Conversation
Contributor
|
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries |
Contributor
There was a problem hiding this comment.
Pull request overview
Enables trim and NativeAOT analyzers for src/libraries test projects by default (per #126862), and temporarily opts specific test projects out where analyzer warnings currently exist.
Changes:
- Turn on
EnableTrimAnalyzerandEnableAotAnalyzerby default for libraries test projects viasrc/libraries/Directory.Build.props. - Add per-test-project overrides setting
EnableTrimAnalyzer/EnableAotAnalyzertofalse(with issue link) to keep the build green while warnings are being worked down.
Reviewed changes
Copilot reviewed 157 out of 157 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/libraries/Directory.Build.props | Enables trim/AOT analyzers by default for IsTestProject under src/libraries. |
| src/libraries/Microsoft.Bcl.Cryptography/tests/Microsoft.Bcl.Cryptography.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/Microsoft.CSharp/tests/Microsoft.CSharp.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/Microsoft.Extensions.Configuration.Binder/tests/SourceGenerationTests/Microsoft.Extensions.Configuration.Binder.SourceGeneration.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/Microsoft.Extensions.Configuration.Binder/tests/UnitTests/Microsoft.Extensions.Configuration.Binder.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/Microsoft.Extensions.Configuration.CommandLine/tests/Microsoft.Extensions.Configuration.CommandLine.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/tests/Microsoft.Extensions.Configuration.EnvironmentVariables.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/Microsoft.Extensions.Configuration.Ini/tests/Microsoft.Extensions.Configuration.Ini.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/Microsoft.Extensions.Configuration.Json/tests/Microsoft.Extensions.Configuration.Json.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/Microsoft.Extensions.Configuration.Xml/tests/Microsoft.Extensions.Configuration.Xml.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/Microsoft.Extensions.Configuration/tests/FunctionalTests/Microsoft.Extensions.Configuration.Functional.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/Microsoft.Extensions.Configuration/tests/Microsoft.Extensions.Configuration.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.External.Tests/Microsoft.Extensions.DependencyInjection.ExternalContainers.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Tests/Microsoft.Extensions.DependencyInjection.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/Microsoft.Extensions.FileSystemGlobbing/tests/Microsoft.Extensions.FileSystemGlobbing.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/Microsoft.Extensions.HostFactoryResolver/tests/Microsoft.Extensions.HostFactoryResolver.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/Microsoft.Extensions.Hosting/tests/UnitTests/Microsoft.Extensions.Hosting.Unit.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/Microsoft.Extensions.Logging.Console/tests/Microsoft.Extensions.Logging.Console.Tests/Microsoft.Extensions.Logging.Console.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/Microsoft.Extensions.Logging.EventSource/tests/Microsoft.Extensions.Logging.EventSource.Tests.csproj | Temporarily disables AOT analyzer for this test project (issue-linked). |
| src/libraries/Microsoft.Extensions.Logging/tests/Common/Microsoft.Extensions.Logging.Tests.csproj | Temporarily disables AOT analyzer for this test project (issue-linked). |
| src/libraries/Microsoft.Extensions.Options/tests/Microsoft.Extensions.Options.Tests/Microsoft.Extensions.Options.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/Microsoft.Extensions.Options/tests/SourceGeneration.Unit.Tests/Microsoft.Extensions.Options.SourceGeneration.Unit.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/Microsoft.Extensions.Options/tests/SourceGenerationTests/Microsoft.Extensions.Options.SourceGeneration.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/Microsoft.VisualBasic.Core/tests/Microsoft.VisualBasic.Core.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/Microsoft.Win32.SystemEvents/tests/Microsoft.Win32.SystemEvents.Tests.csproj | Temporarily disables AOT analyzer for this test project (issue-linked). |
| src/libraries/Microsoft.XmlSerializer.Generator/tests/Microsoft.XmlSerializer.Generator.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.CodeDom/tests/System.CodeDom.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Collections.Concurrent/tests/System.Collections.Concurrent.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Collections.Immutable/tests/System.Collections.Immutable.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Collections.Specialized/tests/System.Collections.Specialized.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Collections/tests/System.Collections.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.ComponentModel.Annotations/tests/System.ComponentModel.Annotations.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.ComponentModel.Composition.Registration/tests/System.ComponentModel.Composition.Registration.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.ComponentModel.Composition/tests/System.ComponentModel.Composition.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.ComponentModel.Primitives/tests/System.ComponentModel.Primitives.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.ComponentModel.TypeConverter/tests/System.ComponentModel.TypeConverter.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Composition.Convention/tests/System.Composition.Convention.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.Composition.Runtime/tests/System.Composition.Runtime.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.Composition.TypedParts/tests/System.Composition.TypedParts.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Configuration.ConfigurationManager/tests/System.Configuration.ConfigurationManager.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.Data.Common/tests/System.Data.Common.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Data.Common/tests/System.Data.DataSetExtensions.Tests/System.Data.DataSetExtensions.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Data.OleDb/tests/System.Data.OleDb.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Diagnostics.DiagnosticSource/tests/System.Diagnostics.DiagnosticSource.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Diagnostics.EventLog/tests/System.Diagnostics.EventLog.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.Diagnostics.Process/tests/System.Diagnostics.Process.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.Diagnostics.StackTrace/tests/System.Diagnostics.StackTrace.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Diagnostics.Tracing/tests/System.Diagnostics.Tracing.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.DirectoryServices.AccountManagement/tests/System.DirectoryServices.AccountManagement.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.DirectoryServices/tests/System.DirectoryServices.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.Drawing.Primitives/tests/System.Drawing.Primitives.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Formats.Asn1/tests/System.Formats.Asn1.Tests.csproj | Temporarily disables AOT analyzer for this test project (issue-linked). |
| src/libraries/System.Formats.Nrbf/tests/System.Formats.Nrbf.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Formats.Tar/tests/System.Formats.Tar.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.IO.FileSystem.Watcher/tests/System.IO.FileSystem.Watcher.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.IO.Hashing/tests/System.IO.Hashing.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.IO.MemoryMappedFiles/tests/System.IO.MemoryMappedFiles.Tests.csproj | Temporarily disables AOT analyzer for this test project (issue-linked). |
| src/libraries/System.IO.Packaging/tests/System.IO.Packaging.Tests.csproj | Temporarily disables AOT analyzer for this test project (issue-linked). |
| src/libraries/System.IO.Ports/tests/System.IO.Ports.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.Linq.Expressions/tests/System.Linq.Expressions.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Linq.Parallel/tests/System.Linq.Parallel.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.Linq.Queryable/tests/System.Linq.Queryable.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Linq/tests/System.Linq.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Management/tests/System.Management.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Memory.Data/tests/System.Memory.Data.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Memory/tests/System.Memory.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Net.Http.Json/tests/FunctionalTests/System.Net.Http.Json.Functional.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Net.Http.Json/tests/UnitTests/System.Net.Http.Json.Unit.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/System.Net.Http.WinHttpHandler.Functional.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/System.Net.Http.WinHttpHandler.Unit.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Net.Http/tests/UnitTests/System.Net.Http.Unit.Tests.csproj | Temporarily disables AOT analyzer for this test project (issue-linked). |
| src/libraries/System.Net.HttpListener/tests/System.Net.HttpListener.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Net.Mail/tests/Functional/System.Net.Mail.Functional.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Net.NameResolution/tests/FunctionalTests/System.Net.NameResolution.Functional.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/System.Net.NetworkInformation.Functional.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Net.Ping/tests/FunctionalTests/System.Net.Ping.Functional.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.Net.Primitives/tests/FunctionalTests/System.Net.Primitives.Functional.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Net.Quic/tests/FunctionalTests/System.Net.Quic.Functional.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.Net.Requests/tests/System.Net.Requests.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Net.Security/tests/FunctionalTests/System.Net.Security.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Net.Security/tests/UnitTests/System.Net.Security.Unit.Tests.csproj | Temporarily disables AOT analyzer for this test project (issue-linked). |
| src/libraries/System.Net.Sockets/tests/FunctionalTests/System.Net.Sockets.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Net.WebProxy/tests/System.Net.WebProxy.Tests.csproj | Temporarily disables AOT analyzer for this test project (issue-linked). |
| src/libraries/System.Net.WebSockets.Client/tests/System.Net.WebSockets.Client.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.Numerics.Tensors/tests/System.Numerics.Tensors.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.ObjectModel/tests/System.ObjectModel.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Private.Xml.Linq/tests/misc/System.Xml.Linq.Misc.Tests.csproj | Temporarily disables AOT analyzer for this test project (issue-linked). |
| src/libraries/System.Private.Xml/tests/System.Private.Xml.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Private.Xml/tests/XmlSerializer/ReflectionOnly/System.Xml.XmlSerializer.ReflectionOnly.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Reflection.Context/tests/System.Reflection.Context.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Reflection.DispatchProxy/tests/System.Reflection.DispatchProxy.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Reflection.Emit.ILGeneration/tests/System.Reflection.Emit.ILGeneration.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Reflection.Emit.Lightweight/tests/System.Reflection.Emit.Lightweight.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Reflection.Emit/tests/System.Reflection.Emit.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Reflection.Extensions/tests/System.Reflection.Extensions.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.Reflection.Metadata/tests/System.Reflection.Metadata.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Reflection.MetadataLoadContext/tests/System.Reflection.MetadataLoadContext.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Reflection.TypeExtensions/tests/System.Reflection.TypeExtensions.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Resources.Extensions/tests/BinaryFormatTests/System.Resources.Extensions.BinaryFormat.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Resources.Extensions/tests/CompatTests/System.Resources.Extensions.Compat.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.Resources.Extensions/tests/System.Resources.Extensions.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.Runtime.InteropServices/tests/ComInterfaceGenerator.Unit.Tests/ComInterfaceGenerator.Unit.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.Runtime.InteropServices/tests/System.Runtime.InteropServices.ComDisabled.UnitTests/System.Runtime.InteropServices.ComDisabled.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.Runtime.InteropServices/tests/System.Runtime.InteropServices.UnitTests/System.Runtime.InteropServices.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Runtime.Loader/tests/DefaultContext/System.Runtime.Loader.DefaultContext.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.Runtime.Loader/tests/RefEmitLoadContext/System.Runtime.Loader.RefEmitLoadContext.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Runtime.Numerics/tests/System.Runtime.Numerics.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Runtime.Serialization.Formatters/tests/Disabled/System.Runtime.Serialization.Formatters.Disabled.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Runtime.Serialization.Formatters/tests/System.Runtime.Serialization.Formatters.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Runtime.Serialization.Json/tests/ReflectionOnly/System.Runtime.Serialization.Json.ReflectionOnly.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Runtime.Serialization.Json/tests/System.Runtime.Serialization.Json.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Runtime.Serialization.Primitives/tests/System.Runtime.Serialization.Primitives.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Runtime.Serialization.Schema/tests/System.Runtime.Serialization.Schema.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Runtime.Serialization.Xml/tests/Canonicalization/System.Runtime.Serialization.Xml.Canonicalization.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Runtime.Serialization.Xml/tests/ReflectionOnly/System.Runtime.Serialization.Xml.ReflectionOnly.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Runtime.Serialization.Xml/tests/System.Runtime.Serialization.Xml.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Runtime/tests/System.Buffers.Tests/System.Buffers.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.Runtime/tests/System.Diagnostics.Debug.Tests/System.Diagnostics.Debug.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.Runtime/tests/System.Dynamic.Runtime.Tests/System.Dynamic.Runtime.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Runtime/tests/System.Globalization.Tests/Invariant/Invariant.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.Runtime/tests/System.IO.FileSystem.Tests/System.IO.FileSystem.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.Runtime/tests/System.IO.Tests/System.IO.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.Runtime/tests/System.Reflection.Tests/CoreCLR/System.Reflection.CoreCLR.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.Runtime/tests/System.Reflection.Tests/InvokeEmit/System.Reflection.InvokeEmit.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.Runtime/tests/System.Reflection.Tests/InvokeInterpreted/System.Reflection.InvokeInterpreted.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Runtime/tests/System.Reflection.Tests/System.Reflection.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Runtime/tests/System.Resources.ResourceManager.Tests/System.Resources.ResourceManager.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.Runtime/tests/System.Runtime.Extensions.Tests/System.Runtime.Extensions.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Runtime/tests/System.Runtime.InteropServices.RuntimeInformation.Tests/System.Runtime.InteropServices.RuntimeInformation.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.Runtime/tests/System.Runtime.Tests/NlsTests/System.Runtime.Nls.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Runtime/tests/System.Runtime.Tests/System.Runtime.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Runtime/tests/System.Runtime.Tests/System/Reflection/InvokeEmit/System.Runtime.ReflectionInvokeEmit.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.Runtime/tests/System.Runtime.Tests/System/Reflection/InvokeInterpreted/System.Runtime.ReflectionInvokeInterpreted.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.Runtime/tests/System.Threading.Tasks.Extensions.Tests/System.Threading.Tasks.Extensions.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.Runtime/tests/System.Threading.Tasks.Tests/System.Threading.Tasks.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Security.AccessControl/tests/System.Security.AccessControl.Tests.csproj | Temporarily disables AOT analyzer for this test project (issue-linked). |
| src/libraries/System.Security.Cryptography.Cng/tests/System.Security.Cryptography.Cng.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Security.Cryptography.Cose/tests/System.Security.Cryptography.Cose.Tests.csproj | Temporarily disables AOT analyzer for this test project (issue-linked). |
| src/libraries/System.Security.Cryptography.Csp/tests/System.Security.Cryptography.Csp.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Security.Cryptography.Pkcs/tests/System.Security.Cryptography.Pkcs.Tests.csproj | Temporarily disables AOT analyzer for this test project (issue-linked). |
| src/libraries/System.Security.Cryptography.Xml/tests/System.Security.Cryptography.Xml.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Security.Cryptography/tests/System.Security.Cryptography.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.ServiceModel.Syndication/tests/System.ServiceModel.Syndication.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Text.Json/tests/System.Text.Json.SourceGeneration.Tests/System.Text.Json.SourceGeneration.Roslyn3.11.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Text.Json/tests/System.Text.Json.SourceGeneration.Tests/System.Text.Json.SourceGeneration.Roslyn4.4.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Text.Json/tests/System.Text.Json.SourceGeneration.Unit.Tests/System.Text.Json.SourceGeneration.Roslyn3.11.Unit.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.Text.Json/tests/System.Text.Json.SourceGeneration.Unit.Tests/System.Text.Json.SourceGeneration.Roslyn4.4.Unit.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.Text.Json/tests/System.Text.Json.Tests/System.Text.Json.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/System.Text.RegularExpressions.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Threading.Channels/tests/System.Threading.Channels.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Threading.RateLimiting/tests/System.Threading.RateLimiting.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
| src/libraries/System.Threading.Tasks.Dataflow/tests/System.Threading.Tasks.Dataflow.Tests.csproj | Temporarily disables trim/AOT analyzers for this test project (issue-linked). |
| src/libraries/System.Threading/tests/System.Threading.Tests.csproj | Temporarily disables AOT analyzer for this test project (issue-linked). |
| src/libraries/System.Transactions.Local/tests/System.Transactions.Local.Tests.csproj | Temporarily disables trim analyzer for this test project (issue-linked). |
Member
Author
|
The fix for the analyzer crashes is in #126868... I guess that's one more reason why we should do this. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contributes to #126862.
This is where we are right now in terms of warnings (some of these are double/triple/quadruple-counted because of multiple TFMs, the exact number is not important):
Cc @dotnet/area-infrastructure-libraries @dotnet/ilc-contrib