This test is currently disabled for NAOT, but represents a real product bug.
GitHub_130545.Test.DelegateOverStaticAbstractThroughGsharedvt
System.TypeLoadException: Could not resolve type 'GitHub_130545.IPixel`1' in assembly 'GitHub_130545, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
at System.Reflection.Runtime.TypeInfos.RuntimeGenericParameterTypeInfo.get_ConstraintInfos()
at GitHub_130545.Test.DelegateOverStaticAbstractThroughGsharedvt()
The NativeAOT run of the GitHub_130545 static-virtual/gsharedvt regression test fails to resolve the generic interface type GitHub_130545.IPixel\1at runtime, throwingSystem.TypeLoadException`. This is the NativeAOT variant of the delegate-over-static-abstract-through-gsharedvt scenario; the mono/wasm variant was addressed separately in #131880, which does not cover NativeAOT. The failure recurs in the follow-up build (#1544115).
This test is currently disabled for NAOT, but represents a real product bug.
The NativeAOT run of the
GitHub_130545static-virtual/gsharedvt regression test fails to resolve the generic interface typeGitHub_130545.IPixel\1at runtime, throwingSystem.TypeLoadException`. This is the NativeAOT variant of the delegate-over-static-abstract-through-gsharedvt scenario; the mono/wasm variant was addressed separately in #131880, which does not cover NativeAOT. The failure recurs in the follow-up build (#1544115).