net9.0
namespace Microsoft.EntityFrameworkCore
{
    public abstract class AspNetIdentityTestBase<TFixture, TContext, TUser, TRole, TKey, TUserClaim, TUserRole, TUserLogin, TRoleClaim, TUserToken> : IClassFixture<TFixture>
        where TFixture, AspNetIdentityFixtureBase
        where TContext, IdentityUserContext<TUser, TKey, TUserClaim, TUserLogin, TUserToken>
        where TUser, new(), IdentityUser<TKey>
        where TRole, new(), IdentityRole<TKey>
        where TKey, IEquatable<TKey>
        where TUserClaim, new(), IdentityUserClaim<TKey>
        where TUserRole, new(), IdentityUserRole<TKey>
        where TUserLogin, new(), IdentityUserLogin<TKey>
        where TRoleClaim, new(), IdentityRoleClaim<TKey>
        where TUserToken, new(), IdentityUserToken<TKey>
}
Assembly Microsoft.EntityFrameworkCore.AspNet.Specification.Tests , Version=9.0.0.0, PublicKeyToken=adb9793829ddae60
Package Microsoft.EntityFrameworkCore.AspNet.Specification.Tests net9.0
.NET 8.08.0-android8.0-ios8.0-maccatalyst8.0-macos8.0-tvos8.0-windows9.09.0-android9.0-ios9.0-maccatalyst9.0-macos9.0-tvos9.0-windows
OS Platforms

For the selected framework this API is supported on all OS platforms.

  • Built-in API
  • Package-provided API

04/26/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙