dotnet EF Core - Add a test to ensure that you don't forget to add new migrations Add a test that reminds you to create migrations (if you've forgotten).
dotnet core Dotnet Core - Filter out specific test projects when running dotnet test Quick example showing how to exclude tests in a certain project when running dotnet test