Feature/197 - Caching state store #442
Annotations
10 errors and 12 warnings
core/State/RocksDb/RocksDbKeyValueStore.cs#L454
Argument 2: cannot convert from 'method group' to 'Func<WrappedRocksRbKeyValueEnumerator, bool>'
|
core/State/RocksDb/RocksDbKeyValueStore.cs#L455
'ConcurrentDictionary<WrappedRocksRbKeyValueEnumerator, bool>' does not contain a definition for 'Add' and no accessible extension method 'Add' accepting a first argument of type 'ConcurrentDictionary<WrappedRocksRbKeyValueEnumerator, bool>' could be found (are you missing a using directive or an assembly reference?)
|
core/State/RocksDb/RocksDbKeyValueStore.cs#L454
Argument 2: cannot convert from 'method group' to 'Func<WrappedRocksRbKeyValueEnumerator, bool>'
|
core/State/RocksDb/RocksDbKeyValueStore.cs#L455
'ConcurrentDictionary<WrappedRocksRbKeyValueEnumerator, bool>' does not contain a definition for 'Add' and no accessible extension method 'Add' accepting a first argument of type 'ConcurrentDictionary<WrappedRocksRbKeyValueEnumerator, bool>' could be found (are you missing a using directive or an assembly reference?)
|
core/State/RocksDb/RocksDbKeyValueStore.cs#L454
Argument 2: cannot convert from 'method group' to 'Func<WrappedRocksRbKeyValueEnumerator, bool>'
|
core/State/RocksDb/RocksDbKeyValueStore.cs#L455
'ConcurrentDictionary<WrappedRocksRbKeyValueEnumerator, bool>' does not contain a definition for 'Add' and no accessible extension method 'Add' accepting a first argument of type 'ConcurrentDictionary<WrappedRocksRbKeyValueEnumerator, bool>' could be found (are you missing a using directive or an assembly reference?)
|
core/State/RocksDb/RocksDbKeyValueStore.cs#L454
Argument 2: cannot convert from 'method group' to 'Func<WrappedRocksRbKeyValueEnumerator, bool>'
|
core/State/RocksDb/RocksDbKeyValueStore.cs#L455
'ConcurrentDictionary<WrappedRocksRbKeyValueEnumerator, bool>' does not contain a definition for 'Add' and no accessible extension method 'Add' accepting a first argument of type 'ConcurrentDictionary<WrappedRocksRbKeyValueEnumerator, bool>' could be found (are you missing a using directive or an assembly reference?)
|
core/State/RocksDb/RocksDbKeyValueStore.cs#L454
Argument 2: cannot convert from 'method group' to 'Func<WrappedRocksRbKeyValueEnumerator, bool>'
|
core/State/RocksDb/RocksDbKeyValueStore.cs#L455
'ConcurrentDictionary<WrappedRocksRbKeyValueEnumerator, bool>' does not contain a definition for 'Add' and no accessible extension method 'Add' accepting a first argument of type 'ConcurrentDictionary<WrappedRocksRbKeyValueEnumerator, bool>' could be found (are you missing a using directive or an assembly reference?)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
core/State/Cache/Internal/CacheEntry.cs#L39
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
core/State/Cache/Internal/CacheEntry.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
core/State/Cache/Internal/CacheEntry.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
core/State/Cache/Internal/CacheEntry.CacheEntryTokens.cs#L20
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
core/Metrics/Sensor.cs#L73
Cannot convert null literal to non-nullable reference type.
|
core/Metrics/Sensor.cs#L91
Cannot convert null literal to non-nullable reference type.
|
core/Metrics/Sensor.cs#L109
Cannot convert null literal to non-nullable reference type.
|
core/Metrics/Sensor.cs#L129
Cannot convert null literal to non-nullable reference type.
|
core/State/Cache/Internal/CacheEntryExtensions.cs#L40
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
core/State/Cache/Internal/CacheEntryExtensions.cs#L50
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
This job failed
Loading