Chain parameters issues #10
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/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/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/Database/MigrationJobs/_00_UpdateValidatorCommissionRates.cs#L62
Dereference of a possibly null reference.
|
build:
backend/Application/Database/DatabaseSettings.cs#L5
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
backend/Application/Database/DatabaseSettings.cs#L6
Non-nullable property 'ConnectionStringNodeCache' 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#L170
Nullable value type may be null.
|
build:
backend/Application/Aggregates/Contract/EventLogs/CisEventTokenUpdate.cs#L22
Non-nullable property 'TokenId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|