mirror of
https://github.com/claunia/Claunia.Encoding.git
synced 2025-12-16 11:14:41 +00:00
Move to global using.
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
// THE SOFTWARE.
|
||||
|
||||
using System;
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace Claunia.Encoding.Tests;
|
||||
|
||||
|
||||
1
Claunia.Encoding.Tests/Globals.cs
Normal file
1
Claunia.Encoding.Tests/Globals.cs
Normal file
@@ -0,0 +1 @@
|
||||
global using NUnit.Framework;
|
||||
@@ -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]
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
1
Claunia.Encoding/Globals.cs
Normal file
1
Claunia.Encoding/Globals.cs
Normal file
@@ -0,0 +1 @@
|
||||
global using System.Text;
|
||||
@@ -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>
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
using System;
|
||||
using System.Globalization;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace Claunia.Encoding;
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user