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

Remove AssemblyOriginatorKeyFile from MAUI project #302

Merged
merged 2 commits into from
Dec 5, 2023

Conversation

frederikprijck
Copy link
Member

@frederikprijck frederikprijck commented Nov 27, 2023

Changes

We do not need to strong-name our files file for MAUI, so removing that reference to the SNK file.

References

For .NET Core and .NET 5+, strong-named assemblies do not provide material benefits. The runtime never validates the strong-name signature, nor does it use the strong-name for assembly binding.

Checklist

@frederikprijck frederikprijck merged commit c1b3cbb into beta Dec 5, 2023
3 of 4 checks passed
@frederikprijck frederikprijck deleted the chore/drop-snk-for-maui branch December 5, 2023 09:17
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.

1 participant