dashing
dashing copied to clipboard
Dashing is a simple to use mini ORM built on top of Dapper
Bumps [System.Data.SqlClient](https://github.com/dotnet/corefx) from 4.4.2 to 4.8.6. Release notes Sourced from System.Data.SqlClient's releases. .NET Core 2.1.0 RC1 Release Notes Known Issues Download and Install Repos CoreCLR CoreFX Core-Setup CLI Commits See...
Bumps [System.Data.SqlClient](https://github.com/dotnet/corefx) from 4.4.2 to 4.8.6. Release notes Sourced from System.Data.SqlClient's releases. .NET Core 2.1.0 RC1 Release Notes Known Issues Download and Install Repos CoreCLR CoreFX Core-Setup CLI Commits See...
Bumps [System.Data.SqlClient](https://github.com/dotnet/corefx) from 4.4.2 to 4.8.6. Release notes Sourced from System.Data.SqlClient's releases. .NET Core 2.1.0 RC1 Release Notes Known Issues Download and Install Repos CoreCLR CoreFX Core-Setup CLI Commits See...
In `InMemoryEngine` the Save will return the number of entities that already exist and updates them where necessary. In `SQLEngine` the Save will return the number of entities to be...
Do you have plans to migrate Dashing to netstandard2.0 and newer versions of .net core such as 2.1 and 3.1?
I have several base entities, all with similar stuctures, which all inherit from an interface. When querying a parent object, the interface type is used rather than the concrete type....
Currently, `.Any()` is supported on enumerables within the query - e.g. `.Where(customer => customer.Orders.Any(o => o == order))`. It would be useful to be able to use `.Any()` on enumerables...
Or vice versa. When changing a column from a string to a Timespan, or Timespan to string, an exception of type ``` Caught unhandled InvalidOperationException An OppositeColumn only exists on...