net9.0
namespace Microsoft.EntityFrameworkCore.BulkUpdates
{
public abstract class TPTInheritanceBulkUpdatesTestBase<TFixture> : InheritanceBulkUpdatesRelationalTestBase<TFixture>
where TFixture, new(), TPTInheritanceBulkUpdatesFixture
{
[ConditionalTheory(Skip = "FK constraint issue")]
public override Task Delete_where_using_hierarchy(bool async);
}
}
.NET | 9.0 |
---|---|
Information specific to net9.0 | |
Assembly | Microsoft.EntityFrameworkCore.Relational.Specification.Tests , Version=9.0.1.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Your project needs a package reference to |
Package | Microsoft.EntityFrameworkCore.Relational.Specification.Tests (9.0.1) net9.0 |
Platform Restrictions | This API is supported on all platforms. |