EFCore.Cassandra
EFCore.Cassandra copied to clipboard
Entity Framework Core provider for Cassandra
Does not work with Dot Net 5
Good Day, I'm trying to connect to datastax astra but when I'm executing Update-Database this happens  Thank you in advance.
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...
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....