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

Fix assembly resolution error #1670

Merged
merged 1 commit into from
May 18, 2023

Conversation

Evangelink
Copy link
Member

Force loading the resource assembly into the current domain so that we can get the resource strings even when the custom assembly resolver kicks in.
This should not be required based on the algorithm followed during the satellite assembly resolution BUT for some unknown reason the point 10 is not working as explained. Satellite resolution should fallback to the NeutralResourcesLanguageAttribute that we set to en but don't resulting in a FileNotFoundException.

See #1598 for the error and microsoft/vstest#4150 for the idea of the fix.

Fixes #1598

@Evangelink Evangelink merged commit 507b734 into microsoft:rel/3.0.3 May 18, 2023
4 checks passed
@Evangelink Evangelink deleted the resource-assembly branch May 18, 2023 17:38
Evangelink added a commit to Evangelink/testfx that referenced this pull request May 19, 2023
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

1 participant