We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 477b328 commit 14690d6Copy full SHA for 14690d6
sample/SampleWeb/Program.cs
@@ -1,11 +1,6 @@
1
using System;
2
-using System.Collections.Generic;
3
-using System.Linq;
4
-using System.Threading.Tasks;
5
using Microsoft.AspNetCore.Hosting;
6
-using Microsoft.Extensions.Configuration;
7
using Microsoft.Extensions.Hosting;
8
-using Microsoft.Extensions.Logging;
9
using Serilog;
10
11
namespace SampleWeb
sample/SampleWeb/appsettings.json
@@ -4,7 +4,7 @@
"Default": "Information",
"Override": {
"Microsoft": "Warning",
- "System": "Warning"
+ "System": "Warning",
"SampleWeb.Authentication.TestAuthenticationHandler": "Warning"
}
0 commit comments