diff --git a/README.md b/README.md index 01f4647..84b2089 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Sprog ![Nuget](https://img.shields.io/nuget/v/wivuu.sprog.svg) +![Tests](https://github.com/wivuu/Wivuu.Sprog/actions/workflows/actions-ci.yml/badge.svg +) Sprog (Danish for 'Language') cross-platform string parsing library written for C# 7+ and .NET Core. diff --git a/Tests/TestJson.cs b/Tests/TestJson.cs index be05075..90f792c 100644 --- a/Tests/TestJson.cs +++ b/Tests/TestJson.cs @@ -1,7 +1,4 @@ -using System.Collections.Generic; -using System.Linq; -using Wivuu.Sprog; -using static System.Char; +using static System.Char; using System.Buffers; namespace Wivuu.Sprog; diff --git a/Tests/TestParser.cs b/Tests/TestParser.cs index 12712f6..e89f855 100644 --- a/Tests/TestParser.cs +++ b/Tests/TestParser.cs @@ -1,5 +1,3 @@ -using System; -using System.Linq; using static System.Char; using static Wivuu.Sprog.Utilities; diff --git a/Tests/TestXml.cs b/Tests/TestXml.cs index 2dd2f49..e729a86 100644 --- a/Tests/TestXml.cs +++ b/Tests/TestXml.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; -using System.Linq; using static System.Char; namespace Wivuu.Sprog;