Skip to content

feat: nullable votepower #12221

feat: nullable votepower

feat: nullable votepower #12221

Triggered via push June 20, 2024 09:52
Status Failure
Total duration 1m 49s
Artifacts

main.yml

on: push
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 33 warnings
build-and-test (Release): Lib9c.Utils/DPoSBlockHelper.cs#L72
'ActionEvaluator' does not contain a definition for 'CommitWorld'
build-and-test (Release): Lib9c.Utils/DPoSBlockHelper.cs#L72
'ActionEvaluator' does not contain a definition for 'CommitWorld'
build-and-test (Release)
Process completed with exit code 1.
build-for-unity: Lib9c.Utils/DPoSBlockHelper.cs#L21
Feature 'file-scoped namespace' is not available in C# 8.0. Please use language version 10.0 or greater.
build-for-unity: Lib9c.Utils/DPoSBlockHelper.cs#L21
Feature 'file-scoped namespace' is not available in C# 8.0. Please use language version 10.0 or greater.
build-for-unity
Process completed with exit code 1.
build-and-test (Release)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-and-test (Release): .Libplanet/Libplanet.Types/Consensus/Vote.cs#L169
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
build-and-test (Release): Lib9c.Policy/NCStagePolicy.cs#L144
Nullability of reference types in type of parameter 'x' of 'int TxComparer.Compare(Transaction x, Transaction y)' doesn't match implicitly implemented member 'int IComparer<Transaction>.Compare(Transaction? x, Transaction? y)' (possibly because of nullability attributes).
build-and-test (Release): Lib9c.Policy/NCStagePolicy.cs#L144
Nullability of reference types in type of parameter 'y' of 'int TxComparer.Compare(Transaction x, Transaction y)' doesn't match implicitly implemented member 'int IComparer<Transaction>.Compare(Transaction? x, Transaction? y)' (possibly because of nullability attributes).
build-and-test (Release): Lib9c.Policy/Policy/DebugPolicy.cs#L32
Possible null reference return.
build-and-test (Release): Lib9c.Policy/Policy/DebugPolicy.cs#L38
Possible null reference return.
build-and-test (Release): Lib9c.Policy/NCStagePolicy.cs#L42
Possible null reference return.
build-and-test (Release): Lib9c.Policy/Policy/SpannedSubPolicy.cs#L45
Cannot convert null literal to non-nullable reference type.
build-and-test (Release): Lib9c.Policy/NCStagePolicy.cs#L84
Possible null reference argument for parameter 'item' in 'bool SortedSet<Transaction>.Remove(Transaction item)'.
build-and-test (Release): Lib9c.Policy/Policy/VariableSubPolicy.cs#L80
Converting null literal or possible null value to non-nullable type.
build-and-test (Release): Lib9c.Policy/Policy/VariableSubPolicy.cs#L80
Possible null reference return.
build-for-unity
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-for-unity: .Libplanet/Libplanet.Types/Consensus/Vote.cs#L169
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
build-for-unity: Lib9c.Policy/Policy/DebugPolicy.cs#L32
Possible null reference return.
build-for-unity: Lib9c.Policy/Policy/DebugPolicy.cs#L38
Possible null reference return.
build-for-unity: Lib9c.Policy/Policy/MinBlockProtocolVersionPolicy.cs#L25
Cannot convert null literal to non-nullable reference type.
build-for-unity: Lib9c.Policy/Policy/MinBlockProtocolVersionPolicy.cs#L33
Cannot convert null literal to non-nullable reference type.
build-for-unity: Lib9c.Policy/Policy/SpannedSubPolicy.cs#L45
Cannot convert null literal to non-nullable reference type.
build-for-unity: Lib9c.Policy/NCStagePolicy.cs#L42
Possible null reference return.
build-for-unity: Lib9c.Policy/Policy/VariableSubPolicy.cs#L138
Converting null literal or possible null value to non-nullable type.
build-for-unity: Lib9c.Policy/Policy/BlockPolicySource.Utils.cs#L108
Possible null reference return.
build-for-unity: Lib9c.Policy/Policy/BlockPolicySource.Utils.cs#L138
Possible null reference return.
build-js
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-js: .Libplanet/Libplanet.Types/Consensus/Vote.cs#L169
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
build-js: Lib9c.Policy/NCStagePolicy.cs#L144
Nullability of reference types in type of parameter 'x' of 'int TxComparer.Compare(Transaction x, Transaction y)' doesn't match implicitly implemented member 'int IComparer<Transaction>.Compare(Transaction? x, Transaction? y)' (possibly because of nullability attributes).
build-js: Lib9c.Policy/NCStagePolicy.cs#L144
Nullability of reference types in type of parameter 'y' of 'int TxComparer.Compare(Transaction x, Transaction y)' doesn't match implicitly implemented member 'int IComparer<Transaction>.Compare(Transaction? x, Transaction? y)' (possibly because of nullability attributes).
build-js: Lib9c.Policy/NCStagePolicy.cs#L42
Possible null reference return.
build-js: Lib9c.Policy/Policy/DebugPolicy.cs#L32
Possible null reference return.
build-js: Lib9c.Policy/Policy/DebugPolicy.cs#L38
Possible null reference return.
build-js: Lib9c.Policy/Policy/MinBlockProtocolVersionPolicy.cs#L25
Cannot convert null literal to non-nullable reference type.
build-js: Lib9c.Policy/Policy/MinBlockProtocolVersionPolicy.cs#L33
Cannot convert null literal to non-nullable reference type.
build-js: Lib9c.Policy/Policy/SpannedSubPolicy.cs#L45
Cannot convert null literal to non-nullable reference type.
build-js: Lib9c.Policy/NCStagePolicy.cs#L84
Possible null reference argument for parameter 'item' in 'bool SortedSet<Transaction>.Remove(Transaction item)'.