* Update InteropTests.cs

Fixed unit test to work with latest version of MessagePack

* Updated MessagePack to version 2.5.187
This commit is contained in:
Nick Saw 2024-11-08 10:16:09 -08:00 коммит произвёл GitHub
Родитель 79f872d133
Коммит 0d718c72e2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -30,7 +30,7 @@
<ItemGroup>
<PackageReference Include="CsvHelper" Version="15.0.0" />
<PackageReference Include="MessagePack" Version="2.1.90" />
<PackageReference Include="MessagePack" Version="2.5.187" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

Просмотреть файл

@ -186,7 +186,7 @@ namespace Test.Psi
this.AssertBinarySerialization(true, msg, msg);
this.AssertBinarySerialization(2.71828, msg, msg);
this.AssertBinarySerialization("Howdy", msg, msg);
this.AssertBinarySerialization(new[] { 1, 2, 3 }, msg, msg);
this.AssertBinarySerialization(new object[] { 1, 2, 3 }, msg, msg);
var structured = new
{