[Java.Interop.Tools.TypeNameMappings] introduce project for net8.0 #1199
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Context: https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=9137456&view=logs&j=96fd57f5-f69e-53c7-3d47-f67e6cf9b93e&s=1afc3bfe-122c-538b-e9ad-2a86c2efcfef&t=38f83f46-bc21-5edd-1614-e44f20babf10&l=29658
xamarin/xamarin-android now has a random build failure:
It happens some percentage of the time... It appears the cause is the
net8.0
Java.Interop.Tools.JavaCallableWrappers.dll
is being used when thenetstandard2.0
version should be used.To fix this:
Don't build
Java.Interop.Tools.JavaCallableWrappers.csproj
fornet8.0
anymore.Introduce a new
net8.0
Java.Interop.Tools.TypeNameMappings.csproj
that isn't shipped or used. It can check trimmer warnings, though.This partially reverts 67c079c and 56b7eeb.