auth0 / auth0-oidc-client-net

OIDC Client for .NET Desktop and Mobile applications
https://auth0.github.io/auth0-oidc-client-net/
Apache License 2.0
84 stars 48 forks source link

Remove AssemblyOriginatorKeyFile from MAUI project #302

Closed frederikprijck closed 8 months ago

frederikprijck commented 9 months ago

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