yeet FluentAssertions (#3061)

This commit is contained in:
Mihail Gribkov
2025-01-25 23:10:59 +03:00
committed by GitHub
parent bb58d7188b
commit 52c2f0d918
17 changed files with 5 additions and 32 deletions

View File

@@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
using Xunit;
namespace Discord

View File

@@ -1,5 +1,3 @@
using Discord;
using System;
using Xunit;
namespace Discord;

View File

@@ -12,7 +12,6 @@
<ProjectReference Include="../../src/Discord.Net.WebSocket/Discord.Net.WebSocket.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="7.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NSubstitute" Version="5.3.0" />
<PackageReference Include="xunit" Version="2.9.2" />

View File

@@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
using Xunit;
namespace Discord

View File

@@ -1,6 +1,3 @@
using System;
using System.Collections.Generic;
using System.Text;
using Xunit;
namespace Discord

View File

@@ -1,5 +1,4 @@
using Discord.Rest;
using NSubstitute;
using System;
using Xunit;

View File

@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Text;
using Xunit;
namespace Discord

View File

@@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
using Xunit;
namespace Discord

View File

@@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
using Xunit;
namespace Discord

View File

@@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
using Xunit;
namespace Discord

View File

@@ -1,7 +1,6 @@
using Discord.Commands;
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
using Xunit;