Skip to content

Commit b7370a4

Browse files
authored
Remove unnecessary usings (#10084)
1 parent 3f6d529 commit b7370a4

26 files changed

Lines changed: 0 additions & 40 deletions

File tree

src/GitHubVulnerabilities2Db/Configuration/GitHubVulnerabilities2DbConfiguration.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright (c) .NET Foundation. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

4-
using System;
54
using NuGet.Services.GitHub.Configuration;
65

76
namespace GitHubVulnerabilities2Db.Configuration

src/GitHubVulnerabilities2v3/Configuration/GitHubVulnerabilities2v3Configuration.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright (c) .NET Foundation. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

4-
using System;
54
using NuGet.Services.GitHub.Configuration;
65

76
namespace GitHubVulnerabilities2v3.Configuration

src/GitHubVulnerabilities2v3/Extensions/BlobStorageVulnerabilityWriter.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
using NuGet.Services.Entities;
1818
using NuGet.Services.GitHub.Ingest;
1919
using NuGet.Services.Storage;
20-
using Microsoft.Owin.Security.Provider;
21-
using System.Configuration;
2220

2321
namespace GitHubVulnerabilities2v3.Extensions
2422
{

src/NuGet.Services.Entities/PackageDeprecation.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
using System;
55
using System.ComponentModel.DataAnnotations;
6-
using System.ComponentModel.DataAnnotations.Schema;
76

87
namespace NuGet.Services.Entities
98
{

src/NuGet.Services.Entities/UserCertificate.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Copyright (c) .NET Foundation. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

4-
using System.ComponentModel.DataAnnotations.Schema;
5-
64
namespace NuGet.Services.Entities
75
{
86
/// <summary>

src/NuGet.Services.GitHub/Ingest/AdvisoryIngestor.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
using NuGet.Services.GitHub.GraphQL;
99
using Microsoft.Extensions.Logging;
1010
using NuGet.Services.Entities;
11-
using NuGetGallery;
1211

1312
namespace NuGet.Services.GitHub.Ingest
1413
{

src/NuGetGallery.Core/Auditing/FeatureFlagsAuditRecord.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
using System;
55
using NuGet.Services.FeatureFlags;
66
using NuGetGallery.Auditing.AuditedEntities;
7-
using NuGetGallery.Features;
87
using NuGetGallery.Shared;
98

109
namespace NuGetGallery.Auditing

src/NuGetGallery.Core/Auditing/Obfuscation/Obfuscator.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright (c) .NET Foundation. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

4-
using System.Text;
54
using System.Net;
65

76
namespace NuGetGallery.Auditing

src/NuGetGallery.Core/Entities/EntitiesContext.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
using System.Data.Entity;
88
using System.Data.Entity.Infrastructure;
99
using System.Data.Entity.Infrastructure.Annotations;
10-
using System.Linq;
1110
using System.Threading;
1211
using System.Threading.Tasks;
1312
using NuGet.Services.Entities;

src/NuGetGallery.Core/Login/IEditableLoginConfigurationFileStorageService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright (c) .NET Foundation. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

4-
using System;
54
using System.Collections.Generic;
65
using System.Threading.Tasks;
76
using NuGetGallery.Shared;

0 commit comments

Comments
 (0)