Added cis event reinitialization job #497
Annotations
10 warnings
build:
backend/Application/Api/GraphQL/Versions/Versions.cs#L5
Non-nullable property 'BackendVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
backend/Application/NodeApi/GrpcNodeClientSettings.cs#L8
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
backend/Application/Import/NodeCollector/NodeCollectorClientSettings.cs#L5
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
backend/Application/Api/GraphQL/Transactions/Transaction.cs#L25
Non-nullable property 'TransactionHash' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
backend/Application/Api/GraphQL/Transactions/Transaction.cs#L33
Non-nullable property 'TransactionType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
backend/Application/Aggregates/Contract/EventLogs/EventLogWriter.cs#L169
Nullable value type may be null.
|
build:
backend/Application/Api/GraphQL/RewardParametersV2.cs#L8
Non-nullable property 'MintDistribution' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
backend/Application/Api/GraphQL/RewardParametersV2.cs#L9
Non-nullable property 'TransactionFeeDistribution' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
backend/Application/Api/GraphQL/RewardParametersV2.cs#L10
Non-nullable property 'GasRewards' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
backend/Application/Api/GraphQL/RewardParametersV1.cs#L5
Non-nullable property 'MintDistribution' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|