Bump System.Text.Json from 9.0.2 to 9.0.9 #60
Annotations
6 errors
Test
Process completed with exit code 1.
|
Test
Json",{
"nested": {
"double": 1.25,
"int": 123456,
"string": "stringValue"
}
}),file=/home/runner/work/clickhouse-cs/clickhouse-cs/ClickHouse.Driver.Tests/SQL/SqlSimpleSelectTests.cs,line=38::Assert.That(result, Is.EqualTo(expected).UsingPropertiesComparer())
Expected and actual are both <System.Text.Json.Nodes.JsonObject>
Values differ at index [0]
Expected: ["nested", < ["double", <1.25>], ["int", <123456>], ["string", <stringValue>] >]
But was: ["nested", < ["string", <stringValue>], ["int", <123456>], ["double", <1.25>] >]
|
Test
Json",{
"nested": {
"double": 1.25,
"int": 123456,
"string": "stringValue"
}
}),file=/home/runner/work/clickhouse-cs/clickhouse-cs/ClickHouse.Driver.Tests/SQL/SqlSimpleSelectTests.cs,line=38::Assert.That(result, Is.EqualTo(expected).UsingPropertiesComparer())
Expected and actual are both <System.Text.Json.Nodes.JsonObject>
Values differ at index [0]
Expected: ["nested", < ["double", <1.25>], ["int", <123456>], ["string", <stringValue>] >]
But was: ["nested", < ["string", <stringValue>], ["int", <123456>], ["double", <1.25>] >]
|
Test
Json","Json",{
"nested": {
"double": 1.25,
"int": 123456,
"string": "stringValue"
}
}),file=/home/runner/work/clickhouse-cs/clickhouse-cs/ClickHouse.Driver.Tests/SQL/SqlParameterizedSelectTests.cs,line=77::Assert.That(result, Is.EqualTo(value).UsingPropertiesComparer())
Expected and actual are both <System.Text.Json.Nodes.JsonObject>
Values differ at index [0]
Expected: ["nested", < ["double", <1.25>], ["int", <123456>], ["string", <stringValue>] >]
But was: ["nested", < ["string", <stringValue>], ["int", <123456>], ["double", <1.25>] >]
|
Test
Json","Json",{
"nested": {
"double": 1.25,
"int": 123456,
"string": "stringValue"
}
}),file=/home/runner/work/clickhouse-cs/clickhouse-cs/ClickHouse.Driver.Tests/SQL/SqlParameterizedSelectTests.cs,line=77::Assert.That(result, Is.EqualTo(value).UsingPropertiesComparer())
Expected and actual are both <System.Text.Json.Nodes.JsonObject>
Values differ at index [0]
Expected: ["nested", < ["double", <1.25>], ["int", <123456>], ["string", <stringValue>] >]
But was: ["nested", < ["string", <stringValue>], ["int", <123456>], ["double", <1.25>] >]
|
Test:
ClickHouse.Driver.Tests/ORM/DapperTests.cs#L149
Assert.That(row.Single().Value, Is.EqualTo(expected).UsingPropertiesComparer())
Expected and actual are both <System.Text.Json.Nodes.JsonObject>
Values differ at index [0]
Expected: ["nested", < ["double", <1.25>], ["int", <123456>], ["string", <stringValue>] >]
But was: ["nested", < ["string", <stringValue>], ["int", <123456>], ["double", <1.25>] >]
|
Loading