Skip to content

Commit 6eed689

Browse files
Copilotcaptainsafia
andcommitted
Add InternalsVisibleTo and remove duplicate shared source files to enable UserManagerMetrics registration
Co-authored-by: captainsafia <[email protected]>
1 parent f4aa956 commit 6eed689

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Identity/Core/src/Microsoft.AspNetCore.Identity.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414

1515
<ItemGroup>
1616
<Compile Include="$(SharedSourceRoot)DefaultMessageEmailSender.cs" LinkBase="Shared" />
17-
<Compile Include="$(SharedSourceRoot)Metrics\MetricsConstants.cs" LinkBase="Shared" />
18-
<Compile Include="$(SharedSourceRoot)ValueStopwatch\ValueStopwatch.cs" LinkBase="Shared" />
1917
</ItemGroup>
2018

2119
<ItemGroup>

src/Identity/Extensions.Core/src/Microsoft.Extensions.Identity.Core.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
</ItemGroup>
3030

3131
<ItemGroup>
32+
<InternalsVisibleTo Include="Microsoft.AspNetCore.Identity" />
3233
<InternalsVisibleTo Include="Microsoft.AspNetCore.Identity.Specification.Tests" />
3334
<InternalsVisibleTo Include="Microsoft.AspNetCore.Identity.Test" />
3435
<InternalsVisibleTo Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test" />

0 commit comments

Comments
 (0)