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
<!-- This is required for our test apps to build; in some cases Microsoft.AspNetCore.App is pulled in, and when building test apps the build needs to be able to resolve that -->
thrownewException($"Could not create an native instance of the type '{GetType().FullName}': the native class hasn't been loaded.\n{Constants.SetThrowOnInitFailureToFalse}.");
677
683
thrownewException($"Could not create an native instance of the type '{newClass(ClassHandle).Name}'.\n{Constants.SetThrowOnInitFailureToFalse}.");
Handle=NativeHandle.Zero;// We'll crash if we don't do this.
682
688
thrownewException($"Could not initialize an instance of the type '{GetType().FullName}': the native '{initSelector}' method returned nil.\n{Constants.SetThrowOnInitFailureToFalse}.");
0 commit comments