Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proper fix for the NullReferenceException in the AssemblyGenerator class. #166

Closed
wants to merge 1 commit into from

Conversation

OlegRa
Copy link
Collaborator

@OlegRa OlegRa commented May 19, 2022

Interface mapping processing logic was rewritten for preventing null reference exceptions.
Fixes #164 - with unit test and proper fix for cases with interface declared but not implemented.

@OlegRa OlegRa added the bug Something isn't working label May 19, 2022
@OlegRa OlegRa requested a review from vermorel May 19, 2022 15:56
@OlegRa OlegRa self-assigned this May 19, 2022
@vermorel
Copy link
Member

@OlegRa Thanks! I did manually merge your commit.

@vermorel vermorel closed this May 24, 2022
@OlegRa OlegRa deleted the issues/164 branch May 24, 2022 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DeclareInterfacesAndCreateInterfaceMap conundrum
2 participants