Handle MakeGeneric APIs in dataflow #99037
Merged
Azure Pipelines / dotnet-linker-tests (Build linux-x64 release Runtime_Release)
failed
Feb 28, 2024 in 16m 7s
Build linux-x64 release Runtime_Release failed
Annotations
azure-pipelines / dotnet-linker-tests (Build linux-x64 release Runtime_Release)
src/coreclr/tools/aot/ILCompiler.Compiler/Compiler/Dataflow/ReflectionMethodBodyScanner.cs#L1079
src/coreclr/tools/aot/ILCompiler.Compiler/Compiler/Dataflow/ReflectionMethodBodyScanner.cs(1079,23): error CA1852: (NETCORE_ENGINEERING_TELEMETRY=Build) Type 'MakeGenericTypeSite' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
azure-pipelines / dotnet-linker-tests (Build linux-x64 release Runtime_Release)
src/coreclr/tools/aot/ILCompiler.Compiler/Compiler/Dataflow/ReflectionMethodBodyScanner.cs#L1065
src/coreclr/tools/aot/ILCompiler.Compiler/Compiler/Dataflow/ReflectionMethodBodyScanner.cs(1065,23): error CA1852: (NETCORE_ENGINEERING_TELEMETRY=Build) Type 'MakeGenericMethodSite' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
Loading