Add global usings (#668)

* Use global usings

* Fix namespace declarations for test projects
This commit is contained in:
Patrik Svensson
2021-12-23 16:50:31 +01:00
committed by GitHub
parent eb6a9d8d04
commit 52c1d9122b
514 changed files with 10659 additions and 12441 deletions

View File

@ -1,8 +1,3 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Reflection;
namespace Spectre.Console.Cli;
internal sealed class CommandArgument : CommandParameter

View File

@ -1,5 +1,3 @@
using System.Linq;
namespace Spectre.Console.Cli;
internal static class CommandContainerExtensions

View File

@ -1,9 +1,3 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Reflection;
namespace Spectre.Console.Cli;
internal sealed class CommandInfo : ICommandContainer

View File

@ -1,5 +1,3 @@
using System.Linq;
namespace Spectre.Console.Cli;
internal static class CommandInfoExtensions

View File

@ -1,9 +1,3 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Reflection;
namespace Spectre.Console.Cli;
internal sealed class CommandModel : ICommandContainer

View File

@ -1,9 +1,3 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Reflection;
namespace Spectre.Console.Cli;
internal static class CommandModelBuilder

View File

@ -1,7 +1,3 @@
using System;
using System.Collections.Generic;
using System.Linq;
namespace Spectre.Console.Cli;
internal static class CommandModelValidator

View File

@ -1,8 +1,3 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Reflection;
namespace Spectre.Console.Cli;
internal sealed class CommandOption : CommandParameter

View File

@ -1,9 +1,3 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Reflection;
namespace Spectre.Console.Cli;
internal abstract class CommandParameter : ICommandParameterInfo

View File

@ -1,5 +1,3 @@
using System.Collections.Generic;
namespace Spectre.Console.Cli;
internal static class CommandParameterComparer

View File

@ -1,5 +1,3 @@
using System.Collections.Generic;
namespace Spectre.Console.Cli;
/// <summary>

View File

@ -1,5 +1,3 @@
using System.ComponentModel;
namespace Spectre.Console.Cli;
internal enum ParameterKind