Target netstandard 2.0 and migrate to Microsoft.Azure.Cosmos
See original GitHub issueTrim csproj
s by adopting the SDK-style approach and target netstandard2.0
at the same time.
- Migrate
csproj
s to SDK style approach - Migrate from
Microsoft.Azure.DocumentDB
toMicrosoft.Azure.Cosmos
fornetstandard2.0
support
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Migration from Microsoft.Azure.DocumentDB to ...
The SDK targets .NET Standard 2.0 that unifies the existing Azure Cosmos DB .NET Framework and .NET Core SDKs into a single .NET...
Read more >Migration from Microsoft.Azure.DocumentDB to ...
So the answer is, you can use Microsoft.Azure.Cosmos on a .NET 4.7.2 application without issues. For migration from Microsoft.Azure.DocumentDB ...
Read more >Migrate your application to use the Azure Cosmos DB .NET ...
NET Standard 2.0 that unifies the existing Azure Cosmos DB .NET Framework and .NET Core SDKs into a single .NET SDK. You can...
Read more >Using SDK v. 3.7.0 in netstandard 2.0 project results in ...
After installing Microsoft.Azure.Cosmos v. 3.7.0 to a netstandard2.0 class library that is called from .NET Framework 4.7.2 Console app throws ...
Read more >Microsoft.Azure.DocumentDB.Core 2.20.0
This client library enables client applications targeting .NET Core to connect to Azure Cosmos DB via the NoSQL API. Azure Cosmos DB is...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
If you would like to create a PR, I will be more than happy.
On Thu, 8 Aug 2019, 14:48 Anders, notifications@github.com wrote:
Awesome! I’ll give it a spin this weekend.