EFCore.TemporalSupport
EFCore.TemporalSupport copied to clipboard
Support of Temporal functionality for EF Core
### Depshield will be deprecated on Monday December 12th *Please install our new product, [Sonatype Lift](https://lift.sonatype.com/getting-started?utm_source=github&utm_medium=depshield) with advanced features*
While compiling the application the following warning is presented. NU5125 The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
Find some way to make it so that we can specify the addition of these migration items in the Code First ModelBuilder so that we don't need to make manual...
The examples on the main page don't work. They specify `migrationBuilder.AddAsTemporalTable(, );` however, the signature for AddAsTemporalTable is IEntityType, string, string or IEntityType, string.
There is an issue with a library when table name (or schema) is a reserved keyword (e.g. User). I've added a pull request for that issue here: https://github.com/cpoDesign/EFCore.TemporalSupport/pull/9 I hope...
When I am looking on the nuget package I cannot see documentation provided in https://raw.githubusercontent.com/cpoDesign/EFCore.TemporalSupport/master/README.md can you fix this?
current behavior is may be working ok, but it would be great to have a test coverage