Skip to content

fix: Bump Spectre.Console from 0.49.1 to 0.53.0 #25

fix: Bump Spectre.Console from 0.49.1 to 0.53.0

fix: Bump Spectre.Console from 0.49.1 to 0.53.0 #25

Triggered via pull request October 27, 2025 06:31
Status Success
Total duration 40s
Artifacts

dotnet-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Atomic.Swap/SwapResult.cs#L10
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Atomic.Swap/SwapStatus.cs#L22
Non-nullable property 'TX3Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Atomic.Swap/SwapStatus.cs#L20
Non-nullable property 'TX1Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Atomic.Swap/SwapStatus.cs#L18
Non-nullable property 'TX4' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Atomic.Swap/SwapStatus.cs#L16
Non-nullable property 'TX3' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Atomic.Swap/SwapStatus.cs#L14
Non-nullable property 'TX2' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Atomic.Swap/SwapStatus.cs#L12
Non-nullable property 'TX1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Atomic.Swap/SwapStatus.cs#L10
Non-nullable property 'SecretXHash' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Atomic.Swap/SwapStatus.cs#L8
Non-nullable property 'SecretX' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Atomic.Swap/Transaction.cs#L8
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.