Slotted array vectorized #1254
Annotations
2 errors and 10 warnings
|
|
src/Paprika/Utils/Metrics.cs#L200
Non-nullable property 'DbSize' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Paprika/Utils/Metrics.cs#L188
Non-nullable property 'TotalMerkle' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Paprika/Utils/Metrics.cs#L191
Non-nullable property 'StateProcessing' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Paprika/Utils/Metrics.cs#L194
Non-nullable property 'StorageProcessing' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Paprika/Utils/Metrics.cs#L150
Parameter 'instrument' is unread.
|
src/Paprika/Chain/Blockchain.cs#L64
Non-nullable event 'Flushed' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
src/Paprika/Chain/Blockchain.cs#L64
Non-nullable event 'FlusherFailure' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
src/Paprika/Store/RootPage.cs#L142
Use of variable 'idSpan' in this context may expose referenced variables outside of their declaration scope
|
src/Paprika/Store/RootPage.cs#L164
Use of variable 'path' in this context may expose referenced variables outside of their declaration scope
|
src/Paprika/Chain/Blockchain.cs#L1861
Possible null reference assignment.
|
This job failed
Loading