Skip to content

Commit 40e0a46

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 (#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)
1 parent 06a4152 commit 40e0a46

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
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.

build-tools/installers/create-installers.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
<_MSBuildFiles Include="$(MSBuildSrcDir)\Mono.CompilerServices.SymbolWriter.dll" />
193193
<_MSBuildFiles Include="$(MSBuildSrcDir)\Mono.CompilerServices.SymbolWriter.pdb" />
194194
<_MSBuildFiles Include="$(MSBuildSrcDir)\Mono.Options.dll" />
195-
<_MSBuildFiles Include="$(MSBuildSrcDir)\Mono.Terminal.dll" Condition=" '$(PackageId)' != 'Microsoft.Android.Sdk' " />
195+
<_MSBuildFiles Include="$(MSBuildSrcDir)\LineEditor.dll" Condition=" '$(PackageId)' != 'Microsoft.Android.Sdk' " />
196196
<_MSBuildFiles Include="$(MSBuildSrcDir)\monodoc.dll" />
197197
<_MSBuildFiles Include="$(MSBuildSrcDir)\monodoc.pdb" />
198198
<_MSBuildFiles Include="$(MSBuildSrcDir)\MULTIDEX_JAR_LICENSE" />

external/Java.Interop

0 commit comments

Comments
 (0)