Update .NET SDK and make .NET backend compatible with P8 #6
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/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/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/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.
|
build:
backend/Application/Api/GraphQL/RewardParametersV1.cs#L6
Non-nullable property 'TransactionFeeDistribution' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|