-
Notifications
You must be signed in to change notification settings - Fork 53
Release Notes 11.4
Release Notes Bot edited this page Jul 7, 2021
·
5 revisions
- Java.Interop GitHub PR 851: [generator] Prepend 'JavadocImport-Error' so MSBuild doesn't pick it up as an actual error.
- Java.Interop GitHub PR 845: [generator] Gracefully handle BindingGeneratorException.
- Java.Interop GitHub PR 838: [generator] Ensure "global::" is prepended to generic return casts.
- Java.Interop GitHub PR 836: [generator] Handle multiple @return javadoc values
- Java.Interop GitHub PR 834: [generator] Fix NRE from return type not getting set for abstract methods with generics.
- Java.Interop GitHub PR 832: [generator] Fix invalid code generated for EventArgs classes with parameter arrays.
- Java.Interop GitHub PR 831: [generator] Ensure non-constant static interface fields are generated as interface properties.