UpdatesTestBase<TFixture>
Baked
Cake
CupCake
Ingredient
Muffin
Tin
Top
UpdatesFixtureBase
IsAsyncData
UpdatesTestBase(TFixture)
Fixture
UpdateConcurrencyMessage
UpdateConcurrencyTokenMessage
Can_add_and_remove_self_refs()
Can_change_enums_with_conversion()
Can_change_type_of__dependent_by_replacing_with_new_dependent(Boolean)
Can_change_type_of_pk_to_pk_dependent_by_replacing_with_new_dependent(Boolean)
Can_delete_and_add_for_same_key(Boolean)
Can_remove_partial()
CreateContext()
ExecuteWithStrategyInTransactionAsync(Func<UpdatesContext, Task>, Func<UpdatesContext, Task>, Func<UpdatesContext, Task>)
Ignore_before_save_property_is_still_generated_graph(Boolean)
Ignore_before_save_property_is_still_generated(Boolean)
Mutation_of_tracked_values_does_not_mutate_values_in_store()
Remove_on_bytes_concurrency_token_original_value_matches_does_not_throw()
Remove_on_bytes_concurrency_token_original_value_mismatch_throws()
Remove_partial_on_concurrency_token_original_value_mismatch_throws()
Remove_partial_on_missing_record_throws()
Save_partial_update_on_concurrency_token_original_value_mismatch_throws()
Save_partial_update_on_missing_record_throws()
Save_partial_update()
Save_replaced_principal()
SaveChanges_false_processes_all_tracked_entities_without_calling_AcceptAllChanges(Boolean)
SaveChanges_processes_all_tracked_entities(Boolean)
Update_on_bytes_concurrency_token_original_value_matches_does_not_throw()
Update_on_bytes_concurrency_token_original_value_mismatch_throws()
UseTransaction(DatabaseFacade, IDbContextTransaction)
net10.0-windows7.0
namespace Microsoft.EntityFrameworkCore.Update
{
public abstract class UpdatesTestBase<TFixture> : IClassFixture<TFixture!>
where TFixture, UpdatesFixtureBase!
{
[AsyncStateMachine(typeof(<Can_change_type_of__dependent_by_replacing_with_new_dependent>d__7))]
[ConditionalTheory]
[InlineData(new[] { false })]
[InlineData(new[] { true })]
public virtual Task! Can_change_type_of__dependent_by_replacing_with_new_dependent(bool async);
}
}
.NET | 9.010.0 |
---|---|
Information specific to net10.0 | |
Platforms | This API is only available when you target a specific platform: |
Windows | 7.0 |
Information specific to net10.0-windows7.0 | |
Assembly | Microsoft.EntityFrameworkCore.Specification.Tests , Version=9.0.3.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Your project needs a package reference to |
Package | Microsoft.EntityFrameworkCore.Specification.Tests (9.0.3) net9.0 |
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API