Move to global using.

This commit is contained in:
2021-11-09 18:50:43 +00:00
parent 58f08d4cd3
commit 889a8a84e5
16 changed files with 2 additions and 25 deletions

View File

@@ -24,8 +24,6 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
using NUnit.Framework;
namespace Claunia.Encoding.Tests;
[TestFixture]

View File

@@ -24,7 +24,6 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
using NUnit.Framework;
namespace Claunia.Encoding.Tests;

View File

@@ -25,7 +25,6 @@
// THE SOFTWARE.
using System;
using NUnit.Framework;
namespace Claunia.Encoding.Tests;

View File

@@ -0,0 +1 @@
global using NUnit.Framework;

View File

@@ -24,8 +24,6 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
using NUnit.Framework;
namespace Claunia.Encoding.Tests;
[TestFixture]

View File

@@ -24,8 +24,6 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
using NUnit.Framework;
namespace Claunia.Encoding.Tests;
[TestFixture]