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

Add Assembly.LoadFrom(string, byte[], AssemblyHashAlgorithm) to unsupported API list #40884

Merged
merged 1 commit into from
May 14, 2024

Conversation

elinor-fung
Copy link
Member

@elinor-fung elinor-fung commented May 14, 2024

Summary

Assembly.LoadFrom(string, byte[], AssemblyHashAlgorithm) always throws NotSupportedException. Add it to the list of unsupported APIs for .NET Core and .NET 5+.


Internal previews

📄 File 🔗 Preview link
docs/core/compatibility/unsupported-apis.md APIs that always throw exceptions on .NET Core and .NET 5+

Copy link
Contributor

@gewarren gewarren left a comment

Choose a reason for hiding this comment

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

Thank you!

@gewarren gewarren merged commit fb26eae into dotnet:main May 14, 2024
10 checks passed
@elinor-fung elinor-fung deleted the unsupported-assembly-loadfrom branch May 14, 2024 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants