Skip to content

Commit 62a82b0

Browse files
refactor: remove unnecessary comments from global usings in multiple files
1 parent 7d7e2b2 commit 62a82b0

4 files changed

Lines changed: 0 additions & 30 deletions

File tree

Source/Vinder.Identity.Application/Usings.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
/* global usings for System namespaces here */
2-
31
global using System.Text.Json.Serialization;
42

5-
/* global usings for Vinder namespaces here */
6-
73
global using Vinder.Internal.Essentials.Patterns;
84
global using Vinder.Internal.Essentials.Filtering;
95

@@ -29,7 +25,5 @@
2925
global using Vinder.Identity.Application.Providers;
3026
global using Vinder.Identity.Application.Mappers;
3127

32-
/* global usings for third-party namespaces here */
33-
3428
global using FluentValidation;
3529
global using Vinder.Dispatcher.Contracts;

Source/Vinder.Identity.Infrastructure.IoC/Usings.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
1-
/* global usings for System namespaces here */
2-
31
global using System.Diagnostics.CodeAnalysis;
42
global using System.Security.Cryptography;
53

6-
/* global usings for Microsoft namespaces here */
7-
84
global using Microsoft.Extensions.DependencyInjection;
95
global using Microsoft.Extensions.Configuration;
106
global using Microsoft.Extensions.Hosting;
117

12-
/* global usings for Vinder namespaces here */
13-
148
global using Vinder.Identity.Common.Configuration;
159
global using Vinder.Identity.Domain.Collections;
1610
global using Vinder.Identity.Domain.Aggregates;
@@ -37,8 +31,6 @@
3731
global using Vinder.Identity.Infrastructure.Security;
3832
global using Vinder.Dispatcher.Extensions;
3933

40-
/* global usings for third-party namespaces here */
41-
4234
global using MongoDB.Driver;
4335
global using FluentValidation;
4436
global using FluentValidation.AspNetCore;

Source/Vinder.Identity.Infrastructure/Usings.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
1-
/* global usings for System namespaces here */
2-
31
global using System.IdentityModel.Tokens.Jwt;
42
global using System.Security.Claims;
53
global using System.Security.Cryptography;
64

7-
/* global usings for Microsoft namespaces here */
8-
95
global using Microsoft.IdentityModel.Tokens;
106

11-
/* global usings for Vinder namespaces here */
12-
137
global using Vinder.Internal.Infrastructure.Persistence;
148
global using Vinder.Internal.Infrastructure.Persistence.Pipelines;
159
global using Vinder.Internal.Essentials.Patterns;
@@ -30,8 +24,6 @@
3024

3125
global using SecurityToken = Vinder.Identity.Domain.Aggregates.SecurityToken;
3226

33-
/* global usings for third-party namespaces here */
34-
3527
global using MongoDB.Driver;
3628
global using MongoDB.Bson;
3729
global using MongoDB.Bson.Serialization;

Source/Vinder.Identity.WebApi/Usings.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
/* global usings for System namespaces here */
2-
31
global using System.Diagnostics.CodeAnalysis;
42
global using System.Text.Json;
53
global using System.Text.RegularExpressions;
64
global using System.Net.Mime;
75

8-
/* global usings for Microsoft namespaces here */
9-
106
global using Microsoft.AspNetCore.Mvc;
117
global using Microsoft.AspNetCore.Mvc.ModelBinding;
128
global using Microsoft.AspNetCore.Authorization;
@@ -15,8 +11,6 @@
1511
global using Microsoft.IdentityModel.Tokens;
1612
global using Microsoft.OpenApi.Models;
1713

18-
/* global usings for Vinder namespaces here */
19-
2014
global using Vinder.Identity.Domain.Aggregates;
2115
global using Vinder.Identity.Domain.Filtering;
2216
global using Vinder.Identity.Domain.Collections;
@@ -47,7 +41,5 @@
4741

4842
global using Vinder.Internal.Essentials.Utilities;
4943

50-
/* global usings for third-party namespaces here */
51-
5244
global using Vinder.Dispatcher.Contracts;
5345
global using Scalar.AspNetCore;

0 commit comments

Comments
 (0)