Multi OS tests #466
Draft
Multi OS tests #466
Annotations
10 warnings
Test:
src/Paprika/Utils/Metrics.cs#L200
Non-nullable property 'DbSize' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Test:
src/Paprika/Utils/Metrics.cs#L188
Non-nullable property 'TotalMerkle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Test:
src/Paprika/Utils/Metrics.cs#L191
Non-nullable property 'StateProcessing' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Test:
src/Paprika/Utils/Metrics.cs#L194
Non-nullable property 'StorageProcessing' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Test:
src/Paprika/Utils/Metrics.cs#L150
Parameter 'instrument' is unread.
|
Test:
src/Paprika/Chain/Blockchain.cs#L71
Non-nullable event 'Flushed' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Test:
src/Paprika/Chain/Blockchain.cs#L71
Non-nullable event 'FlusherFailure' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Test:
src/Paprika/Store/StorageFanOut.cs#L397
This returns a parameter by reference 'key' but it is scoped to the current method
|
Test:
src/Paprika/Store/RootPage.cs#L65
Struct member returns 'this' or other instance members by reference
|
Test:
src/Paprika/Chain/Blockchain.cs#L2370
Possible null reference assignment.
|
Loading