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

Missing PublicKey when exposing internals to strongly named assemblies #1082

Merged

Conversation

tomkirbygreen
Copy link
Contributor

@tomkirbygreen tomkirbygreen commented Jan 6, 2022

The new Push assemblies for iOS and Android need to provide their public
key, this resolves:

"Strong-name signed assemblies must specify a public key in their
InternalsVisibleTo declarations"

Note: It was necessary to make project local copies of the Strong Name Key file, I tried using relative references ("../../IO.Ably.snk") but this didn't work. I don't like the associated smell of duplicating the file and have a GitHub Issue under which I hope to address the pre-existing and new duplication.

The new Push assemblies for iOS and Android need to provide their public
key, this resolves:

"Strong-name signed assemblies must specify a public key in their
InternalsVisibleTo declarations"
@tomkirbygreen tomkirbygreen requested a review from marto83 January 6, 2022 11:21
@tomkirbygreen tomkirbygreen marked this pull request as ready for review January 6, 2022 15:34
@tomkirbygreen tomkirbygreen merged commit c60bc1a into main Jan 7, 2022
@tomkirbygreen tomkirbygreen deleted the provide-satellite-public-key-when-exposing-internals branch January 7, 2022 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants