Handle MakeGeneric APIs in dataflow #99037
Merged
Azure Pipelines / runtime-dev-innerloop (Build linux-x64 debug Runtime_Release)
failed
Feb 28, 2024 in 16m 16s
Build linux-x64 debug Runtime_Release failed
Annotations
azure-pipelines / runtime-dev-innerloop (Build linux-x64 debug 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)
azure-pipelines / runtime-dev-innerloop (Build linux-x64 debug 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)
Loading