question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

EncryptionContainerExtensions.WithEncryptor fails on v3.16.0

See original GitHub issue

Attempt by method 'Microsoft.Azure.Cosmos.Encryption.Custom.EncryptionContainer..ctor(Microsoft.Azure.Cosmos.Container, Microsoft.Azure.Cosmos.Encryption.Custom.Encryptor)' to access method 'Microsoft.Azure.Cosmos.CosmosClient.get_ResponseFactory()' failed.

#1809 removed the InternalsVisibleTo attributes for encryption package, CosmosClient.ResponseFactory however was made public only for “preview” versions, since v3.16 was released and isn’t a preview version anymore it reverted to internal and thus the encryption package fails.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
pentpcommented, Feb 17, 2021

Tried it and it works now, got at least MMK encryption working E2E.

1reaction
j82wcommented, Feb 16, 2021

@pentp please try the latest encryption nuget with the 3.17.0-preview.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Encrypting Confidential Data at Rest
EncryptionConfiguration was introduced to encrypt secret data locally, with a locally managed key.
Read more >
Re-Encrypt Attachments - Support - PKWARE
Re-encrypt attachments enables you to change the encryption on existing ZIP archives that ... Adds all attached ZIP archives to a new ZIP...
Read more >
extensions not installing on dev container using docker- ...
I am having trouble getting extensions installed in the dev container using "Remote - Containers". I do not know if it's a bug, ......
Read more >
Encrypted Media Extensions
Abstract. This proposal extends HTMLMediaElement [ HTML51 ] providing APIs to control playback of encrypted content.
Read more >
Encryption failing on Ubuntu 16.04 · Issue #334
I'm building Azure Disk Encryption into an ARM template and have configured encryption of both OS disk and attached data disks within the ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found