You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move to FunctionalTests, so that providers can extend them (SqlServer and Sqlite already do this, but external providers can't since they're in EFCore.Tests)
Add code literal tests for all built-in mappings (in the core tests), and expose infrastructure for easy testing for provider mappings
Separate testing of built-in type mappings (which should only happen in core/relational tests) from testing of provider mappings, which should be in their test suites (using core/relational infrastructure)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: