Merge pull request #2549 from planetarium/release/190 #7643
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Install dependencies
A FrameworkReference for 'Microsoft.AspNetCore.App' was included in the project. This is implicitly referenced by the .NET SDK and you do not typically need to reference it from your project. For more information, see https://aka.ms/sdkimplicitrefs
|
Build and test:
Libplanet.Extensions.ForkableActionEvaluator.Tests/ForkableActionEvaluatorTest.cs#L124
Non-nullable property 'Transactions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build and test:
Libplanet.Extensions.ForkableActionEvaluator.Tests/ForkableActionEvaluatorTest.cs#L124
Non-nullable property 'Evidence' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build and test:
Lib9c/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:
Lib9c/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:
Lib9c/Lib9c.Policy/Policy/VariableSubPolicy.cs#L80
Converting null literal or possible null value to non-nullable type.
|
Build and test:
Lib9c/Lib9c.Policy/Policy/VariableSubPolicy.cs#L80
Possible null reference return.
|
Build and test:
Lib9c/Lib9c.Policy/NCStagePolicy.cs#L42
Possible null reference return.
|
Build and test:
Lib9c/Lib9c.Policy/Policy/VariableSubPolicy.cs#L138
Converting null literal or possible null value to non-nullable type.
|
Build and test:
Lib9c/Lib9c.Policy/NCStagePolicy.cs#L84
Possible null reference argument for parameter 'item' in 'bool SortedSet<Transaction>.Remove(Transaction item)'.
|
Build and test:
Lib9c/Lib9c.Policy/Policy/SpannedSubPolicy.cs#L45
Cannot convert null literal to non-nullable reference type.
|
Loading