Severity Code Description Project File Line Suppression State Internal compiler error error: MCG0023: UnresolvableAssemblyReference Unresolvable assembly reference 'Assembly (Name = Java.Interop, Version = 0.1.0.0, Culture = neutral, PublicKeyToken = 84e04ff9cfb79065)' found. Please check the references in your build system. A reference is either missing or an assembly is missing an expected type.
I miss this error when trying to compile the application in Release mode. This is a Xamarin Classic application, and this error comes up when compiling the universal Windows application ( UWP ). All the documentation that I have read talks about this error in Xamarin Android, but nothing in UWP.
I have checked the .csproj to verify that it did not have references to Java. I'm updated but nothing.
Has anyone had something similar? Any suggestions?