Skip to content

Conversation

@jonathanpeppers
Copy link
Member

Context: dotnet/android#6799

dotnet/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.

Context: dotnet/android#6799

dotnet/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.
@jonpryor jonpryor merged commit aae23c9 into dotnet:main Mar 1, 2022
@jonathanpeppers jonathanpeppers deleted the DebugTypePortable branch March 1, 2022 16:09
@github-actions github-actions bot locked and limited conversation to collaborators Apr 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants