We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d49fee commit f254ecdCopy full SHA for f254ecd
samples/EarlyInitializationSample/Startup.cs
@@ -1,8 +1,4 @@
1
-using System;
2
-using System.Collections.Generic;
3
-using System.Linq;
4
-using System.Threading.Tasks;
5
-using Microsoft.AspNetCore.Builder;
+using Microsoft.AspNetCore.Builder;
6
using Microsoft.AspNetCore.Hosting;
7
using Microsoft.AspNetCore.Http;
8
using Microsoft.AspNetCore.Mvc;
samples/InlineInitializationSample/Startup.cs
0 commit comments