Skip to content

Import token events #468

Import token events

Import token events #468

Triggered via pull request December 28, 2023 15:17
Status Failure
Total duration 2m 4s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
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/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/Accounts/Delegation.cs#L12
Non-nullable property 'Owner' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: backend/Application/Api/GraphQL/Accounts/AccountToken.cs#L30
Non-nullable property 'TokenId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: backend/Application/Api/GraphQL/Accounts/AccountToken.cs#L40
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: backend/Application/Api/GraphQL/Accounts/AccountsQuery.cs#L38
Dereference of a possibly null reference.
build: backend/Application/Api/GraphQL/Accounts/AccountsQuery.cs#L40
Dereference of a possibly null reference.