Skip to content

Commit 495920d

Browse files
feature(#22): this commit makes System.Text.Json a global using statement in the project
1 parent fe4d115 commit 495920d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Applications/Backend/Tests/Integration/Security/KeyRotationIntegrationTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using System.Text.Json;
2-
31
namespace HttpsRichardy.Federation.TestSuite.Integration.Security;
42

53
public sealed class KeyRotationIntegrationTests(IntegrationEnvironmentFixture factory) :

Applications/Backend/Tests/Usings.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
global using System.Net;
22
global using System.Net.Http.Headers;
33
global using System.Net.Http.Json;
4+
global using System.Text.Json;
45

56
global using System.IdentityModel.Tokens.Jwt;
67
global using System.Security.Cryptography;

0 commit comments

Comments
 (0)