Migration from Microsoft.Azure.DocumentDB to Microsoft.Azure.Cosmos package with current class library in .NetFramwork 4.7.2 #3349
Unanswered
Sanjay-wow
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my current project, the class libraries are in .Net Framework 4.7.2 with Microsoft.Azure.DocumentDB package. I have migrated from DocumentDB to Microsoft.Azure.Cosmos (3.29) V3 SDK. But
Questions:
Example: have "Protocol" in a class file, when I go to its definition it references to as an internal Protocol (Metadata). Then it shows an inaccessible due to its protection level error.
So how to solve this Protection level errors, any suggestions pls?
Beta Was this translation helpful? Give feedback.
All reactions