feat: Logical Timestamp #6
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
src/Parquet.Test/Serialisation/ParquetSerializerTest.cs#L206
Possible null reference assignment.
|
src/Parquet.Test/Serialisation/ParquetSerializerTest.cs#L400
Possible null reference assignment.
|
src/Parquet.Test/Serialisation/SchemaReflectorTest.cs#L26
Field 'SchemaReflectorTest.PocoClass.MarkerField' is never assigned to, and will always have its default value false
|
src/Parquet.Test/Rows/LazyColumnEnumeratorTest.cs#L111
Public method 'Single_element_in_list_of_elements_in_a_structure' on test class 'LazyColumnEnumeratorTest' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
src/Parquet.Test/Rows/LazyColumnEnumeratorTest.cs#L146
Public method 'List_of_one_element' on test class 'LazyColumnEnumeratorTest' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
src/Parquet.Test/FieldsDeserializationTest.cs#L10
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
src/Parquet.Test/FieldsDeserializationTest.cs#L26
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
src/Parquet.Test/Rows/RowsModelTest.cs#L486
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
src/Parquet.Test/Rows/RowsModelTest.cs#L486
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
src/Parquet.Test/Serialisation/ParquetSerializerTest.cs#L206
Possible null reference assignment.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "bin".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading