Skip to content

Commit

Permalink
Bump to xamarin/Java.Interop/main@a5ed8919
Browse files Browse the repository at this point in the history
Fixes: dotnet/java-interop#835
Fixes: dotnet#5921

Context: dotnet#5894

Changes: http://github.com/xamarin/Java.Interop/compare/12e670a8560f69581d3a3adf0a9d91e8ce8c9afa...a5ed8919fb2ec894cb8144e51ae7c29b4811ee2a

  * dotnet/java-interop@a5ed8919: [Java.Interop.Tools.Cecil] Fix the xamarin-android build
  * dotnet/java-interop@2573dc8c: [Java.Interop.Tools.*] IMetadataResolver not TypeDefinitionCache (dotnet#842)
  * dotnet/java-interop@412e974b: Revert "[generator] Disable [SupportedOSPlatform] until .NET 5/6. (dotnet#781)" (dotnet#841)
  * dotnet/java-interop@23baf0bc: [Java.Interop] Fix NRT warnings introduced by targeting 'net6.0' (dotnet#840)
  * dotnet/java-interop@131c1496: [generator] Fix NRE from return type not consistently set (dotnet#834)
  * dotnet/java-interop@100fffc1: [generator] Ensure "global::" is prepended to generic return casts. (dotnet#838)
  * dotnet/java-interop@9b89e90e: [generator] Ignore types without names (dotnet#837)
  * dotnet/java-interop@0e01fb5d: [Java.Interop.Tools.JavaSource] Merge @return block values (dotnet#836)
  • Loading branch information
jonpryor committed May 21, 2021
1 parent d5ef998 commit 6124f6d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Documentation/release-notes/5945.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#### Bindings projects

- [GitHub Issue #835](https://github.com/xamarin/java.interop/issues/835):
Don't throw an `IndexOutOfRangeException` if a Java type ends with `.` or `$`.

- [GitHub Issue #5821](https://github.com/xamarin/xamarin-android/issues/5921)
Don't throw a `NullReferenceException` when binding constructs involving Java generics in return types.
2 changes: 1 addition & 1 deletion external/Java.Interop

0 comments on commit 6124f6d

Please sign in to comment.