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
I am using EF Core Cosmos database provider in .Net Core to build a simple CRUD application with the support of local cosmos database emulator.
When I run this application locally with IIS Express it works without any issues. But when I try to run it in a docker container with visual studio 2019. I get a System format exception as below.
Rishanthakumar
changed the title
System.FormatException When using Entity Framework Core cosmos database provider with .Net Core 3.0 in Docker
System.FormatException when using Entity Framework Core cosmos database provider in .Net Core 3.0 (Docker)
Oct 14, 2019
I am using EF Core Cosmos database provider in .Net Core to build a simple CRUD application with the support of local cosmos database emulator.
When I run this application locally with IIS Express it works without any issues. But when I try to run it in a docker container with visual studio 2019. I get a System format exception as below.
Steps to reproduce
You can find my sample project in the following repository: https://github.com/Rishanthakumar/kubetask-api.git
Further technical details
EF Core version: 3.0
Database provider: Microsoft.EntityFrameworkCore.Cosmos
Target framework: .NET Core 3.0
Operating system:
IDE: Visual Studio 2019 16.3
The text was updated successfully, but these errors were encountered: