-
Notifications
You must be signed in to change notification settings - Fork 534
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump to xamarin/java.interop/main@77800dda (#7824)
Changes: dotnet/java-interop@bbaeda6...77800dd * dotnet/java-interop@77800dda: [Java.Interop.Tools.Expressions] Add Java.Interop.Tools.Expressions (dotnet/java-interop#1046) Remember `jnimarshalmethod-gen.exe`? (0140ab8, d5b2ece, 106a621, …) It never made it to completion, was never stable enough to be used, even though we did add a "public" *documented* `$(AndroidGenerateJniMarshalMethods)` MSBuild property to control it… `jnimarshalmethod-gen.exe` never made it to .NET Android, as it required .NET Framework features which didn't make it to .NET Core. dotnet/java-interop@77800dda updates `jnimarshalmethod-gen` to drop support for building on .NET Framework 4.7.2, and adds support to build it for .NET 7. Update `build-tools/installers/create-installers.targets` so that `jnimarshalmethod-gen.exe` is no longer included in the Classic installers (which are increasingly moot anyway; see also 618bd4a). Remove generation of `Java.Runtime.Environment.dll.config`, as that file was only supported when using Mono, which won't be the case under .NET 7. Update the `_GenerateJniMarshalMethods` target so that it `<Error/>`s when `$(AndroidGenerateJniMarshalMethods)` is True. While `jnimarshalmethod-gen.dll` may run on .NET 7 now, @jonpryor doesn't want to deal with the *integration* work to see if it is usable on .NET Android, especially considering that the Classic version didn't work either! (That integration effort is for "later".)
- Loading branch information
Showing
8 changed files
with
3 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Submodule Java.Interop
updated
from bbaeda to 77800d
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters