Add Tokens table to Contract Details #510
Annotations
10 warnings
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/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/Aggregates/Contract/EventLogs/CisAccountUpdate.cs#L24
Non-nullable property 'TokenId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
backend/Application/Aggregates/Contract/EventLogs/CisAccountUpdate.cs#L36
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
backend/Application/Aggregates/Contract/EventLogs/CisEvent.cs#L70
Cannot convert null literal to non-nullable reference type.
|
build:
backend/Application/Aggregates/Contract/EventLogs/CisEvent.cs#L81
Cannot convert null literal to non-nullable reference type.
|
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#L36
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#L46
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|