docs(efcore): revised README for project #8
GitHub Actions / Test Results
succeeded
Apr 3, 2024 in 0s
177 passed, 0 failed and 0 skipped
✅ TestResults/test_results.trx
177 tests were completed in 39s with 177 passed, 0 failed and 0 skipped.
✅ Aranasoft.Cobweb.EntityFrameworkCore.Validation.Tests.Sqlite.WhenValidatingSchemaGivenAnEmptyDatabase
✅ ItShouldHaveMissingTableErrors
✅ ItShouldHaveMissingViewErrors
✅ ItShouldHaveValidationErrors
✅ ItShouldNotHaveMissingColumnErrors
✅ ItShouldNotHaveMissingForeignKeyErrors
✅ ItShouldNotHaveMissingIndexErrors
✅ ItShouldOnlyHaveMissingTableErrorsAndMissingViewErrors
✅ ItShouldThrowValidationException
✅ Aranasoft.Cobweb.EntityFrameworkCore.Validation.Tests.Sqlite.WhenValidatingSchemaGivenIncorrectColumnDefaults
✅ ItShouldHaveValidationErrors
✅ ItShouldNotHaveColumnNullabilityMismatchErrors
✅ ItShouldNotHaveColumnTypeMismatchErrors
✅ ItShouldNotHaveMissingColumnErrors
✅ ItShouldNotHaveMissingForeignKeyErrors
✅ ItShouldNotHaveMissingIndexErrors
✅ ItShouldNotHaveMissingTableErrors
✅ ItShouldNotHaveMissingViewErrors
✅ ItShouldOnlyHaveColumnDefaultValueMismatchErrors
✅ ItShouldThrowValidationException
✅ Aranasoft.Cobweb.EntityFrameworkCore.Validation.Tests.Sqlite.WhenValidatingSchemaGivenIncorrectColumnNullability
✅ ItShouldHaveValidationErrors
✅ ItShouldNotHaveColumnDefaultValueMismatchErrors
✅ ItShouldNotHaveColumnTypeMismatchErrors
✅ ItShouldNotHaveMissingColumnErrors
✅ ItShouldNotHaveMissingForeignKeyErrors
✅ ItShouldNotHaveMissingIndexErrors
✅ ItShouldNotHaveMissingTableErrors
✅ ItShouldNotHaveMissingViewErrors
✅ ItShouldOnlyHaveColumnNullabilityMismatchErrors
✅ ItShouldThrowValidationException
✅ Aranasoft.Cobweb.EntityFrameworkCore.Validation.Tests.Sqlite.WhenValidatingSchemaGivenIncorrectColumnTypes
✅ ItShouldHaveValidationErrors
✅ ItShouldNotHaveColumnDefaultValueMismatchErrors
✅ ItShouldNotHaveColumnNullabilityMismatchErrors
✅ ItShouldNotHaveMissingColumnErrors
✅ ItShouldNotHaveMissingForeignKeyErrors
✅ ItShouldNotHaveMissingIndexErrors
✅ ItShouldNotHaveMissingTableErrors
✅ ItShouldNotHaveMissingViewErrors
✅ ItShouldOnlyHaveColumnTypeMismatchErrors
✅ ItShouldThrowValidationException
✅ Aranasoft.Cobweb.EntityFrameworkCore.Validation.Tests.Sqlite.WhenValidatingSchemaGivenIncorrectIndexUniqueness
✅ ItShouldHaveValidationErrors
✅ ItShouldNotHaveMissingColumnErrors
✅ ItShouldNotHaveMissingForeignKeyErrors
✅ ItShouldNotHaveMissingTableErrors
✅ ItShouldNotHaveMissingViewErrors
✅ ItShouldOnlyHaveIndexUniqueMismatchErrors
✅ ItShouldOnlyHaveMissingIndexErrors
✅ ItShouldThrowValidationException
✅ Aranasoft.Cobweb.EntityFrameworkCore.Validation.Tests.Sqlite.WhenValidatingSchemaGivenMissingColumns
✅ ItShouldHaveValidationErrors
✅ ItShouldNotHaveMissingForeignKeyErrors
✅ ItShouldNotHaveMissingIndexErrors
✅ ItShouldNotHaveMissingTableErrors
✅ ItShouldNotHaveMissingViewErrors
✅ ItShouldOnlyHaveMissingColumnErrors
✅ ItShouldThrowValidationException
✅ Aranasoft.Cobweb.EntityFrameworkCore.Validation.Tests.Sqlite.WhenValidatingSchemaGivenMissingForeignKeys
✅ ItShouldNotThrowValidationException
✅ Aranasoft.Cobweb.EntityFrameworkCore.Validation.Tests.Sqlite.WhenValidatingSchemaGivenMissingIndexes
✅ ItShouldHaveValidationErrors
✅ ItShouldNotHaveMissingColumnErrors
✅ ItShouldNotHaveMissingForeignKeyErrors
✅ ItShouldNotHaveMissingTableErrors
✅ ItShouldNotHaveMissingViewErrors
✅ ItShouldOnlyHaveMissingIndexErrors
✅ ItShouldThrowValidationException
✅ Aranasoft.Cobweb.EntityFrameworkCore.Validation.Tests.Sqlite.WhenValidatingSchemaGivenMissingStoredComputedColumns
✅ ItShouldHaveValidationErrors
✅ ItShouldNotHaveMissingForeignKeyErrors
✅ ItShouldNotHaveMissingIndexErrors
✅ ItShouldNotHaveMissingTableErrors
✅ ItShouldNotHaveMissingViewErrors
✅ ItShouldOnlyHaveMissingColumnErrors
✅ ItShouldThrowValidationException
✅ Aranasoft.Cobweb.EntityFrameworkCore.Validation.Tests.Sqlite.WhenValidatingSchemaGivenMissingViewColumns
✅ ItShouldHaveValidationErrors
✅ ItShouldNotHaveMissingForeignKeyErrors
✅ ItShouldNotHaveMissingIndexErrors
✅ ItShouldNotHaveMissingTableErrors
✅ ItShouldNotHaveMissingViewErrors
✅ ItShouldOnlyHaveMissingColumnErrors
✅ ItShouldThrowValidationException
✅ Aranasoft.Cobweb.EntityFrameworkCore.Validation.Tests.Sqlite.WhenValidatingSchemaGivenMissingViews
✅ ItShouldHaveValidationErrors
✅ ItShouldNotHaveMissingColumnErrors
✅ ItShouldNotHaveMissingForeignKeyErrors
✅ ItShouldNotHaveMissingIndexErrors
✅ ItShouldNotHaveMissingTableErrors
✅ ItShouldOnlyHaveMissingViewErrors
✅ ItShouldThrowValidationException
✅ Aranasoft.Cobweb.EntityFrameworkCore.Validation.Tests.Sqlite.WhenValidatingSchemaGivenValidDatabase
✅ ItShouldValidateAgainstExpectedSchema
✅ Aranasoft.Cobweb.EntityFrameworkCore.Validation.Tests.Sqlite.WhenValidatingSchemaIgnoringIndexesGivenIncorrectColumnNullability
✅ ItShouldNotThrowValidationException
✅ Aranasoft.Cobweb.EntityFrameworkCore.Validation.Tests.Sqlite.WhenValidatingSchemaIgnoringIndexesGivenMissingIndexes
✅ ItShouldNotThrowValidationException
✅ Aranasoft.Cobweb.EntityFrameworkCore.Validation.Tests.SqlServer.WhenValidatingSchemaGivenEmptyDatabase
✅ ItShouldHaveMissingTableErrors
✅ ItShouldHaveMissingViewErrors
✅ ItShouldHaveValidationErrors
✅ ItShouldNotHaveMissingColumnErrors
✅ ItShouldNotHaveMissingForeignKeyErrors
✅ ItShouldNotHaveMissingIndexErrors
✅ ItShouldOnlyHaveMissingTableOrMissingViewErrors
✅ ItShouldThrowValidationException
✅ Aranasoft.Cobweb.EntityFrameworkCore.Validation.Tests.SqlServer.WhenValidatingSchemaGivenIncorrectColumnDefaults
✅ ItShouldHaveValidationErrors
✅ ItShouldNotHaveColumnNullabilityMismatchErrors
✅ ItShouldNotHaveColumnTypeMismatchErrors
✅ ItShouldNotHaveMissingColumnErrors
✅ ItShouldNotHaveMissingForeignKeyErrors
✅ ItShouldNotHaveMissingIndexErrors
✅ ItShouldNotHaveMissingTableErrors
✅ ItShouldNotHaveMissingViewErrors
✅ ItShouldOnlyHaveColumnDefaultValueMismatchErrors
✅ ItShouldThrowValidationException
✅ Aranasoft.Cobweb.EntityFrameworkCore.Validation.Tests.SqlServer.WhenValidatingSchemaGivenIncorrectColumnNullability
✅ ItShouldHaveValidationErrors
✅ ItShouldNotHaveColumnDefaultValueMismatchErrors
✅ ItShouldNotHaveColumnTypeMismatchErrors
✅ ItShouldNotHaveMissingColumnErrors
✅ ItShouldNotHaveMissingForeignKeyErrors
✅ ItShouldNotHaveMissingIndexErrors
✅ ItShouldNotHaveMissingTableErrors
✅ ItShouldNotHaveMissingViewErrors
✅ ItShouldOnlyHaveColumnNullabilityMismatchErrors
✅ ItShouldThrowValidationException
✅ Aranasoft.Cobweb.EntityFrameworkCore.Validation.Tests.SqlServer.WhenValidatingSchemaGivenIncorrectColumnTypes
✅ ItShouldHaveValidationErrors
✅ ItShouldNotHaveColumnDefaultValueMismatchErrors
✅ ItShouldNotHaveColumnNullabilityMismatchErrors
✅ ItShouldNotHaveMissingColumnErrors
✅ ItShouldNotHaveMissingForeignKeyErrors
✅ ItShouldNotHaveMissingIndexErrors
✅ ItShouldNotHaveMissingTableErrors
✅ ItShouldNotHaveMissingViewErrors
✅ ItShouldOnlyHaveColumnTypeMismatchErrors
✅ ItShouldThrowValidationException
✅ Aranasoft.Cobweb.EntityFrameworkCore.Validation.Tests.SqlServer.WhenValidatingSchemaGivenIncorrectIndexUniqueness
✅ ItShouldHaveValidationErrors
✅ ItShouldNotHaveMissingColumnErrors
✅ ItShouldNotHaveMissingForeignKeyErrors
✅ ItShouldNotHaveMissingIndexErrors
✅ ItShouldNotHaveMissingTableErrors
✅ ItShouldNotHaveMissingViewErrors
✅ ItShouldOnlyHaveIndexUniqueMismatchErrors
✅ ItShouldThrowValidationException
✅ Aranasoft.Cobweb.EntityFrameworkCore.Validation.Tests.SqlServer.WhenValidatingSchemaGivenMissingColumns
✅ ItShouldHaveValidationErrors
✅ ItShouldNotHaveMissingForeignKeyErrors
✅ ItShouldNotHaveMissingIndexErrors
✅ ItShouldNotHaveMissingTableErrors
✅ ItShouldNotHaveMissingViewErrors
✅ ItShouldOnlyHaveMissingColumnErrors
✅ ItShouldThrowValidationException
✅ Aranasoft.Cobweb.EntityFrameworkCore.Validation.Tests.SqlServer.WhenValidatingSchemaGivenMissingForeignKeys
✅ ItShouldHaveValidationErrors
✅ ItShouldNotHaveMissingColumnErrors
✅ ItShouldNotHaveMissingIndexErrors
✅ ItShouldNotHaveMissingTableErrors
✅ ItShouldNotHaveMissingViewErrors
✅ ItShouldOnlyHaveMissingForeignKeyErrors
✅ ItShouldThrowValidationException
✅ Aranasoft.Cobweb.EntityFrameworkCore.Validation.Tests.SqlServer.WhenValidatingSchemaGivenMissingIndexes
✅ ItShouldHaveValidationErrors
✅ ItShouldNotHaveMissingColumnErrors
✅ ItShouldNotHaveMissingForeignKeyErrors
✅ ItShouldNotHaveMissingTableErrors
✅ ItShouldNotHaveMissingViewErrors
✅ ItShouldOnlyHaveMissingIndexErrors
✅ ItShouldThrowValidationException
✅ Aranasoft.Cobweb.EntityFrameworkCore.Validation.Tests.SqlServer.WhenValidatingSchemaGivenMissingStoredComputedColumns
✅ ItShouldHaveValidationErrors
✅ ItShouldNotHaveMissingForeignKeyErrors
✅ ItShouldNotHaveMissingIndexErrors
✅ ItShouldNotHaveMissingTableErrors
✅ ItShouldNotHaveMissingViewErrors
✅ ItShouldOnlyHaveMissingColumnErrors
✅ ItShouldThrowValidationException
✅ Aranasoft.Cobweb.EntityFrameworkCore.Validation.Tests.SqlServer.WhenValidatingSchemaGivenMissingViewColumns
✅ ItShouldHaveValidationErrors
✅ ItShouldNotHaveMissingForeignKeyErrors
✅ ItShouldNotHaveMissingIndexErrors
✅ ItShouldNotHaveMissingTableErrors
✅ ItShouldNotHaveMissingViewErrors
✅ ItShouldOnlyHaveMissingColumnErrors
✅ ItShouldThrowValidationException
✅ Aranasoft.Cobweb.EntityFrameworkCore.Validation.Tests.SqlServer.WhenValidatingSchemaGivenMissingViews
✅ ItShouldHaveValidationErrors
✅ ItShouldNotHaveMissingColumnErrors
✅ ItShouldNotHaveMissingForeignKeyErrors
✅ ItShouldNotHaveMissingIndexErrors
✅ ItShouldNotHaveMissingTableErrors
✅ ItShouldOnlyHaveMissingViewErrors
✅ ItShouldThrowValidationException
✅ Aranasoft.Cobweb.EntityFrameworkCore.Validation.Tests.SqlServer.WhenValidatingSchemaGivenValidDatabase
✅ ItShouldValidateAgainstExpectedSchema
✅ Aranasoft.Cobweb.EntityFrameworkCore.Validation.Tests.SqlServer.WhenValidatingSchemaIgnoringForeignKeysGivenMissingForeignKeys
✅ ItShouldNotThrowValidationException
✅ Aranasoft.Cobweb.EntityFrameworkCore.Validation.Tests.SqlServer.WhenValidatingSchemaIgnoringIndexesGivenIncorrectColumnNullability
✅ ItShouldNotThrowValidationExceptionWhenIgnoringIndexes
✅ Aranasoft.Cobweb.EntityFrameworkCore.Validation.Tests.SqlServer.WhenValidatingSchemaIgnoringIndexesGivenMissingIndexes
✅ ItShouldNotThrowValidationExceptionWhenIgnoringIndexes
Loading