Commit f32f048
authored
Remove .NET 10 Identity metrics workaround (#4743)
The workaround for manually registering UserManagerMetrics and
SignInManagerMetrics types in the DI container is no longer needed
as the fix has been included in .NET 10.0.1+. The upstream ASP.NET
Core issue (dotnet/aspnetcore#64271) has been resolved and the
metrics classes are now instantiated directly without requiring DI
registration.
Changes:
- Removed manual registration code for UserManagerMetrics type
- Removed unused using statements (System.Diagnostics.Metrics and
Microsoft.Extensions.DependencyInjection.Extensions)
Fixes #46231 parent 3248f42 commit f32f048
File tree
1 file changed
+0
-22
lines changed- test/test-applications/integrations/TestApplication.Http
1 file changed
+0
-22
lines changedLines changed: 0 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | | - | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
| |||
54 | 52 | | |
55 | 53 | | |
56 | 54 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | 55 | | |
78 | 56 | | |
79 | 57 | | |
| |||
0 commit comments