Fluxera.Repository
Fluxera.Repository copied to clipboard
A generic repository implementation.
Bumps [Microsoft.Extensions.Caching.Memory](https://github.com/dotnet/runtime) from 8.0.0 to 8.0.1. Release notes Sourced from Microsoft.Extensions.Caching.Memory's releases. .NET 8.0.1 Release Commits bf5e279 Merge in 'release/8.0' changes a6e4834 [release/8.0] Free the tls memory on thread termination...
Allow the definition of repository global filter predicates. This global filter will be applied to every query in addition to a custom query part. This could be used f.e. to...
This PR resolves the issue where child entities don't save when the object is first pushed to the database as discussed in #105 . I have removed the code to...
Add an interface ```IProvideConcurrencyStamp```which provide a string property ```ConcurrencyStamp```. The repositories then need to update the stamp on every update and must throw if the entity was changed in the...