Add Nethereum.Web3 to whitelist #27
Annotations
22 warnings
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/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
|
src/AElf.Types/Protobuf/FileDescriptorExtensions.cs#L10
'FileDescriptor.CustomOptions' is obsolete: 'CustomOptions are obsolete. Use the GetOptions() method.'
|
|
src/AElf.Kernel.SmartContract/IExecutionObserverThreshold.cs#L9
'ExecutionObserverThreshold' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
src/AElf.Kernel.CodeCheck/Application/ICodeCheckReleasedProposalIdProvider.cs#L33
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
src/AElf.Kernel.Consensus.Core/Application/ConsensusValidationProvider.cs#L37
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
src/AElf.Kernel.Consensus.AEDPoS/Application/IrreversibleBlockHeightUnacceptableLogEventProcessor.cs#L49
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
src/AElf.OS.Core/Protobuf/Generated/AuthorityInfo.g.cs#L39
The type 'AuthorityInfo' in '/home/runner/work/AElf/AElf/src/AElf.OS.Core/Protobuf/Generated/AuthorityInfo.g.cs' conflicts with the imported type 'AuthorityInfo' in 'AElf.Kernel.Configuration, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/home/runner/work/AElf/AElf/src/AElf.OS.Core/Protobuf/Generated/AuthorityInfo.g.cs'.
|
src/AElf.OS.Core/Protobuf/Generated/AuthorityInfo.g.cs#L43
The type 'AuthorityInfo' in '/home/runner/work/AElf/AElf/src/AElf.OS.Core/Protobuf/Generated/AuthorityInfo.g.cs' conflicts with the imported type 'AuthorityInfo' in 'AElf.Kernel.Configuration, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/home/runner/work/AElf/AElf/src/AElf.OS.Core/Protobuf/Generated/AuthorityInfo.g.cs'.
|
src/AElf.Types/Protobuf/FileDescriptorExtensions.cs#L10
'FileDescriptor.CustomOptions' is obsolete: 'CustomOptions are obsolete. Use the GetOptions() method.'
|
|
src/AElf.Cryptography/ECVRF/Vrf.cs#L109
The variable 'ex' is declared but never used
|
src/AElf.Database/DatabaseServiceCollectionExtensions.cs#L22
'IConnectionStringResolver.Resolve(string)' is obsolete: 'Use ResolveAsync method.'
|
src/AElf.Types/Protobuf/FileDescriptorExtensions.cs#L10
'FileDescriptor.CustomOptions' is obsolete: 'CustomOptions are obsolete. Use the GetOptions() method.'
|
src/AElf.Cryptography/ECVRF/Vrf.cs#L109
The variable 'ex' is declared but never used
|
|
|
src/AElf.WebApp.Application.Core/AElfAppService.cs#L5
Missing XML comment for publicly visible type or member 'AElfAppService'
|
test/AElf.Database.Tests/TestsDatabaseAElfModule.cs#L17
'IConnectionStringResolver.Resolve(string)' is obsolete: 'Use ResolveAsync method.'
|
This job succeeded
Loading