Ravindu Liyanapathirana
Results
22
comments of
Ravindu Liyanapathirana
@NickCraver thoughts on adding a `DbDateTime` class that would allow the caller to specify the `DbType` of a date parameter without changing any globals, similar to [`DbString`](https://github.com/DapperLib/Dapper/blob/main/Dapper/DbString.cs)? ```csharp class DbDateTime...
Agreed! https://learn.microsoft.com/en-us/ef/core/managing-schemas/migrations/managing describes these as "metadata files that contain information used by EF", which is kinda vague and unhelpful 😬. I think some _user-oriented_ documentation that describes what the designer...