David Deutsch
Results
2
issues of
David Deutsch
Currently `IRecurring.Previous()` will return null if the result would be before the date passed to `Starting()`; would it be possible to add an option for this restriction to be lifted?...
With straight EF Core, calling `MyDbContext.MyEntities.AddRange(someEntities)` followed by `MyDbContext.SaveChanges()` results in `someEntities` having their `Id` column being populated with those generated by Sql Server; is there any way to accomplish...