Handle MakeGeneric APIs in dataflow #99037
Merged
Azure Pipelines / runtime (Build CoreCLR Product Build osx x64 release)
failed
Feb 28, 2024 in 16m 40s
Build CoreCLR Product Build osx x64 release failed
Annotations
azure-pipelines / runtime (Build CoreCLR Product Build osx x64 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 (Build CoreCLR Product Build osx x64 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