use ConcurrentDictionary instead of lock primitives #94
Annotations
10 warnings
src/Parquet.Test/Serialisation/SchemaReflectorTest.cs#L392
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Parquet.Test/Serialisation/SchemaReflectorTest.cs#L394
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Parquet.Test/Serialisation/SchemaReflectorTest.cs#L395
Non-nullable property 'Location' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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/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/SchemaReflectorTest.cs#L392
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Parquet.Test/Serialisation/SchemaReflectorTest.cs#L394
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Parquet.Test/Serialisation/SchemaReflectorTest.cs#L395
Non-nullable property 'Location' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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