Skip to content

Commit e48b667

Browse files
committed
Update debug code to not use Startup /2
1 parent f6e9201 commit e48b667

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aspnetcore/test/troubleshoot/code/9.x/Program.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
var rule = string.Concat(nl, new string('-', 40), nl);
2020

2121

22-
var authSchemeProvider = app.Services.GetRequiredService<IAuthenticationSchemeProvider>();
22+
var authSchemeProvider = app.Services.
23+
GetRequiredService<IAuthenticationSchemeProvider>();
2324

2425
sb.Append($"Request{rule}");
2526
sb.Append($"{DateTimeOffset.Now}{nl}");

0 commit comments

Comments
 (0)