Fix text overflow of token address and id and change to hexadecimal lowercase #517
Annotations
11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/Aggregates/Contract/EventLogs/EventLogWriter.cs#L169
Nullable value type may be null.
|
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/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/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.
|