test #3
Annotations
10 errors and 10 warnings
Build SendBlobs/SendBlobs.sln:
tools/SendBlobs/BlobSender.cs#L19
'TxDecoder' does not contain a constructor that takes 0 arguments
|
Build SendBlobs/SendBlobs.sln:
tools/SendBlobs/BlobSender.cs#L88
'TxDecoder' does not contain a constructor that takes 0 arguments
|
Build SendBlobs/SendBlobs.sln:
tools/SendBlobs/FundsDistributor.cs#L86
'TxDecoder' does not contain a constructor that takes 0 arguments
|
Build SendBlobs/SendBlobs.sln:
tools/SendBlobs/FundsDistributor.cs#L150
'TxDecoder' does not contain a constructor that takes 0 arguments
|
Build SendBlobs/SendBlobs.sln:
tools/SendBlobs/BlobSender.cs#L286
'BlobGasCalculator' does not contain a definition for 'TryCalculateBlobGasPricePerUnit'
|
Build SendBlobs/SendBlobs.sln:
tools/SendBlobs/BlobSender.cs#L19
'TxDecoder' does not contain a constructor that takes 0 arguments
|
Build SendBlobs/SendBlobs.sln:
tools/SendBlobs/BlobSender.cs#L88
'TxDecoder' does not contain a constructor that takes 0 arguments
|
Build SendBlobs/SendBlobs.sln:
tools/SendBlobs/FundsDistributor.cs#L86
'TxDecoder' does not contain a constructor that takes 0 arguments
|
Build SendBlobs/SendBlobs.sln:
tools/SendBlobs/FundsDistributor.cs#L150
'TxDecoder' does not contain a constructor that takes 0 arguments
|
Build SendBlobs/SendBlobs.sln:
tools/SendBlobs/BlobSender.cs#L286
'BlobGasCalculator' does not contain a definition for 'TryCalculateBlobGasPricePerUnit'
|
Build SendBlobs/SendBlobs.sln:
tools/SendBlobs/AccountException.cs#L26
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
Build SendBlobs/SendBlobs.sln:
tools/SendBlobs/SetupCli.cs#L35
Possible null reference argument for parameter 'options' in '(int count, int blobCount, string @break)[] SetupCli.ParseTxOptions(string options)'.
|
Build SendBlobs/SendBlobs.sln:
tools/SendBlobs/SetupCli.cs#L69
Possible null reference argument for parameter 'value' in 'bool UInt256.TryParse(string value, out UInt256 result)'.
|
Build SendBlobs/SendBlobs.sln:
tools/SendBlobs/SetupCli.cs#L73
Possible null reference argument for parameter 'rpcUrl' in 'BlobSender.BlobSender(string rpcUrl, ILogManager logManager)'.
|
Build SendBlobs/SendBlobs.sln:
tools/SendBlobs/SetupCli.cs#L77
Possible null reference argument for parameter 'receiver' in 'Task BlobSender.SendRandomBlobs((int count, int blobCount, string @break)[] blobTxCounts, PrivateKey[] privateKeys, string receiver, UInt256? maxFeePerBlobGasArgs, ulong feeMultiplier, UInt256? maxPriorityFeeGasArgs, bool waitForInclusion)'.
|
Build SendBlobs/SendBlobs.sln:
tools/SendBlobs/BlobSender.cs#L179
Possible null reference argument for parameter 'txHash' in 'Task BlobSender.WaitForBlobInclusion(INodeManager nodeManager, Hash256 txHash, UInt256 lastBlockNumber)'.
|
Build SendBlobs/SendBlobs.sln:
tools/SendBlobs/SetupCli.cs#L140
Possible null reference argument for parameter 's' in 'uint uint.Parse(string s)'.
|
Build SendBlobs/SendBlobs.sln:
tools/SendBlobs/SetupCli.cs#L141
Possible null reference argument for parameter 'hexString' in 'PrivateKey.PrivateKey(string hexString)'.
|
Build SendBlobs/SendBlobs.sln:
tools/SendBlobs/SetupCli.cs#L144
Possible null reference argument for parameter 'rpcUrl' in 'INodeManager SetupCli.InitNodeManager(string rpcUrl, ILogger logger)'.
|
Build SendBlobs/SendBlobs.sln:
tools/SendBlobs/SetupCli.cs#L150
Possible null reference argument for parameter 'value' in 'UInt256 UInt256.Parse(string value)'.
|
Loading