Skip to content

Merge branch 'master' of github.com:michielpost/NanoRPC #40

Merge branch 'master' of github.com:michielpost/NanoRPC

Merge branch 'master' of github.com:michielpost/NanoRPC #40

Triggered via push October 25, 2023 12:15
Status Success
Total duration 55s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
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/
build: NanoRPC/JsonConverters/NanoAmountJsonConverter.cs#L15
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build: NanoRPC/JsonConverters/NanoAmountJsonConverter.cs#L20
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
build: NanoRPC/Models/Bootstrap/BootstrapAny.cs#L16
'BootstrapAnyResponse.Success' hides inherited member 'BootstrapResponse.Success'. Use the new keyword if hiding was intended.
build: NanoRPC/Models/Work/WorkSet.cs#L21
Non-nullable property 'Success' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NanoRPC/Models/Account/AccountBalance.cs#L13
Non-nullable property 'Account' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NanoRPC/Models/Account/AccountBlockCount.cs#L13
Non-nullable property 'Account' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NanoRPC/Models/Work/WorkSet.cs#L13
Non-nullable property 'Wallet' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NanoRPC/Models/Work/WorkSet.cs#L15
Non-nullable property 'Account' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NanoRPC/Models/Work/WorkSet.cs#L16
Non-nullable property 'Work' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NanoRPC/Models/Account/AccountBlockCount.cs#L18
Non-nullable property 'Block_Count' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.