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

Ignore strongname mismatch for assemblies returned by AssemblyResolve event #101039

Merged
merged 2 commits into from
Apr 16, 2024

Conversation

jkotas
Copy link
Member

@jkotas jkotas commented Apr 15, 2024

This check was somehow missed during earlier cleanups that deleted strongname matching for assembly binding.

Fixes #101029

… event

This check was somehow missed during earlier cleanups that deleted strongname matching for assembly binding.

Fixes dotnet#101029
Copy link
Contributor

Tagging subscribers to this area: @vitek-karas, @agocke, @VSadov
See info in area-owners.md if you want to be subscribed.

@jkotas jkotas merged commit 1b06075 into dotnet:main Apr 16, 2024
150 of 152 checks passed
@jkotas jkotas deleted the ignorestrongnamemismatch branch April 16, 2024 06:15
matouskozak pushed a commit to matouskozak/runtime that referenced this pull request Apr 30, 2024
… event (dotnet#101039)

This check was somehow missed during earlier cleanups that deleted strongname matching for assembly binding.

Fixes dotnet#101029
@github-actions github-actions bot locked and limited conversation to collaborators May 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Assemblies returned from AppDomain.AssemblyResolve are checked for matching strong name
2 participants