Skip to content

Release .NET backend 1.10.0 #7

Release .NET backend 1.10.0

Release .NET backend 1.10.0 #7

Triggered via pull request January 20, 2025 08:24
Status Success
Total duration 1m 47s
Artifacts

backend-net-checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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/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.