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]

View File

@@ -24,8 +24,6 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
using System.Text;
namespace Claunia.Encoding;
/// <summary>Represents an ATARI Standard Code for Information Interchange character encoding of Unicode characters.</summary>

View File

@@ -24,8 +24,6 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
using System.Text;
namespace Claunia.Encoding;
/// <summary>Represents an Apple IIc character encoding of Unicode characters.</summary>

View File

@@ -24,8 +24,6 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
using System.Text;
namespace Claunia.Encoding;
/// <summary>Represents an Apple IIgs character encoding of Unicode characters.</summary>

View File

@@ -24,8 +24,6 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
using System.Text;
namespace Claunia.Encoding;
/// <summary>Represents an Atari ST character encoding of Unicode characters.</summary>

View File

@@ -24,8 +24,6 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
using System.Text;
namespace Claunia.Encoding;
/// <summary>Represents a GEM character encoding of Unicode characters.</summary>

View File

@@ -0,0 +1 @@
global using System.Text;

View File

@@ -24,8 +24,6 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
using System.Text;
namespace Claunia.Encoding;
/// <summary>

View File

@@ -1,7 +1,6 @@
using System;
using System.Globalization;
using System.Linq;
using System.Text;
namespace Claunia.Encoding;

View File

@@ -24,8 +24,6 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
using System.Text;
namespace Claunia.Encoding;
/// <summary>Represents a ZX80 character encoding of Unicode characters.</summary>

View File

@@ -24,8 +24,6 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
using System.Text;
namespace Claunia.Encoding;
/// <summary>Represents a ZX81 character encoding of Unicode characters.</summary>