Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Cleanup unnecessary usings #1026

Merged
merged 3 commits into from Aug 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion NuKeeper.Git.Tests/GitCmdDiscoveryDriverTest.cs
@@ -1,5 +1,4 @@
using NuKeeper.Abstractions.Logging;
using NuKeeper.Git;
using NuKeeper.Inspection.Files;
using NuKeeper.Inspection.Logging;
using NUnit.Framework;
Expand Down
2 changes: 0 additions & 2 deletions NuKeeper.Git.Tests/GitCmdDriverTest.cs
Expand Up @@ -3,11 +3,9 @@
using NuKeeper.Inspection.Logging;
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;

Expand Down
1 change: 0 additions & 1 deletion NuKeeper.Git/GitCmdDiscoveryDriver.cs
Expand Up @@ -6,7 +6,6 @@
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Text.RegularExpressions;

Expand Down
1 change: 0 additions & 1 deletion NuKeeper.Git/GitCmdDriver.cs
Expand Up @@ -3,7 +3,6 @@
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using NuKeeper.Abstractions.CollaborationModels;
using NuKeeper.Abstractions.Git;
using NuKeeper.Abstractions.Inspections.Files;
using NuKeeper.Abstractions.Logging;
Expand Down
1 change: 0 additions & 1 deletion NuKeeper.Git/LibGit2SharpDiscoveryDriver.cs
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Threading.Tasks;
using LibGit2Sharp;
Expand Down
1 change: 0 additions & 1 deletion NuKeeper.Git/LibGit2SharpDriver.cs
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Threading.Tasks;
using LibGit2Sharp;
Expand Down
1 change: 0 additions & 1 deletion NuKeeper.Gitea.Tests/GiteaSettingsReaderTests.cs
Expand Up @@ -4,7 +4,6 @@
using NuKeeper.Abstractions.CollaborationPlatform;
using NuKeeper.Abstractions.Configuration;
using NuKeeper.Abstractions.Git;
using NuKeeper.Gitea;
using NUnit.Framework;

namespace NuKeeper.Gitea.Tests
Expand Down
1 change: 0 additions & 1 deletion NuKeeper.Gitea/Model/PullRequest.cs
@@ -1,6 +1,5 @@
using Newtonsoft.Json;
using System;
using System.Collections;
using System.Collections.Generic;

namespace NuKeeper.Gitea.Model
Expand Down
1 change: 0 additions & 1 deletion NuKeeper.Gitlab/GitlabRepositoryDiscovery.cs
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using NuKeeper.Abstractions.CollaborationPlatform;
using NuKeeper.Abstractions.Configuration;
Expand Down
Expand Up @@ -4,7 +4,6 @@
using NuKeeper.Abstractions.NuGet;
using NuKeeper.Abstractions.RepositoryInspection;
using NuKeeper.Inspection.Report.Formats;
using NuKeeper.Inspection.RepositoryInspection;
using NUnit.Framework;

namespace NuKeeper.Inspection.Tests.Report.Formats
Expand Down
Expand Up @@ -3,7 +3,6 @@
using NuKeeper.Abstractions.RepositoryInspection;
using NuKeeper.Inspection.Report;
using NuKeeper.Inspection.Report.Formats;
using NuKeeper.Inspection.RepositoryInspection;
using NUnit.Framework;

namespace NuKeeper.Inspection.Tests.Report.Formats
Expand Down
2 changes: 0 additions & 2 deletions NuKeeper.Inspection.Tests/Sources/NugetSourcesReaderTests.cs
@@ -1,7 +1,5 @@
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Threading;
using NSubstitute;
using NuGet.Configuration;
using NuKeeper.Abstractions.Inspections.Files;
Expand Down
1 change: 0 additions & 1 deletion NuKeeper.Inspection/Files/Folder.cs
@@ -1,4 +1,3 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
Expand Down
@@ -1,6 +1,5 @@
using System.Collections.Concurrent;
using NuGet.Configuration;
using NuGet.Protocol;
using NuGet.Protocol.Core.Types;

namespace NuKeeper.Inspection.NuGetApi
Expand Down
Expand Up @@ -2,7 +2,6 @@
using NUnit.Framework;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;

namespace NuKeeper.Integration.Tests.LogHelpers
{
Expand Down
1 change: 0 additions & 1 deletion NuKeeper.Integration.Tests/LogHelpers/NugetTestLogger.cs
@@ -1,7 +1,6 @@
using NuGet.Common;
using NUnit.Framework;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Threading.Tasks;

namespace NuKeeper.Integration.Tests.LogHelpers
Expand Down
Expand Up @@ -7,7 +7,6 @@
using NuGet.Versioning;
using NuKeeper.Abstractions.Logging;
using NuKeeper.Inspection.Sort;
using NuKeeper.Inspection.RepositoryInspection;
using NUnit.Framework;
using NuKeeper.Abstractions.RepositoryInspection;

Expand Down
1 change: 0 additions & 1 deletion NuKeeper.Tests/Engine/Sort/PackageUpdateSortTests.cs
Expand Up @@ -9,7 +9,6 @@
using NuKeeper.Abstractions;
using NuKeeper.Abstractions.Logging;
using NuKeeper.Inspection.Sort;
using NuKeeper.Inspection.RepositoryInspection;
using NuKeeper.Abstractions.RepositoryInspection;

namespace NuKeeper.Tests.Engine.Sort
Expand Down
@@ -1,5 +1,4 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
Expand Down
2 changes: 0 additions & 2 deletions NuKeeper.Update/Selection/IUpdateSelection.cs
@@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using NuKeeper.Abstractions.Configuration;
using NuKeeper.Abstractions.RepositoryInspection;

Expand Down