mirror of
https://github.com/spectreconsole/spectre.console.git
synced 2025-12-29 01:08:01 +01:00
Add global usings (#668)
* Use global usings * Fix namespace declarations for test projects
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Spectre.Console.Testing;
|
||||
|
||||
/// <summary>
|
||||
@@ -43,4 +41,4 @@ public static class StringExtensions
|
||||
|
||||
return string.Empty;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -21,4 +21,4 @@ public static class StyleExtensions
|
||||
|
||||
return style.Background(color);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user