File: ApiConsistencyTest.cs | Web Access |
Project: src\src\Identity\EntityFrameworkCore\test\EF.Test\Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test.csproj (Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Reflection; using Microsoft.AspNetCore.Identity.Test; namespace Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test; public class ApiConsistencyTest : ApiConsistencyTestBase { protected override Assembly TargetAssembly => typeof(IdentityUser).GetTypeInfo().Assembly; } |