CI #33
GitHub Actions / tests results
succeeded
Feb 4, 2024 in 0s
All 607 tests pass in 2m 5s
Annotations
Check notice on line 0 in .github
github-actions / tests results
607 tests found (test 1 to 428)
There are 607 tests, see "Raw output" for the list of tests 1 to 428.
Raw output
Thinktecture.EntityFrameworkCore.BulkOperations.PropertiesProviderTests.Exclude ‑ Should_be_able_to_extract_complex_property_as_a_whole
Thinktecture.EntityFrameworkCore.BulkOperations.PropertiesProviderTests.Exclude ‑ Should_extract_all_properties_besides_the_one_specified_by_property_accessor
Thinktecture.EntityFrameworkCore.BulkOperations.PropertiesProviderTests.Exclude ‑ Should_extract_all_properties_besides_the_ones_specified_by_expression
Thinktecture.EntityFrameworkCore.BulkOperations.PropertiesProviderTests.Exclude ‑ Should_handle_properties_from_base_classes
Thinktecture.EntityFrameworkCore.BulkOperations.PropertiesProviderTests.Exclude ‑ Should_return_all_properties_if_no_properties_provided
Thinktecture.EntityFrameworkCore.BulkOperations.PropertiesProviderTests.Exclude ‑ Should_throw_if_expression_is_null
Thinktecture.EntityFrameworkCore.BulkOperations.PropertiesProviderTests.Exclude ‑ Should_throw_if_expression_return_constant
Thinktecture.EntityFrameworkCore.BulkOperations.PropertiesProviderTests.Include ‑ Should_extract_complex_object
Thinktecture.EntityFrameworkCore.BulkOperations.PropertiesProviderTests.Include ‑ Should_extract_properties
Thinktecture.EntityFrameworkCore.BulkOperations.PropertiesProviderTests.Include ‑ Should_extract_property_accessor
Thinktecture.EntityFrameworkCore.BulkOperations.PropertiesProviderTests.Include ‑ Should_handle_properties_from_base_classes
Thinktecture.EntityFrameworkCore.BulkOperations.PropertiesProviderTests.Include ‑ Should_return_empty_collection_if_no_properties_provided
Thinktecture.EntityFrameworkCore.BulkOperations.PropertiesProviderTests.Include ‑ Should_throw_if_expression_is_null
Thinktecture.EntityFrameworkCore.BulkOperations.PropertiesProviderTests.Include ‑ Should_throw_if_expression_return_constant
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertAsync ‑ Should_ignore_RowVersion
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertAsync ‑ Should_ignore_auto_increment_column_without_KeepIdentity
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertAsync ‑ Should_insert_TestEntity_Owns_Inline_Inline
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertAsync ‑ Should_insert_TestEntity_Owns_Inline_SeparateMany
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertAsync ‑ Should_insert_TestEntity_Owns_Inline_SeparateOne
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertAsync ‑ Should_insert_TestEntity_Owns_SeparateMany
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertAsync ‑ Should_insert_TestEntity_Owns_SeparateMany_Inline
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertAsync ‑ Should_insert_TestEntity_Owns_SeparateOne
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertAsync ‑ Should_insert_TestEntity_Owns_SeparateOne_Inline
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertAsync ‑ Should_insert_TestEntity_Owns_SeparateOne_SeparateMany
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertAsync ‑ Should_insert_TestEntity_Owns_SeparateOne_SeparateOne
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertAsync ‑ Should_insert_TestEntity_with_ComplexType
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertAsync ‑ Should_insert_auto_increment_column_with_KeepIdentity
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertAsync ‑ Should_insert_column_with_converter
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertAsync ‑ Should_insert_entities
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertAsync ‑ Should_insert_inlined_owned_type_if_it_has_default_values_only
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertAsync ‑ Should_insert_inlined_owned_types
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertAsync ‑ Should_insert_private_property
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertAsync ‑ Should_insert_shadow_properties
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertAsync ‑ Should_insert_specified_properties_only
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertAsync ‑ Should_throw_because_sqlbulkcopy_dont_support_null_for_NOT_NULL_despite_dotnet_default_value
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertAsync ‑ Should_throw_because_sqlbulkcopy_dont_support_null_for_NOT_NULL_despite_sql_default_value
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertAsync ‑ Should_throw_entity_contains_inlined_owned_type
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertAsync ‑ Should_throw_if_separated_owned_type_uses_shadow_property_id_and_is_detached
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertAsync ‑ Should_throw_if_separated_owned_types_uses_shadow_property_id_and_is_detached
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertAsync ‑ Should_throw_on_insert_of_TestEntity_Owns_SeparateMany_SeparateMany
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertAsync ‑ Should_throw_on_insert_of_TestEntity_Owns_SeparateMany_SeparateOne
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertAsync ‑ Should_throw_when_trying_to_insert_into_pure_temp_table_entity
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertAsync ‑ Should_write_not_nullable_structs_as_is_despite_dotnet_default_value
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertAsync ‑ Should_write_not_nullable_structs_as_is_despite_sql_default_value
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertOrUpdateAsync ‑ Should_ignore_RowVersion
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertOrUpdateAsync ‑ Should_insert_and_update_TestEntity_with_ComplexType
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertOrUpdateAsync ‑ Should_insert_and_update_entities_with_auto_increment_column_having_property_selector
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertOrUpdateAsync ‑ Should_insert_column_with_converter
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertOrUpdateAsync ‑ Should_insert_entities
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertOrUpdateAsync ‑ Should_insert_private_property
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertOrUpdateAsync ‑ Should_insert_shadow_properties
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertOrUpdateAsync ‑ Should_insert_specified_properties_only
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertOrUpdateAsync ‑ Should_not_throw_if_entities_is_empty
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertOrUpdateAsync ‑ Should_not_throw_if_key_property_is_not_present_in_PropertiesToUpdate
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertOrUpdateAsync ‑ Should_throw_because_sqlbulkcopy_dont_support_null_for_NOT_NULL_despite_dotnet_default_value
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertOrUpdateAsync ‑ Should_throw_because_sqlbulkcopy_dont_support_null_for_NOT_NULL_despite_sql_default_value
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertOrUpdateAsync ‑ Should_throw_when_entity_has_no_key
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertOrUpdateAsync ‑ Should_throw_when_trying_to_insert_entities_with_auto_increment_column_without_excluding_auto_increment_column
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertOrUpdateAsync ‑ Should_update_entities
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertOrUpdateAsync ‑ Should_update_entities_based_on_non_pk_property
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertOrUpdateAsync ‑ Should_update_provided_entity_only
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertOrUpdateAsync ‑ Should_update_specified_properties_only
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkInsertOrUpdateAsync ‑ Should_write_not_nullable_structs_as_is_despite_sql_default_value
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkUpdateAsync ‑ Should_ignore_RowVersion
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkUpdateAsync ‑ Should_insert_and_update_TestEntity_with_ComplexType
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkUpdateAsync ‑ Should_not_throw_if_entities_is_empty
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkUpdateAsync ‑ Should_not_throw_if_key_property_is_not_present_in_PropertiesToUpdate
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkUpdateAsync ‑ Should_return_0_if_no_rows_match
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkUpdateAsync ‑ Should_update_column_with_converter
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkUpdateAsync ‑ Should_update_entities
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkUpdateAsync ‑ Should_update_entities_based_on_non_pk_property
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkUpdateAsync ‑ Should_update_entity_with_auto_increment
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkUpdateAsync ‑ Should_update_entity_with_auto_increment_having_custom_property_selector
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkUpdateAsync ‑ Should_update_private_property
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkUpdateAsync ‑ Should_update_property_of_base_class
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkUpdateAsync ‑ Should_update_provided_entity_only
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkUpdateAsync ‑ Should_update_shadow_properties
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkUpdateAsync ‑ Should_update_specified_properties_only
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.BulkUpdateAsync ‑ Should_write_not_nullable_structs_as_is_despite_sql_default_value
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.TruncateTableAsync ‑ Should_delete_entities
Thinktecture.EntityFrameworkCore.BulkOperations.SqlServerBulkOperationExecutorTests.TruncateTableAsync ‑ Should_not_throw_if_table_is_empty
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertAsync ‑ Should_insert_0_to_auto_increment_column(behavior: KeepValueAsIs, id: 0, expectedId: 0)
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertAsync ‑ Should_insert_0_to_auto_increment_column(behavior: KeepValueAsIs, id: 42, expectedId: 42)
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertAsync ‑ Should_insert_0_to_auto_increment_column(behavior: SetZeroToNull, id: 0, expectedId: 1)
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertAsync ‑ Should_insert_0_to_auto_increment_column(behavior: SetZeroToNull, id: 42, expectedId: 42)
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertAsync ‑ Should_insert_TestEntity_Owns_Inline
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertAsync ‑ Should_insert_TestEntity_Owns_Inline_Inline
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertAsync ‑ Should_insert_TestEntity_Owns_Inline_SeparateMany
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertAsync ‑ Should_insert_TestEntity_Owns_Inline_SeparateOne
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertAsync ‑ Should_insert_TestEntity_Owns_Inline_if_it_has_default_values_only
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertAsync ‑ Should_insert_TestEntity_Owns_SeparateMany
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertAsync ‑ Should_insert_TestEntity_Owns_SeparateMany_Inline
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertAsync ‑ Should_insert_TestEntity_Owns_SeparateOne
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertAsync ‑ Should_insert_TestEntity_Owns_SeparateOne_Inline
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertAsync ‑ Should_insert_TestEntity_Owns_SeparateOne_SeparateMany
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertAsync ‑ Should_insert_TestEntity_Owns_SeparateOne_SeparateOne
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertAsync ‑ Should_insert_TestEntity_with_ComplexType
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertAsync ‑ Should_insert_entities
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertAsync ‑ Should_insert_private_property
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertAsync ‑ Should_insert_shadow_properties
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertAsync ‑ Should_insert_specified_properties_only
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertAsync ‑ Should_throw_because_sqlite_dont_support_null_for_NOT_NULL_despite_dotnet_default_value
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertAsync ‑ Should_throw_because_sqlite_dont_support_null_for_NOT_NULL_despite_sql_default_value
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertAsync ‑ Should_throw_if_required_inlined_owned_type_is_null
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertAsync ‑ Should_throw_if_separated_owned_type_uses_shadow_property_id_and_is_detached
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertAsync ‑ Should_throw_if_separated_owned_types_uses_shadow_property_id_and_is_detached
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertAsync ‑ Should_throw_on_insert_of_TestEntity_Owns_SeparateMany_SeparateMany
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertAsync ‑ Should_throw_on_insert_of_TestEntity_Owns_SeparateMany_SeparateOne
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertAsync ‑ Should_throw_when_inserting_entities_without_creating_table_first
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertAsync ‑ Should_write_all_provided_column_values_as_is_despite_dotnet_default_value
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertAsync ‑ Should_write_all_provided_column_values_as_is_despite_sql_default_value
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertOrUpdateAsync ‑ Should_insert_and_update_TestEntity_with_ComplexType
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertOrUpdateAsync ‑ Should_insert_and_update_entities_with_auto_increment_column_having_property_selector
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertOrUpdateAsync ‑ Should_insert_column_with_converter
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertOrUpdateAsync ‑ Should_insert_entities
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertOrUpdateAsync ‑ Should_insert_private_property
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertOrUpdateAsync ‑ Should_insert_shadow_properties
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertOrUpdateAsync ‑ Should_insert_specified_properties_only
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertOrUpdateAsync ‑ Should_not_throw_if_entities_is_empty
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertOrUpdateAsync ‑ Should_not_throw_if_key_property_is_not_present_in_PropertiesToUpdate
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertOrUpdateAsync ‑ Should_skip_update_if_no_properties_to_update
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertOrUpdateAsync ‑ Should_skip_update_if_provided_key_properties_only
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertOrUpdateAsync ‑ Should_throw_when_entity_has_no_key
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertOrUpdateAsync ‑ Should_update_entities
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertOrUpdateAsync ‑ Should_update_entities_based_on_non_pk_property
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertOrUpdateAsync ‑ Should_update_provided_entity_only
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertOrUpdateAsync ‑ Should_update_specified_properties_only
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkInsertOrUpdateAsync ‑ Should_write_not_nullable_structs_as_is_despite_sql_default_value
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkUpdateAsync ‑ Should_insert_and_update_TestEntity_with_ComplexType
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkUpdateAsync ‑ Should_not_throw_if_entities_is_empty
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkUpdateAsync ‑ Should_not_throw_if_key_property_is_not_part_of_PropertiesToUpdate
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkUpdateAsync ‑ Should_return_0_if_no_rows_match
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkUpdateAsync ‑ Should_update_column_with_converter
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkUpdateAsync ‑ Should_update_entities
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkUpdateAsync ‑ Should_update_entities_based_on_non_pk_property
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkUpdateAsync ‑ Should_update_entity_with_auto_increment
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkUpdateAsync ‑ Should_update_entity_with_auto_increment_having_custom_property_selector
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkUpdateAsync ‑ Should_update_entity_without_required_fields_if_excluded
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkUpdateAsync ‑ Should_update_private_property
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkUpdateAsync ‑ Should_update_property_of_base_class
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkUpdateAsync ‑ Should_update_provided_entity_only
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkUpdateAsync ‑ Should_update_shadow_properties
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkUpdateAsync ‑ Should_update_specified_properties_only
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.BulkUpdateAsync ‑ Should_write_not_nullable_structs_as_is_despite_sql_default_value
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.TruncateTableAsync ‑ Should_delete_entities
Thinktecture.EntityFrameworkCore.BulkOperations.SqliteBulkOperationExecutorTests.TruncateTableAsync ‑ Should_not_throw_if_table_is_empty
Thinktecture.EntityFrameworkCore.Data.EntityDataReaderFactoryTests.Create ‑ Should_generate_factory_for_provided_properties
Thinktecture.EntityFrameworkCore.Data.EntityDataReaderFactoryTests.Create ‑ Should_generate_factory_if_entities_are_empty
Thinktecture.EntityFrameworkCore.Data.EntityDataReaderFactoryTests.Create ‑ Should_throw_if_context_is_null
Thinktecture.EntityFrameworkCore.Data.EntityDataReaderFactoryTests.Create ‑ Should_throw_if_entities_is_null
Thinktecture.EntityFrameworkCore.Data.EntityDataReaderFactoryTests.Create ‑ Should_throw_if_properties_is_null
Thinktecture.EntityFrameworkCore.Data.EntityDataReaderTests.GetFinishedEntities ‑ Should_return_empty_collection_if_reader_is_not_read_to_end
Thinktecture.EntityFrameworkCore.Data.EntityDataReaderTests.GetFinishedEntities ‑ Should_return_the_new_collection_if_entities_is_not_list
Thinktecture.EntityFrameworkCore.Data.EntityDataReaderTests.GetFinishedEntities ‑ Should_return_the_same_collection_if_entities_is_list
Thinktecture.EntityFrameworkCore.Data.EntityDataReaderTests.GetFinishedEntities ‑ Should_throw_if_ensureEntitiesCollectionAfterFinish_is_false
Thinktecture.EntityFrameworkCore.Data.EntityDataReaderTests.GetPropertyIndex ‑ Should_return_index_of_the_property
Thinktecture.EntityFrameworkCore.Data.EntityDataReaderTests.GetPropertyIndex ‑ Should_throw_if_property_is_in_propertiesToRead
Thinktecture.EntityFrameworkCore.Data.EntityDataReaderTests.Properties ‑ Should_return_propertiesToRead
Thinktecture.EntityFrameworkCore.Infrastructure.DefaultSchemaModelCustomizerTests.Customize ‑ Should_not_change_schema_if_entity_schema_is_set_already
Thinktecture.EntityFrameworkCore.Infrastructure.DefaultSchemaModelCustomizerTests.Customize ‑ Should_not_reset_schema_if_entity_schema_is_set_already
Thinktecture.EntityFrameworkCore.Infrastructure.DefaultSchemaModelCustomizerTests.Customize ‑ Should_set_schema_if_dbFunction_schema_is_null
Thinktecture.EntityFrameworkCore.Infrastructure.DefaultSchemaModelCustomizerTests.Customize ‑ Should_set_schema_if_entity_schema_is_null
Thinktecture.EntityFrameworkCore.Infrastructure.DefaultSchemaModelCustomizerTests.Customize ‑ Should_set_schema_if_view_schema_is_null
Thinktecture.EntityFrameworkCore.Infrastructure.DefaultSchemaRespectingModelCacheKeyFactoryTests.Create ‑ Should_create_class_with_correct_equals_implementation_for_schema_aware_ctx
Thinktecture.EntityFrameworkCore.Infrastructure.DefaultSchemaRespectingModelCacheKeyFactoryTests.Create ‑ Should_create_class_with_correct_equals_implementation_for_schema_unaware_ctx
Thinktecture.EntityFrameworkCore.Infrastructure.DefaultSchemaRespectingModelCacheKeyFactoryTests.Create ‑ Should_create_class_with_correct_gethashcode_implementation_for_schema_aware_ctx
Thinktecture.EntityFrameworkCore.Infrastructure.DefaultSchemaRespectingModelCacheKeyFactoryTests.Create ‑ Should_create_class_with_correct_gethashcode_implementation_for_schema_unaware_ctx
Thinktecture.EntityFrameworkCore.Infrastructure.DefaultSchemaRespectingModelCacheKeyFactoryTests.Create ‑ Should_throw_if_ctx_is_null
Thinktecture.EntityFrameworkCore.Migrations.DefaultSchemaRespectingMigrationAssemblyTests.CreateMigration ‑ Should_create_migration_having_schema_aware_ctx
Thinktecture.EntityFrameworkCore.Migrations.DefaultSchemaRespectingMigrationAssemblyTests.CreateMigration ‑ Should_create_schema_aware_migration_having_schema_aware_ctx
Thinktecture.EntityFrameworkCore.Migrations.DefaultSchemaRespectingMigrationAssemblyTests.CreateMigration ‑ Should_create_schema_unaware_migration_having_schema_unaware_ctx
Thinktecture.EntityFrameworkCore.Migrations.DefaultSchemaRespectingMigrationAssemblyTests.CreateMigration ‑ Should_not_set_schema_on_schema_unaware_migration_having_schema_unaware_ctx
Thinktecture.EntityFrameworkCore.Migrations.DefaultSchemaRespectingMigrationAssemblyTests.CreateMigration ‑ Should_set_schema_of_migration_having_schema_aware_ctx
Thinktecture.EntityFrameworkCore.Migrations.DefaultSchemaRespectingMigrationAssemblyTests.CreateMigration ‑ Should_set_schema_of_schema_aware_migration_having_schema_aware_ctx
Thinktecture.EntityFrameworkCore.Migrations.DefaultSchemaRespectingMigrationAssemblyTests.CreateMigration ‑ Should_throw_when_active_provider_is_null
Thinktecture.EntityFrameworkCore.Migrations.DefaultSchemaRespectingMigrationAssemblyTests.CreateMigration ‑ Should_throw_when_creating_schema_aware_migration_having_schema_unaware_ctx
Thinktecture.EntityFrameworkCore.Migrations.DefaultSchemaRespectingMigrationAssemblyTests.CreateMigration ‑ Should_throw_when_schema_type_is_null
Thinktecture.EntityFrameworkCore.Migrations.MigrationOperationSchemaSetterTests.SetSchema ‑ Should_not_set_schema_if_the_schema_is_set_already
Thinktecture.EntityFrameworkCore.Migrations.MigrationOperationSchemaSetterTests.SetSchema ‑ Should_return_operations_unchanged_if_no_schema_set
Thinktecture.EntityFrameworkCore.Migrations.MigrationOperationSchemaSetterTests.SetSchema ‑ Should_set_schema_on_AddColumnOperation
Thinktecture.EntityFrameworkCore.Migrations.MigrationOperationSchemaSetterTests.SetSchema ‑ Should_set_schema_on_AddForeignKeyOperation
Thinktecture.EntityFrameworkCore.Migrations.MigrationOperationSchemaSetterTests.SetSchema ‑ Should_set_schema_on_AddPrimaryKeyOperation
Thinktecture.EntityFrameworkCore.Migrations.MigrationOperationSchemaSetterTests.SetSchema ‑ Should_set_schema_on_AddUniqueConstraintOperation
Thinktecture.EntityFrameworkCore.Migrations.MigrationOperationSchemaSetterTests.SetSchema ‑ Should_set_schema_on_AlterColumnOperation
Thinktecture.EntityFrameworkCore.Migrations.MigrationOperationSchemaSetterTests.SetSchema ‑ Should_set_schema_on_AlterTableOperation
Thinktecture.EntityFrameworkCore.Migrations.MigrationOperationSchemaSetterTests.SetSchema ‑ Should_set_schema_on_CreateIndexOperation
Thinktecture.EntityFrameworkCore.Migrations.MigrationOperationSchemaSetterTests.SetSchema ‑ Should_set_schema_on_CreateTable
Thinktecture.EntityFrameworkCore.Migrations.MigrationOperationSchemaSetterTests.SetSchema ‑ Should_set_schema_on_DeleteDataOperation
Thinktecture.EntityFrameworkCore.Migrations.MigrationOperationSchemaSetterTests.SetSchema ‑ Should_set_schema_on_DropColumnOperation
Thinktecture.EntityFrameworkCore.Migrations.MigrationOperationSchemaSetterTests.SetSchema ‑ Should_set_schema_on_DropForeignKeyOperation
Thinktecture.EntityFrameworkCore.Migrations.MigrationOperationSchemaSetterTests.SetSchema ‑ Should_set_schema_on_DropIndex
Thinktecture.EntityFrameworkCore.Migrations.MigrationOperationSchemaSetterTests.SetSchema ‑ Should_set_schema_on_DropPrimaryKeyOperation
Thinktecture.EntityFrameworkCore.Migrations.MigrationOperationSchemaSetterTests.SetSchema ‑ Should_set_schema_on_DropTableOperation
Thinktecture.EntityFrameworkCore.Migrations.MigrationOperationSchemaSetterTests.SetSchema ‑ Should_set_schema_on_DropUniqueConstraintOperation
Thinktecture.EntityFrameworkCore.Migrations.MigrationOperationSchemaSetterTests.SetSchema ‑ Should_set_schema_on_InsertDataOperation
Thinktecture.EntityFrameworkCore.Migrations.MigrationOperationSchemaSetterTests.SetSchema ‑ Should_set_schema_on_RenameColumnOperation
Thinktecture.EntityFrameworkCore.Migrations.MigrationOperationSchemaSetterTests.SetSchema ‑ Should_set_schema_on_RenameIndexOperation
Thinktecture.EntityFrameworkCore.Migrations.MigrationOperationSchemaSetterTests.SetSchema ‑ Should_set_schema_on_RenameTableOperation
Thinktecture.EntityFrameworkCore.Migrations.MigrationOperationSchemaSetterTests.SetSchema ‑ Should_set_schema_on_UpdateDataOperation
Thinktecture.EntityFrameworkCore.Storage.NestedDbContextTransactionTests.Commit ‑ Should_commit_child_and_root_transaction
Thinktecture.EntityFrameworkCore.Storage.NestedDbContextTransactionTests.Commit ‑ Should_commit_child_transaction_but_not_underlying_transaction
Thinktecture.EntityFrameworkCore.Storage.NestedDbContextTransactionTests.Commit ‑ Should_commit_children_and_root_transactions
Thinktecture.EntityFrameworkCore.Storage.NestedDbContextTransactionTests.Commit ‑ Should_commit_root_transaction_and_underlying_transaction
Thinktecture.EntityFrameworkCore.Storage.NestedDbContextTransactionTests.Commit ‑ Should_throw_when_committing_child_transaction_if_another_child_transaction_is_not_completed
Thinktecture.EntityFrameworkCore.Storage.NestedDbContextTransactionTests.Commit ‑ Should_throw_when_committing_child_transaction_if_another_child_transaction_is_rolled_back
Thinktecture.EntityFrameworkCore.Storage.NestedDbContextTransactionTests.Commit ‑ Should_throw_when_committing_child_transaction_if_another_child_transaction_is_rolled_back_due_to_disposed
Thinktecture.EntityFrameworkCore.Storage.NestedDbContextTransactionTests.Commit ‑ Should_throw_when_committing_root_transaction_if_child_transaction_is_not_completed
Thinktecture.EntityFrameworkCore.Storage.NestedDbContextTransactionTests.Commit ‑ Should_throw_when_committing_root_transaction_if_child_transaction_is_rolled_back
Thinktecture.EntityFrameworkCore.Storage.NestedDbContextTransactionTests.Commit ‑ Should_throw_when_committing_root_transaction_if_child_transaction_is_rolled_back_due_to_disposed
Thinktecture.EntityFrameworkCore.Storage.NestedDbContextTransactionTests.Commit ‑ Should_throw_when_trying_to_commit_twice
Thinktecture.EntityFrameworkCore.Storage.NestedDbContextTransactionTests.Dispose ‑ Should_do_nothing_when_disposing_multiple_times
Thinktecture.EntityFrameworkCore.Storage.NestedDbContextTransactionTests.Dispose ‑ Should_rollback_uncompleted_child_transaction
Thinktecture.EntityFrameworkCore.Storage.NestedDbContextTransactionTests.Dispose ‑ Should_rollback_uncompleted_root_transaction
Thinktecture.EntityFrameworkCore.Storage.NestedDbContextTransactionTests.Rollback ‑ Should_rollback_child_and_root_transaction
Thinktecture.EntityFrameworkCore.Storage.NestedDbContextTransactionTests.Rollback ‑ Should_rollback_child_transaction_but_not_underlying_transaction
Thinktecture.EntityFrameworkCore.Storage.NestedDbContextTransactionTests.Rollback ‑ Should_rollback_child_transaction_if_another_child_transaction_is_committed
Thinktecture.EntityFrameworkCore.Storage.NestedDbContextTransactionTests.Rollback ‑ Should_rollback_child_transaction_if_another_child_transaction_is_rolled_back_due_to_disposed
Thinktecture.EntityFrameworkCore.Storage.NestedDbContextTransactionTests.Rollback ‑ Should_rollback_children_and_root_transactions
Thinktecture.EntityFrameworkCore.Storage.NestedDbContextTransactionTests.Rollback ‑ Should_rollback_root_transaction_and_underlying_transaction
Thinktecture.EntityFrameworkCore.Storage.NestedDbContextTransactionTests.Rollback ‑ Should_rollback_root_transaction_if_child_transaction_is_committed
Thinktecture.EntityFrameworkCore.Storage.NestedDbContextTransactionTests.Rollback ‑ Should_rollback_root_transaction_if_child_transaction_is_rolled_backed_due_to_dispose
Thinktecture.EntityFrameworkCore.Storage.NestedDbContextTransactionTests.Rollback ‑ Should_throw_when_rollback_child_transaction_if_another_child_transaction_is_not_completed
Thinktecture.EntityFrameworkCore.Storage.NestedDbContextTransactionTests.Rollback ‑ Should_throw_when_rollback_root_transaction_if_child_transaction_is_not_completed
Thinktecture.EntityFrameworkCore.Storage.NestedDbContextTransactionTests.Rollback ‑ Should_throw_when_trying_to_rollback_twice
Thinktecture.EntityFrameworkCore.Storage.NestedRelationalTransactionManagerTests.BeginTransaction ‑ Should_allow_create_child_transactions_with_higher_level_if_underlying_transaction_uses_higher_level_internally
Thinktecture.EntityFrameworkCore.Storage.NestedRelationalTransactionManagerTests.BeginTransaction ‑ Should_allow_create_child_transactions_with_lower_level
Thinktecture.EntityFrameworkCore.Storage.NestedRelationalTransactionManagerTests.BeginTransaction ‑ Should_allow_create_child_transactions_with_no_isolation_level
Thinktecture.EntityFrameworkCore.Storage.NestedRelationalTransactionManagerTests.BeginTransaction ‑ Should_create_new_child_transaction_from_root_after_another_child_is_completed(action: Action`1 { Method = Void <.cctor>b__12_0(Microsoft.EntityFrameworkCore.Storage.IDbContextTransaction), Target = <>c { } })
Thinktecture.EntityFrameworkCore.Storage.NestedRelationalTransactionManagerTests.BeginTransaction ‑ Should_create_new_child_transaction_from_root_after_another_child_is_completed(action: Action`1 { Method = Void <.cctor>b__12_1(Microsoft.EntityFrameworkCore.Storage.IDbContextTransaction), Target = <>c { } })
Thinktecture.EntityFrameworkCore.Storage.NestedRelationalTransactionManagerTests.BeginTransaction ‑ Should_create_new_child_transaction_from_root_after_another_child_is_completed(action: Action`1 { Method = Void <.cctor>b__12_2(Microsoft.EntityFrameworkCore.Storage.IDbContextTransaction), Target = <>c { } })
Thinktecture.EntityFrameworkCore.Storage.NestedRelationalTransactionManagerTests.BeginTransaction ‑ Should_create_new_child_transaction_if_another_child_transaction_exist
Thinktecture.EntityFrameworkCore.Storage.NestedRelationalTransactionManagerTests.BeginTransaction ‑ Should_create_new_child_transaction_if_root_transaction_exist
Thinktecture.EntityFrameworkCore.Storage.NestedRelationalTransactionManagerTests.BeginTransaction ‑ Should_create_new_root_transaction
Thinktecture.EntityFrameworkCore.Storage.NestedRelationalTransactionManagerTests.BeginTransaction ‑ Should_not_allow_create_child_transactions_having_Chaos
Thinktecture.EntityFrameworkCore.Storage.NestedRelationalTransactionManagerTests.BeginTransaction ‑ Should_not_allow_create_child_transactions_having_Snapshot
Thinktecture.EntityFrameworkCore.Storage.NestedRelationalTransactionManagerTests.BeginTransaction ‑ Should_not_allow_create_child_transactions_having_Unspecified
Thinktecture.EntityFrameworkCore.Storage.NestedRelationalTransactionManagerTests.BeginTransactionAsync ‑ Should_create_new_child_transaction_from_root_after_another_child_is_completed(action: Action`1 { Method = Void <.cctor>b__6_0(Microsoft.EntityFrameworkCore.Storage.IDbContextTransaction), Target = <>c { } })
Thinktecture.EntityFrameworkCore.Storage.NestedRelationalTransactionManagerTests.BeginTransactionAsync ‑ Should_create_new_child_transaction_from_root_after_another_child_is_completed(action: Action`1 { Method = Void <.cctor>b__6_1(Microsoft.EntityFrameworkCore.Storage.IDbContextTransaction), Target = <>c { } })
Thinktecture.EntityFrameworkCore.Storage.NestedRelationalTransactionManagerTests.BeginTransactionAsync ‑ Should_create_new_child_transaction_from_root_after_another_child_is_completed(action: Action`1 { Method = Void <.cctor>b__6_2(Microsoft.EntityFrameworkCore.Storage.IDbContextTransaction), Target = <>c { } })
Thinktecture.EntityFrameworkCore.Storage.NestedRelationalTransactionManagerTests.BeginTransactionAsync ‑ Should_create_new_child_transaction_if_another_child_transaction_exist
Thinktecture.EntityFrameworkCore.Storage.NestedRelationalTransactionManagerTests.BeginTransactionAsync ‑ Should_create_new_child_transaction_if_root_transaction_exist
Thinktecture.EntityFrameworkCore.Storage.NestedRelationalTransactionManagerTests.BeginTransactionAsync ‑ Should_create_new_root_transaction
Thinktecture.EntityFrameworkCore.Storage.NestedRelationalTransactionManagerTests.CommitTransaction ‑ Should_commit_child_transaction_only
Thinktecture.EntityFrameworkCore.Storage.NestedRelationalTransactionManagerTests.CommitTransaction ‑ Should_commit_root_transaction_and_the_underlying_db_transaction
Thinktecture.EntityFrameworkCore.Storage.NestedRelationalTransactionManagerTests.CommitTransaction ‑ Should_create_newest_child_transaction_only
Thinktecture.EntityFrameworkCore.Storage.NestedRelationalTransactionManagerTests.CommitTransaction ‑ Should_throw_InvalidOperationException_no_transaction_active
Thinktecture.EntityFrameworkCore.Storage.NestedRelationalTransactionManagerTests.ResetState ‑ Should_dispose_current_child_and_root_transactions
Thinktecture.EntityFrameworkCore.Storage.NestedRelationalTransactionManagerTests.ResetState ‑ Should_dispose_open_root_transaction
Thinktecture.EntityFrameworkCore.Storage.NestedRelationalTransactionManagerTests.ResetState ‑ Should_do_nothing_if_not_transaction_is_active
Thinktecture.EntityFrameworkCore.Storage.NestedRelationalTransactionManagerTests.RollbackTransaction ‑ Should_commit_child_transaction_only
Thinktecture.EntityFrameworkCore.Storage.NestedRelationalTransactionManagerTests.RollbackTransaction ‑ Should_commit_root_transaction_and_the_underlying_db_transaction
Thinktecture.EntityFrameworkCore.Storage.NestedRelationalTransactionManagerTests.RollbackTransaction ‑ Should_create_newest_child_transaction_only
Thinktecture.EntityFrameworkCore.Storage.NestedRelationalTransactionManagerTests.RollbackTransaction ‑ Should_throw_InvalidOperationException_no_transaction_active
Thinktecture.EntityFrameworkCore.Storage.NestedTransactionTests ‑ Should_complete_underlying_translations_after_root_is_completed
Thinktecture.EntityFrameworkCore.Storage.NestedTransactionTests ‑ Should_create_new_child_transaction
Thinktecture.EntityFrameworkCore.Storage.NestedTransactionTests ‑ Should_create_new_child_transaction_and_commit_correctly
Thinktecture.EntityFrameworkCore.Storage.NestedTransactionTests ‑ Should_create_new_child_transaction_and_dispose_correctly
Thinktecture.EntityFrameworkCore.Storage.NestedTransactionTests ‑ Should_create_new_child_transaction_and_rollback_correctly
Thinktecture.EntityFrameworkCore.Storage.NestedTransactionTests ‑ Should_create_new_root_transaction
Thinktecture.EntityFrameworkCore.Storage.NestedTransactionTests ‑ Should_create_new_root_transaction_and_commit_correctly
Thinktecture.EntityFrameworkCore.Storage.NestedTransactionTests ‑ Should_create_new_root_transaction_and_dispose_correctly
Thinktecture.EntityFrameworkCore.Storage.NestedTransactionTests ‑ Should_create_new_root_transaction_and_rollback_correctly
Thinktecture.EntityFrameworkCore.Storage.NestedTransactionTests ‑ Should_dispose_child_transactions_if_root_transactions_is_disposed
Thinktecture.EntityFrameworkCore.Storage.NestedTransactionTests ‑ Should_dispose_inner_child_transactions_if_outer_transactions_is_disposed
Thinktecture.EntityFrameworkCore.Storage.NestedTransactionTests ‑ Should_honor_default_isolation_level_if_no_level_is_provided
Thinktecture.EntityFrameworkCore.Storage.NestedTransactionTests ‑ Should_not_allow_create_child_transactions_with_higher_level
Thinktecture.EntityFrameworkCore.Storage.NestedTransactionTests ‑ Should_rollback_if_a_sibling_transaction_rollbacks
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreatePrimaryKeyAsync ‑ Should_create_primary_key_for_entityType
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreatePrimaryKeyAsync ‑ Should_create_primary_key_for_keylessType
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreatePrimaryKeyAsync ‑ Should_not_create_primary_key_if_key_exists_and_checkForExistence_is_true
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreatePrimaryKeyAsync ‑ Should_throw_if_key_exists_and_checkForExistence_is_false
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_pk_if_options_flag_is_set
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_temp_table_for_entityType
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_temp_table_for_entity_with_complex_type
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_temp_table_for_keyless_entity
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_temp_table_with_2_columns
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_temp_table_with_bool
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_temp_table_with_converter_and_default_value
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_temp_table_with_decimal
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_temp_table_with_decimal_with_explicit_precision
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_temp_table_with_default_database_collation
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_temp_table_with_double
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_temp_table_with_int
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_temp_table_with_nullable_int
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_temp_table_with_one_column
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_temp_table_with_provided_column_only
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_temp_table_with_reusable_name
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_temp_table_with_string
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_temp_table_with_string_with_max_length
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_temp_table_without_primary_key
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_delete_temp_table_on_disposeAsync_if_DropTableOnDispose_is_true
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_delete_temp_table_on_dispose_if_DropTableOnDispose_is_true
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_honor_collation
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_make_nullable_int_to_non_nullable_if_set_via_modelbuilder
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_not_delete_temp_table_on_disposeAsync_if_DropTableOnDispose_is_false
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_not_delete_temp_table_on_dispose_if_DropTableOnDispose_is_false
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_not_reuse_name_before_it_is_freed
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_not_throw_if_some_pk_columns_are_missing_and_provider_is_Adaptive
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_open_connection
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_return_reference_to_be_able_to_close_connection_even_if_ctx_is_disposed
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_return_reference_to_be_able_to_close_connection_using_dispose
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_return_reference_to_be_able_to_close_connection_using_disposeAsync
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_return_reference_to_remove_temp_table
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_return_table_ref_that_does_nothing_after_connection_is_closed
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_return_table_ref_that_does_nothing_after_connection_is_disposed
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_reuse_name_after_it_is_freed
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_reuse_name_after_it_is_freed_although_previously_not_dropped
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_reuse_name_in_sorted_order
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_throw_if_some_pk_columns_are_missing
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_throw_if_temp_table_entity_contains_inlined_owned_type
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_throw_if_temp_table_entity_contains_many_owned_types
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_throw_if_temp_table_entity_contains_separated_owned_type
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_throw_if_temp_table_is_not_introduced
Thinktecture.EntityFrameworkCore.TempTables.SqlServerTempTableCreatorTests.CreateTempTableAsync ‑ Should_throw_when_selecting_separated_owned_type
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_make_nullable_int_to_non_nullable_if_set_via_modelbuilder
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_pk_if_options_flag_is_set
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_temp_table_for_entityType
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_temp_table_for_entity_with_complex_type
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_temp_table_for_entity_with_separated_owned_type
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_temp_table_for_keyless_entity
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_temp_table_with_2_columns
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_temp_table_with_autoincrement_if_it_is_primary_key
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_temp_table_with_bool
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_temp_table_with_converter_and_default_value
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_temp_table_with_decimal
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_temp_table_with_double
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_temp_table_with_int
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_temp_table_with_nullable_int
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_temp_table_with_one_column
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_temp_table_with_provided_column_only
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_temp_table_with_reusable_name
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_temp_table_with_string
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_temp_table_with_string_with_max_length
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_create_temp_table_without_primary_key
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_delete_temp_table_on_disposeAsync_if_DropTableOnDispose_is_true
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_delete_temp_table_on_dispose_if_DropTableOnDispose_is_true
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_not_delete_temp_table_on_disposeAsync_if_DropTableOnDispose_is_false
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_not_delete_temp_table_on_dispose_if_DropTableOnDispose_is_false
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_not_reuse_name_before_it_is_freed
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_not_throw_if_some_pk_columns_are_missing_and_provider_is_Adaptive
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_open_connection
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_return_reference_to_be_able_to_close_connection
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_return_reference_to_be_able_to_close_connection_event_if_ctx_is_disposed
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_return_reference_to_remove_temp_table
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_return_table_ref_that_does_nothing_after_connection_is_closed
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_return_table_ref_that_does_nothing_after_connection_is_disposed
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_return_table_ref_that_does_nothing_after_connection_is_disposedAsync
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_reuse_name_after_it_is_freed
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_reuse_name_after_it_is_freed_although_previously_not_dropped
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_reuse_name_in_sorted_order
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_throw_if_some_pk_columns_are_missing
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_throw_if_temp_table_contains_inlined_owned_type
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_throw_if_temp_table_entity_contains_inlined_owned_type
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_throw_if_temp_table_entity_contains_many_owned_types
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_throw_if_temp_table_is_not_introduced
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_throw_when_creating_temp_table_with_autoincrement_if_it_is_not_primary_key
Thinktecture.EntityFrameworkCore.TempTables.SqliteTempTableCreatorTests.CreateTempTableAsync ‑ Should_throw_when_selecting_separated_owned_type
Thinktecture.EntityFrameworkCore.TenantDatabase.TenantDatabaseTests ‑ Should_behave_the_same_if_database_name_is_specified_explicitly
Thinktecture.EntityFrameworkCore.TenantDatabase.TenantDatabaseTests ‑ Should_behave_the_same_if_no_tenant_and_database_provided
Thinktecture.EntityFrameworkCore.TenantDatabase.TenantDatabaseTests ‑ Should_use_database_name_in_includes
Thinktecture.EntityFrameworkCore.TenantDatabase.TenantDatabaseTests ‑ Should_use_database_name_in_joins
Thinktecture.EntityFrameworkCore.TenantDatabase.TenantDatabaseTests ‑ Should_use_database_name_in_views
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertAsync ‑ Should_insert_TestEntity_with_ComplexType
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertAsync ‑ Should_insert_entities
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertAsync ‑ Should_insert_specified_properties_only
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertIntoTempTableAsync ‑ Should_insert_TestEntity_with_ComplexType
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertIntoTempTableAsync ‑ Should_insert_entityType_without_required_fields_if_excluded_and_with_UsePropertiesToInsertForTempTableCreation
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertIntoTempTableAsync ‑ Should_insert_entityType_without_touching_real_table
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertIntoTempTableAsync ‑ Should_insert_keyless_type
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertIntoTempTableAsync ‑ Should_not_mess_up_temp_tables_with_alternating_requests_with_disposing_previous_one
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertIntoTempTableAsync ‑ Should_not_mess_up_temp_tables_with_alternating_requests_without_disposing_previous_one
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertIntoTempTableAsync ‑ Should_properly_join_real_table_with_temp_table
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertIntoTempTableAsync ‑ Should_return_detached_entities_for_entities_with_a_primary_key
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertIntoTempTableAsync ‑ Should_return_disposable_query
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertIntoTempTableAsync ‑ Should_throw_for_entities_with_separated_owned_type
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertIntoTempTableAsync ‑ Should_throw_if_entities_contain_separated_owned_type
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertIntoTempTableAsync ‑ Should_throw_if_entity_contains_inlined_owned_type
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertOrUpdateAsync ‑ Should_insert_and_update_TestEntity_with_ComplexType
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertOrUpdateAsync ‑ Should_insert_and_update_specified_properties_only
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertOrUpdateAsync ‑ Should_insert_non_existing_entities
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertOrUpdateAsync ‑ Should_match_on_provided_properties
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertOrUpdateAsync ‑ Should_skip_update_if_no_properties_to_update
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertOrUpdateAsync ‑ Should_skip_update_if_provided_key_properties_only
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertOrUpdateAsync ‑ Should_update_existing_entities
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertValuesIntoTempTableAsync_1_Column ‑ Should_create_pk_by_default
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertValuesIntoTempTableAsync_1_Column ‑ Should_create_pk_by_default_on_string_column
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertValuesIntoTempTableAsync_1_Column ‑ Should_create_pk_on_nullable_column
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertValuesIntoTempTableAsync_1_Column ‑ Should_insert_int
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertValuesIntoTempTableAsync_1_Column ‑ Should_insert_int_with_streaming_disabled
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertValuesIntoTempTableAsync_1_Column ‑ Should_insert_nullable_int_of_a_keyless_entity
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertValuesIntoTempTableAsync_1_Column ‑ Should_insert_nullable_int_of_entity_with_a_key
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertValuesIntoTempTableAsync_1_Column ‑ Should_insert_string
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertValuesIntoTempTableAsync_1_Column ‑ Should_join_with_itself
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertValuesIntoTempTableAsync_1_Column ‑ Should_not_create_pk_if_entity_is_keyless_and_provider_is_AccordingToEntityTypeConfiguration
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertValuesIntoTempTableAsync_1_Column ‑ Should_not_create_pk_if_specified_in_options
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertValuesIntoTempTableAsync_1_Column ‑ Should_throw_if_inserting_duplicates
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertValuesIntoTempTableAsync_1_Column ‑ Should_throw_when_trying_to_create_pk_on_nullable_column
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertValuesIntoTempTableAsync_1_Column ‑ Should_work_with_projection_using_SplitQuery_behavior
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertValuesIntoTempTableAsync_2_Column ‑ Should_create_pk_by_default
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertValuesIntoTempTableAsync_2_Column ‑ Should_insert_int_nullable_int
Thinktecture.Extensions.DbContextExtensionsTests.BulkInsertValuesIntoTempTableAsync_2_Column ‑ Should_insert_string_string
Thinktecture.Extensions.DbContextExtensionsTests.BulkUpdateAsync ‑ Should_ignore_RowVersion
Thinktecture.Extensions.DbContextExtensionsTests.BulkUpdateAsync ‑ Should_insert_and_update_TestEntity_with_ComplexType
Thinktecture.Extensions.DbContextExtensionsTests.BulkUpdateAsync ‑ Should_not_throw_if_entities_is_empty
Thinktecture.Extensions.DbContextExtensionsTests.BulkUpdateAsync ‑ Should_not_throw_if_key_property_is_not_present_in_PropertiesToUpdate
Thinktecture.Extensions.DbContextExtensionsTests.BulkUpdateAsync ‑ Should_update_column_with_converter
Thinktecture.Extensions.DbContextExtensionsTests.BulkUpdateAsync ‑ Should_update_entities
Thinktecture.Extensions.DbContextExtensionsTests.BulkUpdateAsync ‑ Should_update_entities_based_on_non_pk_property
Thinktecture.Extensions.DbContextExtensionsTests.BulkUpdateAsync ‑ Should_update_entity_without_required_fields_if_excluded
Thinktecture.Extensions.DbContextExtensionsTests.BulkUpdateAsync ‑ Should_update_private_property
Thinktecture.Extensions.DbContextExtensionsTests.BulkUpdateAsync ‑ Should_update_provided_entity_only
Thinktecture.Extensions.DbContextExtensionsTests.BulkUpdateAsync ‑ Should_update_shadow_properties
Thinktecture.Extensions.DbContextExtensionsTests.BulkUpdateAsync ‑ Should_update_specified_properties_only
Thinktecture.Extensions.DbContextExtensionsTests.BulkUpdateAsync ‑ Should_write_not_nullable_structs_as_is_despite_sql_default_value
Thinktecture.Extensions.DbContextExtensionsTests.CreateComplexCollectionParameter ‑ Should_do_roundtrip(applyDistinct: False)
Thinktecture.Extensions.DbContextExtensionsTests.CreateComplexCollectionParameter ‑ Should_do_roundtrip(applyDistinct: True)
Thinktecture.Extensions.DbContextExtensionsTests.CreateComplexCollectionParameter ‑ Should_work_with_joins(applyDistinct: False)
Thinktecture.Extensions.DbContextExtensionsTests.CreateComplexCollectionParameter ‑ Should_work_with_joins(applyDistinct: True)
Thinktecture.Extensions.DbContextExtensionsTests.CreateScalarCollectionParameter ‑ Should_work_GroupBy_and_aggregate
Thinktecture.Extensions.DbContextExtensionsTests.CreateScalarCollectionParameter ‑ Should_work_with_contains(applyDistinct: False)
Thinktecture.Extensions.DbContextExtensionsTests.CreateScalarCollectionParameter ‑ Should_work_with_contains(applyDistinct: True)
Thinktecture.Extensions.DbContextExtensionsTests.CreateScalarCollectionParameter ‑ Should_work_with_default_data_types_with_distinct(value: "test")
Thinktecture.Extensions.DbContextExtensionsTests.CreateScalarCollectionParameter ‑ Should_work_with_default_data_types_with_distinct(value: 01:00:00)
Thinktecture.Extensions.DbContextExtensionsTests.CreateScalarCollectionParameter ‑ Should_work_with_default_data_types_with_distinct(value: 2021-01-15T12:30:40.0000000)
Thinktecture.Extensions.DbContextExtensionsTests.CreateScalarCollectionParameter ‑ Should_work_with_default_data_types_with_distinct(value: 2021-01-15T12:30:40.0000000+01:00)
Thinktecture.Extensions.DbContextExtensionsTests.CreateScalarCollectionParameter ‑ Should_work_with_default_data_types_with_distinct(value: 4)
Thinktecture.Extensions.DbContextExtensionsTests.CreateScalarCollectionParameter ‑ Should_work_with_default_data_types_with_distinct(value: 4.2000000000000002)
Thinktecture.Extensions.DbContextExtensionsTests.CreateScalarCollectionParameter ‑ Should_work_with_default_data_types_with_distinct(value: 4.30000019)
Check notice on line 0 in .github
github-actions / tests results
607 tests found (test 429 to 607)
There are 607 tests, see "Raw output" for the list of tests 429 to 607.
Raw output
Thinktecture.Extensions.DbContextExtensionsTests.CreateScalarCollectionParameter ‑ Should_work_with_default_data_types_with_distinct(value: 4.4)
Thinktecture.Extensions.DbContextExtensionsTests.CreateScalarCollectionParameter ‑ Should_work_with_default_data_types_with_distinct(value: 42)
Thinktecture.Extensions.DbContextExtensionsTests.CreateScalarCollectionParameter ‑ Should_work_with_default_data_types_with_distinct(value: 43)
Thinktecture.Extensions.DbContextExtensionsTests.CreateScalarCollectionParameter ‑ Should_work_with_default_data_types_with_distinct(value: 5)
Thinktecture.Extensions.DbContextExtensionsTests.CreateScalarCollectionParameter ‑ Should_work_with_default_data_types_with_distinct(value: 99)
Thinktecture.Extensions.DbContextExtensionsTests.CreateScalarCollectionParameter ‑ Should_work_with_default_data_types_with_distinct(value: True)
Thinktecture.Extensions.DbContextExtensionsTests.CreateScalarCollectionParameter ‑ Should_work_with_default_data_types_with_distinct(value: ce5e3d80-13d6-43c3-bb41-6499e2ad6b63)
Thinktecture.Extensions.DbContextExtensionsTests.CreateScalarCollectionParameter ‑ Should_work_with_default_data_types_without_distinct(value: "test")
Thinktecture.Extensions.DbContextExtensionsTests.CreateScalarCollectionParameter ‑ Should_work_with_default_data_types_without_distinct(value: 01:00:00)
Thinktecture.Extensions.DbContextExtensionsTests.CreateScalarCollectionParameter ‑ Should_work_with_default_data_types_without_distinct(value: 2021-01-15T12:30:40.0000000)
Thinktecture.Extensions.DbContextExtensionsTests.CreateScalarCollectionParameter ‑ Should_work_with_default_data_types_without_distinct(value: 2021-01-15T12:30:40.0000000+01:00)
Thinktecture.Extensions.DbContextExtensionsTests.CreateScalarCollectionParameter ‑ Should_work_with_default_data_types_without_distinct(value: 4)
Thinktecture.Extensions.DbContextExtensionsTests.CreateScalarCollectionParameter ‑ Should_work_with_default_data_types_without_distinct(value: 4.2000000000000002)
Thinktecture.Extensions.DbContextExtensionsTests.CreateScalarCollectionParameter ‑ Should_work_with_default_data_types_without_distinct(value: 4.30000019)
Thinktecture.Extensions.DbContextExtensionsTests.CreateScalarCollectionParameter ‑ Should_work_with_default_data_types_without_distinct(value: 4.4)
Thinktecture.Extensions.DbContextExtensionsTests.CreateScalarCollectionParameter ‑ Should_work_with_default_data_types_without_distinct(value: 42)
Thinktecture.Extensions.DbContextExtensionsTests.CreateScalarCollectionParameter ‑ Should_work_with_default_data_types_without_distinct(value: 43)
Thinktecture.Extensions.DbContextExtensionsTests.CreateScalarCollectionParameter ‑ Should_work_with_default_data_types_without_distinct(value: 5)
Thinktecture.Extensions.DbContextExtensionsTests.CreateScalarCollectionParameter ‑ Should_work_with_default_data_types_without_distinct(value: 99)
Thinktecture.Extensions.DbContextExtensionsTests.CreateScalarCollectionParameter ‑ Should_work_with_default_data_types_without_distinct(value: True)
Thinktecture.Extensions.DbContextExtensionsTests.CreateScalarCollectionParameter ‑ Should_work_with_default_data_types_without_distinct(value: ce5e3d80-13d6-43c3-bb41-6499e2ad6b63)
Thinktecture.Extensions.DbContextExtensionsTests.GetLastUsedRowVersionAsync ‑ Should_fetch_last_used_rowversion
Thinktecture.Extensions.DbContextExtensionsTests.GetMinActiveRowVersionAsync ‑ Should_fetch_min_action_rowversion
Thinktecture.Extensions.DbContextExtensionsTests.TruncateTableAsync ‑ Should_delete_entities
Thinktecture.Extensions.DbContextExtensionsTests.TruncateTableAsync ‑ Should_not_throw_if_table_is_empty
Thinktecture.Extensions.DbContextOptionsBuilderTests.AddOrUpdateExtension ‑ Should_not_throw_if_called_inside_database_provider_specific_callback
Thinktecture.Extensions.DbContextOptionsBuilderTests.AddOrUpdateExtension ‑ Should_not_throw_if_database_provider_is_registered_already
Thinktecture.Extensions.DbContextOptionsBuilderTests.AddOrUpdateExtension ‑ Should_throw_if_database_provider_not_registered
Thinktecture.Extensions.ModelBuilderExtensionsTests.ConfigureTempTableEntity ‑ Should_generate_table_name_for_string
Thinktecture.Extensions.ModelBuilderExtensionsTests.ConfigureTempTableEntity ‑ Should_introduce_temp_table_with_custom_type
Thinktecture.Extensions.ModelBuilderExtensionsTests.ConfigureTempTable_1_Column ‑ Should_flag_nullable_int_as_not_nullable_if_set_via_modelbuilder
Thinktecture.Extensions.ModelBuilderExtensionsTests.ConfigureTempTable_1_Column ‑ Should_generate_table_name_for_int
Thinktecture.Extensions.ModelBuilderExtensionsTests.ConfigureTempTable_1_Column ‑ Should_generate_table_name_for_nullable_int
Thinktecture.Extensions.ModelBuilderExtensionsTests.ConfigureTempTable_1_Column ‑ Should_generate_table_name_for_string
Thinktecture.Extensions.ModelBuilderExtensionsTests.ConfigureTempTable_1_Column ‑ Should_introduce_keyless_temp_table
Thinktecture.Extensions.ModelBuilderExtensionsTests.ConfigureTempTable_1_Column ‑ Should_introduce_temp_table_with_int
Thinktecture.Extensions.ModelBuilderExtensionsTests.ConfigureTempTable_1_Column ‑ Should_introduce_temp_table_with_nullable_int
Thinktecture.Extensions.ModelBuilderExtensionsTests.ConfigureTempTable_1_Column ‑ Should_introduce_temp_table_with_string
Thinktecture.Extensions.ModelBuilderExtensionsTests.ConfigureTempTable_2_Columns ‑ Should_flag_col1_as_nullable_if_set_via_modelbuilder
Thinktecture.Extensions.ModelBuilderExtensionsTests.ConfigureTempTable_2_Columns ‑ Should_generate_table_name_for_int_nullable_int
Thinktecture.Extensions.ModelBuilderExtensionsTests.ConfigureTempTable_2_Columns ‑ Should_generate_table_name_for_string_string
Thinktecture.Extensions.ModelBuilderExtensionsTests.ConfigureTempTable_2_Columns ‑ Should_introduce_keyless_temp_table
Thinktecture.Extensions.ModelBuilderExtensionsTests.ConfigureTempTable_2_Columns ‑ Should_introduce_temp_table_with_int_nullable_int
Thinktecture.Extensions.ModelBuilderExtensionsTests.ConfigureTempTable_2_Columns ‑ Should_introduce_temp_table_with_string_string
Thinktecture.Extensions.QueryableExtensionsTests.WithTableHints ‑ Should_add_table_hints_to_table
Thinktecture.Extensions.QueryableExtensionsTests.WithTableHints ‑ Should_add_table_hints_to_table_and_owned_entities
Thinktecture.Extensions.QueryableExtensionsTests.WithTableHints ‑ Should_add_table_hints_to_table_without_touching_included_navigations
Thinktecture.Extensions.QueryableExtensionsTests.WithTableHints ‑ Should_add_table_hints_to_temp_table
Thinktecture.Extensions.QueryableExtensionsTests.WithTableHints ‑ Should_escape_index_name
Thinktecture.Extensions.QueryableExtensionsTests.WithTableHints ‑ Should_not_mess_up_table_hints
Thinktecture.Extensions.QueryableExtensionsTests.WithTableHints ‑ Should_work_with_joins_on_itself
Thinktecture.Extensions.QueryableExtensionsTests.WithTableHints ‑ Should_work_with_projection_using_SplitQuery_behavior
Thinktecture.Extensions.RelationalPropertyBuilderExtensionsTests.UseReferenceEqualityComparer ‑ Should_flag_entity_as_modified_if_reference_changed_and_content_changed
Thinktecture.Extensions.RelationalPropertyBuilderExtensionsTests.UseReferenceEqualityComparer ‑ Should_flag_entity_as_modified_if_reference_changed_but_content_unchanged
Thinktecture.Extensions.RelationalPropertyBuilderExtensionsTests.UseReferenceEqualityComparer ‑ Should_not_flag_entity_as_changed_if_property_unchanged
Thinktecture.Extensions.RelationalPropertyBuilderExtensionsTests.UseReferenceEqualityComparer ‑ Should_not_flag_entity_as_changed_if_reference_unchanged_but_content_changed
Thinktecture.Extensions.RelationalQueryableExtensionsTests.LeftJoin ‑ Should_cascade_left_join_the_2nd_time
Thinktecture.Extensions.RelationalQueryableExtensionsTests.LeftJoin ‑ Should_cascade_left_join_the_3rd_time
Thinktecture.Extensions.RelationalQueryableExtensionsTests.LeftJoin ‑ Should_cascade_left_join_the_4th_time
Thinktecture.Extensions.RelationalQueryableExtensionsTests.LeftJoin ‑ Should_cascade_left_join_the_5th_time
Thinktecture.Extensions.RelationalQueryableExtensionsTests.LeftJoin ‑ Should_generate_same_sql_with_and_without_result_selector
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.AverageWindowFunction ‑ Generates_Average_with_partition_by_and_order_by_for_mixed_nullability
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.AverageWindowFunction ‑ Generates_Average_with_partition_by_and_order_by_for_mixed_nullability_different_order
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.AverageWindowFunction ‑ Generates_Average_with_partition_by_and_order_by_for_not_nulls
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.AverageWindowFunction ‑ Generates_Average_with_partition_by_and_order_by_for_nulls
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.AverageWindowFunction ‑ Generates_Average_with_partition_by_for_mixed_nullability
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.AverageWindowFunction ‑ Generates_Average_with_partition_by_for_not_nulls
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.AverageWindowFunction ‑ Generates_Average_with_partition_by_for_nulls
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.AverageWindowFunction ‑ Generates_Average_with_partition_over_2_columns_by_and_order_by_for_not_nulls
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.AverageWindowFunction ‑ Generates_Average_with_partition_over_2_columns_by_for_not_nulls
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.AverageWindowFunction ‑ Returns_empty_result_set_if_table_is_empty
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.MaxWindowFunction ‑ Generates_Max_with_partition_by_and_order_by_for_mixed_nullability
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.MaxWindowFunction ‑ Generates_Max_with_partition_by_and_order_by_for_mixed_nullability_different_order
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.MaxWindowFunction ‑ Generates_Max_with_partition_by_and_order_by_for_not_nulls
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.MaxWindowFunction ‑ Generates_Max_with_partition_by_and_order_by_for_nulls
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.MaxWindowFunction ‑ Generates_Max_with_partition_by_for_mixed_nullability
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.MaxWindowFunction ‑ Generates_Max_with_partition_by_for_not_nulls
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.MaxWindowFunction ‑ Generates_Max_with_partition_by_for_nulls
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.MaxWindowFunction ‑ Generates_Max_with_partition_over_2_columns_by_and_order_by_for_not_nulls
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.MaxWindowFunction ‑ Generates_Max_with_partition_over_2_columns_by_for_not_nulls
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.MaxWindowFunction ‑ Returns_empty_result_set_if_table_is_empty
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.MinWindowFunction ‑ Generates_Min_with_partition_by_and_order_by_for_mixed_nullability
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.MinWindowFunction ‑ Generates_Min_with_partition_by_and_order_by_for_mixed_nullability_different_order
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.MinWindowFunction ‑ Generates_Min_with_partition_by_and_order_by_for_not_nulls
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.MinWindowFunction ‑ Generates_Min_with_partition_by_and_order_by_for_nulls
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.MinWindowFunction ‑ Generates_Min_with_partition_by_for_mixed_nullability
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.MinWindowFunction ‑ Generates_Min_with_partition_by_for_not_nulls
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.MinWindowFunction ‑ Generates_Min_with_partition_by_for_nulls
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.MinWindowFunction ‑ Generates_Min_with_partition_over_2_columns_by_and_order_by_for_not_nulls
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.MinWindowFunction ‑ Generates_Min_with_partition_over_2_columns_by_for_not_nulls
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.MinWindowFunction ‑ Returns_empty_result_set_if_table_is_empty
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.RowNumber ‑ Generates_RowNumber_with_orderby_and_one_column
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.RowNumber ‑ Generates_RowNumber_with_orderby_and_one_column_generic_approach
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.RowNumber ‑ Generates_RowNumber_with_orderby_and_one_struct_column
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.RowNumber ‑ Generates_RowNumber_with_orderby_and_two_columns
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.RowNumber ‑ Generates_RowNumber_with_orderby_desc_and_one_column
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.RowNumber ‑ Generates_RowNumber_with_orderby_desc_and_two_columns
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.RowNumber ‑ Generates_RowNumber_with_partitionby_and_orderby_and_one_column
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.RowNumber ‑ Generates_RowNumber_with_partitionby_and_orderby_and_two_columns
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.RowNumber ‑ Should_be_able_to_fetch_whole_entity
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.RowNumber ‑ Should_filter_for_RowNumber_if_accessing_within_subquery
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.RowNumber ‑ Should_support_columns_with_converters
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.RowNumber ‑ Should_support_conversion_for_non_trivial_expressions
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.RowNumber ‑ Should_support_conversion_if_column_type_is_convertable_on_database
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.RowNumber ‑ Should_support_conversion_to_underlying_column_type
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.RowNumber ‑ Should_throw_if_accessing_RowNumber_not_within_subquery
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.RowNumber ‑ Throws_if_RowNumber_contains_NewExpression
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.SumWindowFunction ‑ Generates_Sum_with_partition_by_and_order_by_for_mixed_nullability
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.SumWindowFunction ‑ Generates_Sum_with_partition_by_and_order_by_for_mixed_nullability_different_order
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.SumWindowFunction ‑ Generates_Sum_with_partition_by_and_order_by_for_not_nulls
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.SumWindowFunction ‑ Generates_Sum_with_partition_by_and_order_by_for_nulls
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.SumWindowFunction ‑ Generates_Sum_with_partition_by_for_mixed_nullability
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.SumWindowFunction ‑ Generates_Sum_with_partition_by_for_not_nulls
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.SumWindowFunction ‑ Generates_Sum_with_partition_by_for_nulls
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.SumWindowFunction ‑ Generates_Sum_with_partition_over_2_columns_by_and_order_by_for_not_nulls
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.SumWindowFunction ‑ Generates_Sum_with_partition_over_2_columns_by_for_not_nulls
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.SumWindowFunction ‑ Returns_empty_result_set_if_table_is_empty
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.WindowFunctionTests ‑ Should_translate_function_with_1_argument_and_1_partition_by
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.WindowFunctionTests ‑ Should_translate_function_with_1_argument_and_1_partition_by_and_1_order_by
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.WindowFunctionTests ‑ Should_translate_function_with_1_argument_and_2_partition_by
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.WindowFunctionTests ‑ Should_translate_function_with_1_argument_and_2_partition_by_and_1_order_by
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.WindowFunctionTests ‑ Should_translate_function_with_1_parameter
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.WindowFunctionTests ‑ Should_translate_function_without_arguments_and_1_order_by
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.WindowFunctionTests ‑ Should_translate_function_without_arguments_and_1_partition_by_and_1_order_by
Thinktecture.Extensions.SqlServerDbFunctionsExtensionsTests.WindowFunctionTests ‑ Should_translate_function_without_parameters
Thinktecture.Extensions.SqlServerOperationBuilderExtensionsTests.IfExists ‑ Should_drop_column_if_used_with_DropColumn_and_column_exists
Thinktecture.Extensions.SqlServerOperationBuilderExtensionsTests.IfExists ‑ Should_drop_constraint_if_used_with_DropUniqueConstraint_and_constraint_exists
Thinktecture.Extensions.SqlServerOperationBuilderExtensionsTests.IfExists ‑ Should_drop_index_if_used_with_DropIndex_and_index_exists
Thinktecture.Extensions.SqlServerOperationBuilderExtensionsTests.IfExists ‑ Should_drop_table_if_used_with_DropTable_and_table_exists
Thinktecture.Extensions.SqlServerOperationBuilderExtensionsTests.IfExists ‑ Should_not_throw_if_used_with_DropColumn_and_column_not_exists
Thinktecture.Extensions.SqlServerOperationBuilderExtensionsTests.IfExists ‑ Should_not_throw_if_used_with_DropIndex_and_index_not_exists
Thinktecture.Extensions.SqlServerOperationBuilderExtensionsTests.IfExists ‑ Should_not_throw_if_used_with_DropTable_and_table_not_exists
Thinktecture.Extensions.SqlServerOperationBuilderExtensionsTests.IfExists ‑ Should_not_throw_if_used_with_DropUniqueConstraint_and_constraint_not_exists
Thinktecture.Extensions.SqlServerOperationBuilderExtensionsTests.IfExists ‑ Should_throw_InvalidOperationException_if_used_with_AddColumn
Thinktecture.Extensions.SqlServerOperationBuilderExtensionsTests.IfExists ‑ Should_throw_InvalidOperationException_if_used_with_AddUniqueConstraint
Thinktecture.Extensions.SqlServerOperationBuilderExtensionsTests.IfExists ‑ Should_throw_InvalidOperationException_if_used_with_CreateIndex
Thinktecture.Extensions.SqlServerOperationBuilderExtensionsTests.IfExists ‑ Should_throw_InvalidOperationException_if_used_with_CreateTable
Thinktecture.Extensions.SqlServerOperationBuilderExtensionsTests.IfNotExists ‑ Should_add_column_if_used_with_AddColumn_and_column_not_exists
Thinktecture.Extensions.SqlServerOperationBuilderExtensionsTests.IfNotExists ‑ Should_create_constraint_if_used_with_AddUniqueConstraint_and_constraint_not_exists
Thinktecture.Extensions.SqlServerOperationBuilderExtensionsTests.IfNotExists ‑ Should_create_index_if_used_with_CreateIndex_and_index_not_exists
Thinktecture.Extensions.SqlServerOperationBuilderExtensionsTests.IfNotExists ‑ Should_create_table_if_used_with_CreateTable_and_table_not_exists
Thinktecture.Extensions.SqlServerOperationBuilderExtensionsTests.IfNotExists ‑ Should_not_throw_if_used_with_AddColumn_and_column_exists
Thinktecture.Extensions.SqlServerOperationBuilderExtensionsTests.IfNotExists ‑ Should_not_throw_if_used_with_AddUniqueConstraint_and_constraint_exists
Thinktecture.Extensions.SqlServerOperationBuilderExtensionsTests.IfNotExists ‑ Should_not_throw_if_used_with_CreateIndex_and_index_exists
Thinktecture.Extensions.SqlServerOperationBuilderExtensionsTests.IfNotExists ‑ Should_not_throw_if_used_with_CreateTable_and_table_exists
Thinktecture.Extensions.SqlServerOperationBuilderExtensionsTests.IfNotExists ‑ Should_throw_InvalidOperationException_if_used_with_DropColumn
Thinktecture.Extensions.SqlServerOperationBuilderExtensionsTests.IfNotExists ‑ Should_throw_InvalidOperationException_if_used_with_DropIndex
Thinktecture.Extensions.SqlServerOperationBuilderExtensionsTests.IfNotExists ‑ Should_throw_InvalidOperationException_if_used_with_DropTable
Thinktecture.Extensions.SqlServerOperationBuilderExtensionsTests.IfNotExists ‑ Should_throw_InvalidOperationException_if_used_with_DropUniqueConstraint
Thinktecture.Extensions.SqliteDbFunctionsExtensionsTests.RowNumber ‑ Generates_RowNumber_with_orderby_and_one_column
Thinktecture.Extensions.SqliteDbFunctionsExtensionsTests.RowNumber ‑ Generates_RowNumber_with_orderby_and_one_column_generic_approach
Thinktecture.Extensions.SqliteDbFunctionsExtensionsTests.RowNumber ‑ Generates_RowNumber_with_orderby_and_one_struct_column
Thinktecture.Extensions.SqliteDbFunctionsExtensionsTests.RowNumber ‑ Generates_RowNumber_with_orderby_and_two_columns
Thinktecture.Extensions.SqliteDbFunctionsExtensionsTests.RowNumber ‑ Generates_RowNumber_with_orderby_desc_and_one_column
Thinktecture.Extensions.SqliteDbFunctionsExtensionsTests.RowNumber ‑ Generates_RowNumber_with_orderby_desc_and_two_columns
Thinktecture.Extensions.SqliteDbFunctionsExtensionsTests.RowNumber ‑ Generates_RowNumber_with_partitionby_and_orderby_and_one_column
Thinktecture.Extensions.SqliteDbFunctionsExtensionsTests.RowNumber ‑ Generates_RowNumber_with_partitionby_and_orderby_and_two_columns
Thinktecture.Extensions.SqliteDbFunctionsExtensionsTests.RowNumber ‑ Should_be_able_to_fetch_whole_entity
Thinktecture.Extensions.SqliteDbFunctionsExtensionsTests.RowNumber ‑ Should_filter_for_RowNumber_if_accessing_within_subquery
Thinktecture.Extensions.SqliteDbFunctionsExtensionsTests.RowNumber ‑ Should_support_columns_with_converters
Thinktecture.Extensions.SqliteDbFunctionsExtensionsTests.RowNumber ‑ Should_support_conversion_for_non_trivial_expressions
Thinktecture.Extensions.SqliteDbFunctionsExtensionsTests.RowNumber ‑ Should_support_conversion_if_column_type_is_convertable_on_database
Thinktecture.Extensions.SqliteDbFunctionsExtensionsTests.RowNumber ‑ Should_support_conversion_to_underlying_column_type
Thinktecture.Extensions.SqliteDbFunctionsExtensionsTests.RowNumber ‑ Should_throw_if_accessing_RowNumber_not_within_subquery
Thinktecture.Extensions.SqliteDbFunctionsExtensionsTests.RowNumber ‑ Throws_if_RowNumber_contains_NewExpression
Thinktecture.InteroperabilityTests.TemporalTableTests ‑ Should_not_conflict_with_other_components
Thinktecture.Linq.Expressions.ExpressionBodyExtractingVisitorTests.Visit ‑ Should_replace_ExtractBody_with_lambda_body_provided_as_field
Thinktecture.Linq.Expressions.ExpressionBodyExtractingVisitorTests.Visit ‑ Should_replace_ExtractBody_with_lambda_body_provided_as_instance_method_returnvalue
Thinktecture.Linq.Expressions.ExpressionBodyExtractingVisitorTests.Visit ‑ Should_replace_ExtractBody_with_lambda_body_provided_as_property
Thinktecture.Linq.Expressions.ExpressionBodyExtractingVisitorTests.Visit ‑ Should_replace_ExtractBody_with_lambda_body_provided_as_static_method_returnvalue
Thinktecture.Linq.Expressions.ExpressionBodyExtractingVisitorTests.Visit ‑ Should_replace_ExtractBody_with_lambda_body_provided_inline
Thinktecture.Linq.Expressions.ExpressionBodyExtractingVisitorTests.Visit ‑ Should_return_the_same_expression_if_no_ExtractBody_found
Thinktecture.Linq.Expressions.ExpressionReplacingVisitorTests.Visit ‑ Should_not_change_expression_if_expression_not_exists
Thinktecture.Linq.Expressions.ExpressionReplacingVisitorTests.Visit ‑ Should_replace_found_expression
Thinktecture.Linq.Expressions.RelinqBaseTypeMemberAccessVisitorTests.Visit ‑ Should_change_property_expression_of_explicit_implemented_interface_to_one_of_concrete_type
Thinktecture.Linq.Expressions.RelinqBaseTypeMemberAccessVisitorTests.Visit ‑ Should_change_property_expression_of_implicit_implemented_interface_to_one_of_concrete_type
Thinktecture.Linq.Expressions.RelinqBaseTypeMemberAccessVisitorTests.Visit ‑ Should_change_property_expression_of_implicit_implemented_interface_with_setter_to_one_of_concrete_type
Thinktecture.Linq.Expressions.RelinqBaseTypeMemberAccessVisitorTests.Visit ‑ Should_not_change_expression_without_conversion
Thinktecture.Linq.Expressions.RelinqBaseTypeMemberAccessVisitorTests.Visit ‑ Should_pick_correct_property_if_interface_is_implemented_explicit_and_implicit
Loading