Skip to content

Import token events #470

Import token events

Import token events #470

Triggered via pull request December 29, 2023 08:20
Status Success
Total duration 1m 15s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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/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/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/Account.cs#L18
Non-nullable property 'BaseAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: backend/Application/Api/GraphQL/Accounts/Account.cs#L21
Non-nullable property 'CanonicalAddress' 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.