[WIP] Untyped dictionary serializer #131
build.yml
on: pull_request
Build NuGet
2m 45s
Build Writerside Docs
55s
Matrix: test
Annotations
40 warnings
test (ubuntu-latest):
src/Parquet.Test/Serialisation/ParquetSerializerTest.cs#L162
Possible null reference assignment.
|
test (ubuntu-latest):
src/Parquet.Test/Serialisation/ParquetSerializerTest.cs#L347
Possible null reference assignment.
|
test (ubuntu-latest):
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)
|
test (ubuntu-latest):
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)
|
test (ubuntu-latest):
src/Parquet.Test/DataAnalysis/DataFrameReaderTest.cs#L16
Null should not be used for type parameter 'el1' of type 'object'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
test (ubuntu-latest):
src/Parquet.Test/DataAnalysis/DataFrameReaderTest.cs#L18
Null should not be used for type parameter 'el2' of type 'object'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
test (ubuntu-latest):
src/Parquet.Test/DataAnalysis/DataFrameReaderTest.cs#L24
Null should not be used for type parameter 'el1' of type 'object'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
test (ubuntu-latest):
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)
|
test (ubuntu-latest):
src/Parquet.Test/Serialisation/ParquetSerializerTest.cs#L162
Possible null reference assignment.
|
test (ubuntu-latest):
src/Parquet.Test/Serialisation/ParquetSerializerTest.cs#L347
Possible null reference assignment.
|
Build NuGet:
src/Parquet.Test/Serialisation/ParquetSerializerTest.cs#L162
Possible null reference assignment.
|
Build NuGet:
src/Parquet.Test/Serialisation/ParquetSerializerTest.cs#L347
Possible null reference assignment.
|
Build NuGet:
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)
|
Build NuGet:
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)
|
Build NuGet:
src/Parquet.Test/DataAnalysis/DataFrameReaderTest.cs#L16
Null should not be used for type parameter 'el1' of type 'object'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
Build NuGet:
src/Parquet.Test/DataAnalysis/DataFrameReaderTest.cs#L18
Null should not be used for type parameter 'el2' of type 'object'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
Build NuGet:
src/Parquet.Test/DataAnalysis/DataFrameReaderTest.cs#L24
Null should not be used for type parameter 'el1' of type 'object'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
Build NuGet:
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)
|
Build NuGet:
src/Parquet.Test/Serialisation/ParquetSerializerTest.cs#L162
Possible null reference assignment.
|
Build NuGet:
src/Parquet.Test/Serialisation/ParquetSerializerTest.cs#L347
Possible null reference assignment.
|
test (macos-latest):
src/Parquet.Test/Serialisation/ParquetSerializerTest.cs#L162
Possible null reference assignment.
|
test (macos-latest):
src/Parquet.Test/Serialisation/ParquetSerializerTest.cs#L347
Possible null reference assignment.
|
test (macos-latest):
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)
|
test (macos-latest):
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)
|
test (macos-latest):
src/Parquet.Test/DataAnalysis/DataFrameReaderTest.cs#L16
Null should not be used for type parameter 'el1' of type 'object'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
test (macos-latest):
src/Parquet.Test/DataAnalysis/DataFrameReaderTest.cs#L18
Null should not be used for type parameter 'el2' of type 'object'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
test (macos-latest):
src/Parquet.Test/DataAnalysis/DataFrameReaderTest.cs#L24
Null should not be used for type parameter 'el1' of type 'object'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
test (macos-latest):
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)
|
test (macos-latest):
src/Parquet.Test/Serialisation/ParquetSerializerTest.cs#L162
Possible null reference assignment.
|
test (macos-latest):
src/Parquet.Test/Serialisation/ParquetSerializerTest.cs#L347
Possible null reference assignment.
|
test (windows-latest):
src/Parquet.Test/Serialisation/ParquetSerializerTest.cs#L162
Possible null reference assignment.
|
test (windows-latest):
src/Parquet.Test/Serialisation/ParquetSerializerTest.cs#L347
Possible null reference assignment.
|
test (windows-latest):
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)
|
test (windows-latest):
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)
|
test (windows-latest):
src/Parquet.Test/DataAnalysis/DataFrameReaderTest.cs#L16
Null should not be used for type parameter 'el1' of type 'object'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
test (windows-latest):
src/Parquet.Test/DataAnalysis/DataFrameReaderTest.cs#L18
Null should not be used for type parameter 'el2' of type 'object'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
test (windows-latest):
src/Parquet.Test/DataAnalysis/DataFrameReaderTest.cs#L24
Null should not be used for type parameter 'el1' of type 'object'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
test (windows-latest):
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)
|
test (windows-latest):
src/Parquet.Test/Serialisation/ParquetSerializerTest.cs#L162
Possible null reference assignment.
|
test (windows-latest):
src/Parquet.Test/Serialisation/ParquetSerializerTest.cs#L347
Possible null reference assignment.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
bin
Expired
|
1.71 MB |
|
docs
Expired
|
784 KB |
|