Skip to content

Commit

Permalink
🔧
Browse files Browse the repository at this point in the history
  • Loading branch information
hlaueriksson committed Jun 22, 2024
1 parent 513f942 commit 39dc5d1
Show file tree
Hide file tree
Showing 22 changed files with 1 addition and 39 deletions.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<LangVersion>preview</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
Expand Down
1 change: 0 additions & 1 deletion src/GEmojiSharp.AspNetCore/EmojiExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System;
using System.Text.RegularExpressions;

namespace GEmojiSharp.AspNetCore
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System;
using System.Linq.Expressions;
using Microsoft.AspNetCore.Html;
using Microsoft.AspNetCore.Mvc.Rendering;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using System;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Razor.TagHelpers;

namespace GEmojiSharp.AspNetCore
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System;
using Microsoft.AspNetCore.Razor.TagHelpers;

namespace GEmojiSharp.AspNetCore
Expand Down
2 changes: 0 additions & 2 deletions src/GEmojiSharp.AspNetCore/TagHelpers/EmojiTagHelper.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using System;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Razor.TagHelpers;

namespace GEmojiSharp.AspNetCore
Expand Down
1 change: 0 additions & 1 deletion src/GEmojiSharp.Blazor/EmojiExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System;
using System.Text.RegularExpressions;

namespace GEmojiSharp.Blazor
Expand Down
3 changes: 0 additions & 3 deletions src/GEmojiSharp/Emoji.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;

namespace GEmojiSharp
Expand Down
3 changes: 0 additions & 3 deletions src/GEmojiSharp/EmojiExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
using System.Collections.Generic;
using System.Linq;

namespace GEmojiSharp
{
/// <summary>
Expand Down
1 change: 0 additions & 1 deletion tests/GEmojiSharp.Tests/AspNetCore/EmojiExtensionsTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using FluentAssertions;
using GEmojiSharp.AspNetCore;
using NUnit.Framework;

namespace GEmojiSharp.Tests.AspNetCore
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using GEmojiSharp.AspNetCore;
using Microsoft.AspNetCore.Mvc.Rendering;
using NSubstitute;
using NUnit.Framework;

namespace GEmojiSharp.Tests.AspNetCore.HtmlHelpers
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using System.Threading.Tasks;
using FluentAssertions;
using GEmojiSharp.AspNetCore;
using Microsoft.AspNetCore.Razor.TagHelpers;
using NUnit.Framework;

namespace GEmojiSharp.Tests.AspNetCore.TagHelpers
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using System.Threading.Tasks;
using FluentAssertions;
using GEmojiSharp.AspNetCore;
using Microsoft.AspNetCore.Razor.TagHelpers;
using NUnit.Framework;

namespace GEmojiSharp.Tests.AspNetCore.TagHelpers
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using System.Threading.Tasks;
using FluentAssertions;
using GEmojiSharp.AspNetCore;
using Microsoft.AspNetCore.Razor.TagHelpers;
using NUnit.Framework;

namespace GEmojiSharp.Tests.AspNetCore.TagHelpers
{
Expand Down
1 change: 0 additions & 1 deletion tests/GEmojiSharp.Tests/Blazor/EmojiExtensionsTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using FluentAssertions;
using GEmojiSharp.Blazor;
using NUnit.Framework;

namespace GEmojiSharp.Tests.Blazor
{
Expand Down
2 changes: 0 additions & 2 deletions tests/GEmojiSharp.Tests/Documentation.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System.Linq;
using System.Text.RegularExpressions;
using NUnit.Framework;
using static System.Console;

namespace GEmojiSharp.Tests
Expand Down
1 change: 0 additions & 1 deletion tests/GEmojiSharp.Tests/DotnetTool/IntegrationTests.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System.Diagnostics;
using System.Text;
using FluentAssertions;
using NUnit.Framework;
using TextCopy;
using static System.Environment;

Expand Down
2 changes: 0 additions & 2 deletions tests/GEmojiSharp.Tests/EmojiExtensionsTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System;
using FluentAssertions;
using NUnit.Framework;

namespace GEmojiSharp.Tests
{
Expand Down
2 changes: 0 additions & 2 deletions tests/GEmojiSharp.Tests/EmojiTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System;
using FluentAssertions;
using NUnit.Framework;
using static GEmojiSharp.Emoji;

namespace GEmojiSharp.Tests
Expand Down
1 change: 0 additions & 1 deletion tests/GEmojiSharp.Tests/GEmojiSharp.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion tests/GEmojiSharp.Tests/GEmojiTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using FluentAssertions;
using NUnit.Framework;

namespace GEmojiSharp.Tests
{
Expand Down
7 changes: 0 additions & 7 deletions tests/GEmojiSharp.Tests/GenerateTests.cs
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using FluentAssertions;
using Microsoft.Playwright;
using Newtonsoft.Json.Linq;
using NUnit.Framework;

namespace GEmojiSharp.Tests
{
Expand Down

0 comments on commit 39dc5d1

Please sign in to comment.