Skip to content

Commit

Permalink
Bump to xamarin/Java.Interop/master@1de5501b (#4822)
Browse files Browse the repository at this point in the history
Changes: dotnet/java-interop@b00e644...1de5501

  * dotnet/java-interop@1de5501: [CI] Add an "macOS .NET Core" build (#655)
  * dotnet/java-interop@9a56465: [generator] Use proper syntax for nested classes for DIM invokers (#662)
  * dotnet/java-interop@267c3f3: [generator] Support XML defined enums with no JNI info (#659)
  * dotnet/java-interop@5dcf896: [generator] Don't invalidate interface if static method is invalidated (#660)
  * dotnet/java-interop@1b59dcc: [java-interop] Update to SDK style project (#657)
  * dotnet/java-interop@b136ac9: [param-name-importer] Bump to Microsoft.Xml.SgmlReader 1.8.16 (#656)
  * dotnet/java-interop@eb39a3a: Bump to xamarin/xamarin-android-tools/master@3974fc38 (#658)
  * dotnet/java-interop@a99b451: [logcat-parse] Update to Mono.Terminal 5.4.0 (#654)
  * dotnet/java-interop@425f79d: [Java.Interop] Fix C# warnings (#652)
  * dotnet/java-interop@2e0f55d: [Java.Interop.Tools.Generator] Specify $(OutputPath) (#650)
  * dotnet/java-interop@4b266fa: [Xamarin.Android.Tools.Bytecode] Support @jvmoverloads (#651)
  • Loading branch information
jonpryor authored Jun 16, 2020
1 parent 6885186 commit 13d9322
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions Documentation/release-notes/4823.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#### Application behavior on device and emulator

* [GitHub 661](https://github.com/xamarin/java.interop/issues/661):
Fixes a `TypeLoadException` that could result when an app is built
with the API-R preview bindings, `$(TargetFrameworkVersion)`=v10.0.99,
when instantiating a type which implements an interface which contains
default interface members.

#### Application and library build and deployment

* [GitHub 515](https://github.com/xamarin/java.interop/issues/515):
Allow `.csv` files to declare C# enumeration members without requiring
a corresponding Java field.

#### Android API binding

* [GitHub 588](https://github.com/xamarin/java.interop/issues/588):
Don't invalidate an interface binding if it contains a static method
that couldn't be bound.
2 changes: 1 addition & 1 deletion build-tools/installers/create-installers.targets
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
<_MSBuildFiles Include="$(MSBuildSrcDir)\Mono.CompilerServices.SymbolWriter.dll" />
<_MSBuildFiles Include="$(MSBuildSrcDir)\Mono.CompilerServices.SymbolWriter.pdb" />
<_MSBuildFiles Include="$(MSBuildSrcDir)\Mono.Options.dll" />
<_MSBuildFiles Include="$(MSBuildSrcDir)\Mono.Terminal.dll" Condition=" '$(PackageId)' != 'Microsoft.Android.Sdk' " />
<_MSBuildFiles Include="$(MSBuildSrcDir)\LineEditor.dll" Condition=" '$(PackageId)' != 'Microsoft.Android.Sdk' " />
<_MSBuildFiles Include="$(MSBuildSrcDir)\monodoc.dll" />
<_MSBuildFiles Include="$(MSBuildSrcDir)\monodoc.pdb" />
<_MSBuildFiles Include="$(MSBuildSrcDir)\MULTIDEX_JAR_LICENSE" />
Expand Down
2 changes: 1 addition & 1 deletion external/Java.Interop

0 comments on commit 13d9322

Please sign in to comment.