You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.Reflection.MissingRuntimeArtifactException : MakeGenericMethod() cannot create this generic method instantiation because no code was generated for it: 'System.Reflection.Tests.TypeWithNotNullContext.GenericMethodWithPointers<System.Single>(System.Single*,System.Nullable<System.Single>*)'.
at System.Reflection.Runtime.MethodInfos.RuntimeNamedMethodInfo`1.GetUncachedMethodInvoker(RuntimeTypeInfo[], MemberInfo) + 0x30
at System.Reflection.Runtime.MethodInfos.RuntimeNamedMethodInfo`1.MakeGenericMethod(Type[]) + 0x1c0
at System.Reflection.Tests.NullabilityInfoContextTests.GenericMethodWithPointersTest() + 0x78
at System.Runtime!<BaseAddress>+0x1a12394
at System.Reflection.DynamicInvokeInfo.Invoke(Object, IntPtr, Object[], BinderBundle, Boolean) + 0xd8
The text was updated successfully, but these errors were encountered:
MethodInfo.MakeGenericMethod() used for testing throws MissingRuntimeArtifactException on NativeAOT leg
Found in: Linux arm64 Release NativeAOT and windows arm64 Release NativeAOT legs
Log:
The text was updated successfully, but these errors were encountered: