Skip to content

Commit

Permalink
Clean usings according to editor rules (#75)
Browse files Browse the repository at this point in the history
Co-authored-by: Marek Fišera <[email protected]>
  • Loading branch information
RussKie and maraf authored Jul 17, 2024
1 parent ff53a97 commit 013e2be
Show file tree
Hide file tree
Showing 137 changed files with 25 additions and 661 deletions.
8 changes: 1 addition & 7 deletions src/GitExtensions.PluginManager/ArgsFix.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Neptuo
namespace Neptuo
{
public interface ICloneable<T>
{
Expand Down
4 changes: 0 additions & 4 deletions src/PackageManager.Cli/AllPackageSourceSelector.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
using Neptuo;
using PackageManager.Models;
using PackageManager.ViewModels;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace PackageManager
{
Expand Down
3 changes: 0 additions & 3 deletions src/PackageManager.Cli/Args.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
using Neptuo;
using PackageManager.Services;
using PackageManager.ViewModels;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace PackageManager
{
Expand Down
4 changes: 0 additions & 4 deletions src/PackageManager.NuGet/Logging/NuGetLogger.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
using Neptuo;
using Neptuo.Logging;
using NuGet.Common;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using LogLevel = Neptuo.Logging.LogLevel;
using NuGetLogLevel = NuGet.Common.LogLevel;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.Text;
using System.Threading.Tasks;

namespace PackageManager.Models
{
Expand Down
5 changes: 0 additions & 5 deletions src/PackageManager.NuGet/Models/NuGetInstalledPackage.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
using Neptuo;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace PackageManager.Models
{
Expand Down
7 changes: 0 additions & 7 deletions src/PackageManager.NuGet/Models/NuGetPackage.cs
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
using Neptuo;
using Neptuo.Logging;
using NuGet.Common;
using NuGet.Packaging;
using NuGet.Protocol.Core.Types;
using PackageManager.Logging;
using PackageManager.Services;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using NuGet.Packaging;
using NuGet.Packaging;

namespace PackageManager.Models
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
using NuGet.Packaging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace PackageManager.Models
{
Expand Down
1 change: 0 additions & 1 deletion src/PackageManager.NuGet/Models/NuGetPackageContent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;

Expand Down
4 changes: 0 additions & 4 deletions src/PackageManager.NuGet/Models/NuGetPackageIdentity.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
using Neptuo;
using NuGet.Packaging.Core;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace PackageManager.Models
{
Expand Down
4 changes: 0 additions & 4 deletions src/PackageManager.NuGet/Models/NuGetPackageSource.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
using Neptuo;
using NuGet.Configuration;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace PackageManager.Models
{
Expand Down
4 changes: 0 additions & 4 deletions src/PackageManager.NuGet/Models/NuGetPackageSourceBuilder.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
using NuGet.Configuration;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace PackageManager.Models
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
using Neptuo;
using Neptuo.Activators;
using NuGet.Configuration;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using INuGetPackageSourceProvider = NuGet.Configuration.IPackageSourceProvider;

namespace PackageManager.Models
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
using NuGet.Versioning;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace PackageManager.Models
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace PackageManager.Services
namespace PackageManager.Services
{
public class EmptyNuGetSearchTermTransformer : INuGetSearchTermTransformer
{
Expand Down
4 changes: 0 additions & 4 deletions src/PackageManager.NuGet/Services/INuGetPackageFilter.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using NuGet.Protocol.Core.Types;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace PackageManager.Services
namespace PackageManager.Services
{
public interface INuGetSearchTermTransformer
{
Expand Down
2 changes: 0 additions & 2 deletions src/PackageManager.NuGet/Services/NuGetInstallService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Neptuo;
Expand All @@ -11,7 +10,6 @@
using NuGet.Common;
using NuGet.Frameworks;
using NuGet.Packaging;
using NuGet.Protocol;
using NuGet.Protocol.Core.Types;
using NuGet.Versioning;
using PackageManager.Logging;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
using PackageManager.Logging;
using PackageManager.Models;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace PackageManager.Services
namespace PackageManager.Services
{
public enum NuGetPackageFilterResult
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;

Expand Down
1 change: 0 additions & 1 deletion src/PackageManager.NuGet/Services/NuGetSearchService.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Neptuo;
Expand Down
2 changes: 0 additions & 2 deletions src/PackageManager.NuGet/Services/NuGetSearchTerm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
using NuGet.Protocol.Core.Types;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace PackageManager.Services
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
using Neptuo;
using Neptuo.Activators;
using NuGet.Protocol;
using NuGet.Protocol.Core.Types;
using PackageManager.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace PackageManager.Services
{
Expand Down
6 changes: 1 addition & 5 deletions src/PackageManager.NuGet/Services/OkNuGetPackageFilter.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading;
using System.Threading.Tasks;
using NuGet.Protocol.Core.Types;

Expand Down
7 changes: 1 addition & 6 deletions src/PackageManager.UI/Args.Partial.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Neptuo;
using Neptuo;
using PackageManager.Services;

namespace PackageManager
Expand Down
1 change: 0 additions & 1 deletion src/PackageManager.UI/Args.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace PackageManager
{
Expand Down
3 changes: 0 additions & 3 deletions src/PackageManager.UI/Exceptions/MessageExceptionHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
using Neptuo.Exceptions.Handlers;
using PackageManager.Services;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace PackageManager.Exceptions
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@
using Neptuo.Exceptions.Handlers;
using NuGet.Protocol.Core.Types;
using PackageManager.Services;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;

namespace PackageManager.Exceptions
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
using Neptuo.Exceptions.Handlers;
using PackageManager.Models;
using PackageManager.Services;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace PackageManager.Exceptions
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
using Neptuo;
using Neptuo.Exceptions.Handlers;
using PackageManager.Services;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace PackageManager.Exceptions
{
Expand Down
5 changes: 0 additions & 5 deletions src/PackageManager.UI/Exceptions/ShutdownExceptionHandler.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
using Neptuo;
using Neptuo.Exceptions.Handlers;
using PackageManager.Services;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace PackageManager.Exceptions
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
using NuGet.Packaging;
using PackageManager.Services;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace PackageManager.Exceptions
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Text;
using Neptuo;
using Neptuo.Logging;
using Neptuo.Logging.Serialization;
Expand Down
Loading

0 comments on commit 013e2be

Please sign in to comment.