Support Concordium Protocol Version 7 #622
Annotations
1 error and 11 warnings
Test
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build:
backend/Application/Api/GraphQL/Versions/Versions.cs#L5
Non-nullable property 'BackendVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
backend/Application/Aggregates/Contract/Entities/ContractSnapshot.cs#L29
Non-nullable property 'ContractName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
backend/Application/Aggregates/Contract/Entities/ContractSnapshot.cs#L29
Non-nullable property 'ModuleReference' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
|
Build:
backend/Application/Aggregates/Contract/Entities/Token.cs#L33
Non-nullable property 'TokenId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
backend/Application/Aggregates/Contract/EventLogs/EventLogWriter.cs#L170
Nullable value type may be null.
|
Build:
backend/Application/Api/GraphQL/Accounts/AccountsQuery.cs#L36
Dereference of a possibly null reference.
|
Build:
backend/Application/Api/GraphQL/Accounts/AccountsQuery.cs#L38
Dereference of a possibly null reference.
|
Loading