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

[Mac] Do not register reflection-only assemblies with registrar. #1057

Merged

Conversation

mrward
Copy link
Member

@mrward mrward commented Jun 3, 2021

Reflection-only assemblies do not support having code executed, and
dependencies cannot be resolved by the dynamic registrar without the
AppDomain.ReflectionOnlyAssemblyResolve being used to resolve the
assemblies.

Reflection-only assemblies do not support having code executed, and
dependencies cannot be resolved by the dynamic registrar without the
AppDomain.ReflectionOnlyAssemblyResolve being used to resolve the
assemblies.
@mrward mrward marked this pull request as ready for review June 3, 2021 15:35
@mrward mrward requested a review from sevoku June 4, 2021 13:06
@Therzok Therzok merged commit 3f3d046 into main Jun 6, 2021
@Therzok Therzok deleted the dev/mrward/vstool-crash-try-assembly-registration-on-startup branch June 6, 2021 22:38
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.

None yet

2 participants