New fanout layout (#375) #1322
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, actions/setup-dotnet@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test:
src/Paprika/Store/DbAddressList.cs#L73
'DbAddressList.IDbAddressList.Clear()' hides inherited member 'IClearable.Clear()'. Use the new keyword if hiding was intended.
|
Test:
src/Paprika/Chain/Blockchain.cs#L66
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#L66
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/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#L1894
Possible null reference assignment.
|
Test:
src/Paprika/Chain/Blockchain.cs#L1951
Possible null reference argument for parameter 'item' in 'void List<ReadOnlyState>.Add(ReadOnlyState item)'.
|
Loading