Skip to content

Commit 96b6c48

Browse files
committed
Bump to xamarin/Java.Interop/master@1de5501b
Changes: dotnet/java-interop@b00e644...1de5501 * dotnet/java-interop@1de5501: [CI] Add an "macOS .NET Core" build (dotnet#655) * dotnet/java-interop@9a56465: [generator] Use proper syntax for nested classes for DIM invokers (dotnet#662) * dotnet/java-interop@267c3f3: [generator] Support XML defined enums with no JNI info (dotnet#659) * dotnet/java-interop@5dcf896: [generator] Don't invalidate interface if static method is invalidated (dotnet#660) * dotnet/java-interop@1b59dcc: [java-interop] Update to SDK style project (dotnet#657) * dotnet/java-interop@b136ac9: [param-name-importer] Bump to Microsoft.Xml.SgmlReader 1.8.16 (dotnet#656) * dotnet/java-interop@eb39a3a: Bump to xamarin/xamarin-android-tools/master@3974fc38 (dotnet#658) * dotnet/java-interop@a99b451: [logcat-parse] Update to Mono.Terminal 5.4.0 (dotnet#654) * dotnet/java-interop@425f79d: [Java.Interop] Fix C# warnings (dotnet#652) * dotnet/java-interop@2e0f55d: [Java.Interop.Tools.Generator] Specify $(OutputPath) (dotnet#650) * dotnet/java-interop@4b266fa: [Xamarin.Android.Tools.Bytecode] Support @jvmoverloads (dotnet#651)
1 parent 06a4152 commit 96b6c48

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)