Skip to content

Commit a2c983c

Browse files
authored
Ship the Identity.Specification.Tests package again (#28024)
Description This package is a collection of tests which we have shipped which allows customers who have implemented their own identity stores to verify that their stores behave as expected. Our quarantine process introduced some internal dependencies to this package during 5.0, which resulted in us no longer shipping this package. Customer impact Customers were relying on using this library to ensure that their implementations worked against our identity manager implementations. Regression Yes. Regression from 3.2 Risk Low. We currently run our CI tests against this package, this just allows customers to once again be able to run our tests on their CI builds.
1 parent 6bb4a3f commit a2c983c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Identity/Specification.Tests/src/Microsoft.AspNetCore.Identity.Specification.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
66
<GenerateDocumentationFile>false</GenerateDocumentationFile>
77
<PackageTags>aspnetcore;identity;membership</PackageTags>
8-
<IsPackable>false</IsPackable>
98
</PropertyGroup>
109

1110
<ItemGroup>

src/Identity/Specification.Tests/src/UserManagerSpecificationTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
using System.Linq.Expressions;
88
using System.Security.Claims;
99
using System.Threading.Tasks;
10-
using Microsoft.AspNetCore.Testing;
1110
using Microsoft.Extensions.DependencyInjection;
1211
using Microsoft.Extensions.Logging;
1312
using Xunit;

0 commit comments

Comments
 (0)