install latest plugin when the modules are not released for the latest neo-cli #8571
Annotations
10 warnings
Test:
src/Neo/SmartContract/Native/CryptoLib.cs#L110
'NamedCurve' is obsolete: 'NamedCurve enum is obsolete and will be removed in future versions. Please, use an extended NamedCurveHash instead.'
|
Test:
src/Neo/SmartContract/Native/CryptoLib.cs#L24
'NamedCurve' is obsolete: 'NamedCurve enum is obsolete and will be removed in future versions. Please, use an extended NamedCurveHash instead.'
|
Test:
src/Neo/SmartContract/Native/CryptoLib.cs#L26
'NamedCurve' is obsolete: 'NamedCurve enum is obsolete and will be removed in future versions. Please, use an extended NamedCurveHash instead.'
|
Test:
src/Neo/SmartContract/Native/CryptoLib.cs#L26
'NamedCurve.secp256k1' is obsolete: 'secp256k1 value is obsolete and will be removed in future versions. Please, use NamedCurveHash.secp256k1SHA256 for compatible behaviour.'
|
Test:
src/Neo/SmartContract/Native/CryptoLib.cs#L27
'NamedCurve' is obsolete: 'NamedCurve enum is obsolete and will be removed in future versions. Please, use an extended NamedCurveHash instead.'
|
Test:
src/Neo/SmartContract/Native/CryptoLib.cs#L27
'NamedCurve.secp256r1' is obsolete: 'secp256r1 value is obsolete and will be removed in future versions. Please, use NamedCurveHash.secp256r1SHA256 for compatible behaviour.'
|
Test:
src/Plugins/StorageDumper/StorageDumper.cs#L35
Non-nullable field '_writer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Test:
src/Plugins/StorageDumper/StorageDumper.cs#L35
Non-nullable field '_currentBlock' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Test:
src/Plugins/StorageDumper/StorageDumper.cs#L35
Non-nullable field '_lastCreateDirectory' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Test:
src/Plugins/StorageDumper/StorageDumper.cs#L73
Dereference of a possibly null reference.
|
Loading