Add ability to validate ef core model with in sql server provider in tests #52
Labels
EFCore
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
PiBox.Testing
Use case:
To help with making sure the generated model is valid with the sql server provider there should be a method to help out with that.
Maybe we need a new project for sql server specific thing in testing or we would need to add the nuget package for the sql server to the general testing package (which i would not prefer).
Code could look something like this:
This test or method would throw exceptions if the model has some issues with the sql server provider, so one can fix them right away.
The text was updated successfully, but these errors were encountered: