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
Context: dotnet/android#6799dotnet/android#6799 is missing `Java.Interop.pdb` when
building in `Release` mode. I suspect this is due to `$(DebugType)`
set to `full`. This creates `Java.Interop.dll.mdb`!
The modern approach is to use `portable` for both `Debug` and
`Release` builds, so we should just use that.
0 commit comments