Skip to content

Support generic imports.#717

Draft
weltkante wants to merge 1 commit into
microsoft:mainfrom
weltkante:work
Draft

Support generic imports.#717
weltkante wants to merge 1 commit into
microsoft:mainfrom
weltkante:work

Conversation

@weltkante
Copy link
Copy Markdown

Fixes #457

As mentioned, mostly AI generated. The approach makes sense to me. I left the original generated comments intact during cleanup since they might help understanding during review, if further cleanup or other refactoring is desired let me know and I'll work on that. If the approach isn't desireable thats fine too, I just wanted to get this is out of my backlog ;)


var actualException = Assert.Throws<TypeLoadException>(() => typeRef.Resolve());
Assert.Contains("Could not load type 'Fake assembly", actualException.Message);
Assert.Contains("Fake assembly", actualException.Message);
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That one was failing for me. Unrelated to the changes, probably a localized error message or something like that

@weltkante
Copy link
Copy Markdown
Author

@microsoft-github-policy-service agree

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.

Support generic imports (GenericHost/Options DI)

1 participant