You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to leverage the Encryption package with the newly released 3.19.0-preview yields:
TypeLoadException: Method 'ReadManyItemsStreamAsync' in type 'Microsoft.Azure.Cosmos.Encryption.Custom.EncryptionContainer' from assembly 'Microsoft.Azure.Cosmos.Encryption, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' does not have an implementation.
at Microsoft.Azure.Cosmos.Encryption.Custom.EncryptionContainerExtensions.WithEncryptor(Container container, Encryptor encryptor)
The text was updated successfully, but these errors were encountered:
Trying to leverage the Encryption package with the newly released 3.19.0-preview yields:
The text was updated successfully, but these errors were encountered: