Release .NET backend 1.10.0 #8
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/Account.cs#L17
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#L20
Non-nullable property 'CanonicalAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
backend/Application/Database/MigrationJobs/_00_UpdateValidatorCommissionRates.cs#L62
Dereference of a possibly null reference.
|
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.
|
build:
backend/Application/Api/GraphQL/Accounts/AccountsQuery.cs#L36
Dereference of a possibly null reference.
|