Serialize nullable nullable types (#465) #468
Closed
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build Library:
src/Parquet.Test/Serialisation/SchemaReflectorTest.cs#L408
The variable 'no' is assigned but its value is never used
|
Build Library:
src/Parquet.Test/Serialisation/ParquetSerializerTest.cs#L200
Possible null reference assignment.
|
Build Library:
src/Parquet.Test/Serialisation/ParquetSerializerTest.cs#L202
Possible null reference assignment.
|
Build Library:
src/Parquet.Test/Serialisation/ParquetSerializerTest.cs#L203
Possible null reference assignment.
|
Build Library:
src/Parquet.Test/Serialisation/ParquetSerializerTest.cs#L204
Possible null reference assignment.
|
Build Library:
src/Parquet.Test/Serialisation/ParquetSerializerTest.cs#L205
Possible null reference assignment.
|
Build Library:
src/Parquet.Test/Serialisation/ParquetSerializerTest.cs#L206
Possible null reference assignment.
|
Build Library:
src/Parquet.Test/Serialisation/ParquetSerializerTest.cs#L399
Possible null reference assignment.
|
Build Library:
src/Parquet.Test/Serialisation/SchemaReflectorTest.cs#L26
Field 'SchemaReflectorTest.PocoClass.MarkerField' is never assigned to, and will always have its default value false
|
Build Library:
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)
|
The logs for this run have expired and are no longer available.
Loading