Skip to content

Commit 02ab8f7

Browse files
authored
Bump to xamarin/Java.Interop/main@a5ed8919 (#5945)
Fixes: dotnet/java-interop#835 Fixes: #5921 Context: #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 (#842) * dotnet/java-interop@412e974b: Revert "[generator] Disable [SupportedOSPlatform] until .NET 5/6. (#781)" (#841) * dotnet/java-interop@23baf0bc: [Java.Interop] Fix NRT warnings introduced by targeting 'net6.0' (#840) * dotnet/java-interop@131c1496: [generator] Fix NRE from return type not consistently set (#834) * dotnet/java-interop@100fffc1: [generator] Ensure "global::" is prepended to generic return casts. (#838) * dotnet/java-interop@9b89e90e: [generator] Ignore types without names (#837) * dotnet/java-interop@0e01fb5d: [Java.Interop.Tools.JavaSource] Merge @return block values (#836)
1 parent 5585c9c commit 02ab8f7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Documentation/release-notes/5945.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#### Bindings projects
2+
3+
- [GitHub Issue #835](https://github.com/xamarin/java.interop/issues/835):
4+
Don't throw an `IndexOutOfRangeException` if a Java type ends with `.` or `$`.
5+
6+
- [GitHub Issue #5821](https://github.com/xamarin/xamarin-android/issues/5921)
7+
Don't throw a `NullReferenceException` when binding constructs involving Java generics in return types.

external/Java.Interop

0 commit comments

Comments
 (0)