зеркало из https://github.com/microsoft/psi.git
Update InteropTests.cs (#334)
* 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:
Родитель
79f872d133
Коммит
0d718c72e2
|
@ -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
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче