net9.0
namespace Microsoft.EntityFrameworkCore
{
public abstract class ProxyGraphUpdatesTestBase<TFixture> : IClassFixture<TFixture>
where TFixture, new(), ProxyGraphUpdatesFixtureBase!
{
[ConditionalTheory]
[InlineData(new[] { 2, false })]
[InlineData(new[] { 2, true })]
[InlineData(new[] { 1, false })]
[InlineData(new[] { 1, true })]
[InlineData(new[] { 4, false })]
[InlineData(new[] { 4, true })]
[InlineData(new[] { 3, false })]
[InlineData(new[] { 3, true })]
[InlineData(new[] { 6, false })]
[InlineData(new[] { 6, true })]
[InlineData(new[] { 5, false })]
[InlineData(new[] { 5, true })]
[InlineData(new[] { 7, false })]
[InlineData(new[] { 7, true })]
public virtual Task Save_optional_many_to_one_dependents(ChangeMechanism changeMechanism, bool useExistingEntities);
}
}
.NET | 9.0 |
---|---|
Information specific to net9.0 | |
Assembly | Microsoft.EntityFrameworkCore.Specification.Tests , Version=9.0.0.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Your project needs a package reference to |
Package | Microsoft.EntityFrameworkCore.Specification.Tests (9.0.0) net9.0 |
Platform Restrictions | This API is supported on all platforms. |