Skip to content

Conversation

@manodasanW
Copy link
Member

  • The source generator was generating code when collections of exceptions were used that didn't compile. This was because exception is a class which gets mapped in WinRT to a value type and they don't have all the same functions. This addresses that and also the issue where the exception marshaler functions were also mismatching which ones to use.
  • Also fixing the is operator check when used with collection types whose helper type haven't been registered and is not implemented by the object. Right now, it throws an exception in that scenario when it should just say this object doesn't implement it.
  • Also adding DisposeAbiArray which was missing for Uris

@manodasanW manodasanW merged commit 52280f9 into staging/AOT Aug 1, 2024
@manodasanW manodasanW deleted the manodasanw/exceptionabitype branch August 1, 2024 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants