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.
2 parents 73210e6 + f254ecd commit 6940b8eCopy full SHA for 6940b8e
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