EFCore.Cassandra icon indicating copy to clipboard operation
EFCore.Cassandra copied to clipboard

Entity Framework Core provider for Cassandra

Results 5 EFCore.Cassandra issues
Sort by recently updated
recently updated
newest added

Good Day, I'm trying to connect to datastax astra but when I'm executing Update-Database this happens ![image](https://user-images.githubusercontent.com/81400731/112572764-da293580-8e25-11eb-8909-98ca19200453.png) Thank you in advance.

bug

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

What is the status of the 3.0 version? I tried using this library to find a very similar error to https://github.com/simpleidserver/EFCore.Cassandra/issues/21 which is supposedly already solved after https://github.com/simpleidserver/EFCore.Cassandra/issues/22 But as...

Table model ``` public class ExModel { public int ID {get;set;} public string Name {get;set;} public decimal? TotalExpenses {get;set;} } ``` ``` Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while updating the entries....

bug