Release .NET backend 1.10.0 #7
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/Aggregates/Contract/EventLogs/EventLogWriter.cs#L170
Nullable value type may be null.
|
build:
backend/Application/Aggregates/Contract/Entities/Token.cs#L33
Non-nullable property 'TokenId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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/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.
|
build:
backend/Application/Aggregates/Contract/EventLogs/CisEventTokenMetadataUpdate.cs#L8
Non-nullable property 'MetadataUrl' 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/Aggregates/Contract/Entities/ContractSnapshot.cs#L29
Non-nullable property 'ContractName' must contain a non-null value when exiting constructor. Consider 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 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.
|