refactor: remake C# connector #24
Annotations
10 warnings
test/Data.Tests/TDengineDataReaderTesting.cs#L129
Do not use Assert.Equal() to check for boolean conditions. (https://xunit.github.io/xunit.analyzers/rules/xUnit2004)
|
test/Data.Tests/TDengineDataReaderTesting.cs#L258
Do not use Assert.Equal() to check for boolean conditions. (https://xunit.github.io/xunit.analyzers/rules/xUnit2004)
|
test/Data.Tests/TDengineDataReaderTesting.cs#L472
Do not use Assert.Equal() to check for boolean conditions. (https://xunit.github.io/xunit.analyzers/rules/xUnit2004)
|
test/Data.Tests/TDengineDataReaderTesting.cs#L388
Do not use Assert.Equal() to check for boolean conditions. (https://xunit.github.io/xunit.analyzers/rules/xUnit2004)
|
test/Data.Tests/TDengineDataReaderTesting.cs#L731
Do not use Assert.Equal() to check for boolean conditions. (https://xunit.github.io/xunit.analyzers/rules/xUnit2004)
|
test/Data.Tests/TDengineDataReaderTesting.cs#L601
Do not use Assert.Equal() to check for boolean conditions. (https://xunit.github.io/xunit.analyzers/rules/xUnit2004)
|
test/Driver.Test/Function.Test/SubscribeTables.cs#L338
Non-nullable property 'bin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test/Driver.Test/Function.Test/SubscribeTables.cs#L339
Non-nullable property 'nchr' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test/Driver.Test/Function.Test/BlockWriter.cs#L82
Cannot convert null literal to non-nullable reference type.
|
test/Driver.Test/Function.Test/BlockWriter.cs#L88
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading