Skip to content

Commit bec3530

Browse files
committed
refs
1 parent cbc44ec commit bec3530

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
global using Microsoft.AspNetCore.Hosting;
2+
global using Microsoft.AspNetCore.TestHost;
3+
global using Newtonsoft.Json;

src/SampleWeb.Tests/GraphQLControllerTests.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
using Microsoft.AspNetCore.Hosting;
2-
using Microsoft.AspNetCore.TestHost;
3-
using Newtonsoft.Json;
1+
#pragma warning disable ASPDEPR008
2+
#pragma warning disable ASPDEPR004
43

54
#region GraphQLControllerTests
65

src/SampleWeb/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using Microsoft.AspNetCore;
2+
#pragma warning disable ASPDEPR008
23

34
WebHost.CreateDefaultBuilder()
45
.UseStartup<Startup>()

0 commit comments

Comments
 (0)