Added docker setup describing restoring CCD scan database locally. #57
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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:
backend/ConcordiumSdk/NodeApi/GrpcNodeClient.cs#L56
Possible null reference return.
|
build:
backend/ConcordiumSdk/NodeApi/GrpcNodeClient.cs#L69
Possible null reference return.
|
build:
backend/ConcordiumSdk/NodeApi/GrpcNodeClientSettings.cs#L5
Non-nullable property 'AuthenticationToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
backend/ConcordiumSdk/NodeApi/GrpcNodeClientSettings.cs#L6
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
backend/ConcordiumSdk/NodeApi/GrpcNodeClient.cs#L97
Possible null reference return.
|
build:
backend/ConcordiumSdk/NodeApi/GrpcNodeClient.cs#L194
Possible null reference return.
|
build:
backend/ConcordiumSdk/NodeApi/Types/TransactionSuccessResult.cs#L9
Non-nullable property 'Events' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
backend/ConcordiumSdk/NodeApi/Types/TransactionRejectResult.cs#L7
Non-nullable property 'Reason' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
backend/ConcordiumSdk/NodeApi/Types/PaydayFoundationRewardSpecialEvent.cs#L7
Non-nullable property 'FoundationAccount' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
backend/ConcordiumSdk/NodeApi/Types/PaydayAccountRewardSpecialEvent.cs#L10
Non-nullable property 'Account' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|