We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We might be able to leverage the magic CLR assembly attribute to define classes that implement internal interfaces in another assembly.
The text was updated successfully, but these errors were encountered:
I've got this working. It was actually relatively trivial since I already had written the code to emit the magic attribute. :)
Sorry, something went wrong.
Enable dynamically generated metadata views to implement internal int…
9d15d50
…erfaces Closes #9
0a8a1a4
Merge code coverage from all test runs and agents (#9)
fc34ef4
AArnott
No branches or pull requests
We might be able to leverage the magic CLR assembly attribute to define classes that implement internal interfaces in another assembly.
The text was updated successfully, but these errors were encountered: