Skip to content

Commit 4da1d72

Browse files
authored
Bump to xamarin/Java.Interop/d16-7@1f3388af (#4823)
Changes: dotnet/java-interop@76d1ac7...1f3388a * dotnet/java-interop@1f3388a: [generator] Use proper syntax for nested classes for DIM invokers (#662) * dotnet/java-interop@5e23163: [generator] Support XML defined enums with no JNI info (#659) * dotnet/java-interop@5c4581d: [generator] Don't invalidate interface if static method is invalidated (#660) * dotnet/java-interop@9687bb5: Bump to xamarin/xamarin-android-tools/d16-7@017078f2 (#658) * dotnet/java-interop@abfade5: [Java.Interop] Fix C# warnings (#652) * dotnet/java-interop@fb6d5f9: [Java.Interop.Tools.Generator] Specify $(OutputPath) (#650) * dotnet/java-interop@a3f148c: [Xamarin.Android.Tools.Bytecode] Support @jvmoverloads (#651)
1 parent 5a304ad commit 4da1d72

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

Documentation/release-notes/4823.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
#### Application behavior on device and emulator
2+
3+
* [GitHub 661](https://github.com/xamarin/java.interop/issues/661):
4+
Fixes a `TypeLoadException` that could result when an app is built
5+
with the API-R preview bindings, `$(TargetFrameworkVersion)`=v10.0.99,
6+
when instantiating a type which implements an interface which contains
7+
default interface members.
8+
9+
#### Application and library build and deployment
10+
11+
* [GitHub 515](https://github.com/xamarin/java.interop/issues/515):
12+
Allow `.csv` files to declare C# enumeration members without requiring
13+
a corresponding Java field.
14+
15+
#### Android API binding
16+
17+
* [GitHub 588](https://github.com/xamarin/java.interop/issues/588):
18+
Don't invalidate an interface binding if it contains a static method
19+
that couldn't be bound.

external/Java.Interop

0 commit comments

Comments
 (0)