Skip to content

- Checkpoint: Refactor Event and Command Contract #16

- Checkpoint: Refactor Event and Command Contract

- Checkpoint: Refactor Event and Command Contract #16

Triggered via push July 19, 2025 20:46
Status Failure
Total duration 2m 15s
Artifacts

Master-Build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: tests/SourceFlow.Core.Tests/E2E/Impl/InMemoryViewProvider.cs#L17
Converting null literal or possible null value to non-nullable type.
build: tests/SourceFlow.Core.Tests/E2E/Projections/AccountViewModel.cs#L14
Non-nullable property 'ClosureReason' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SourceFlow.ConsoleApp/Impl/InMemoryRepository.cs#L27
Possible null reference argument for parameter 'result' in 'Task<TEntity> Task.FromResult<TEntity>(TEntity result)'.
build: src/SourceFlow.ConsoleApp/Impl/InMemoryRepository.cs#L27
Converting null literal or possible null value to non-nullable type.
build: src/SourceFlow.ConsoleApp/Views/AccountView.cs#L27
Cannot convert null literal to non-nullable reference type.
build: src/SourceFlow.ConsoleApp/Impl/InMemoryViewRepository.cs#L27
Possible null reference argument for parameter 'result' in 'Task<TViewModel> Task.FromResult<TViewModel>(TViewModel result)'.
build: src/SourceFlow.ConsoleApp/Impl/InMemoryViewRepository.cs#L27
Converting null literal or possible null value to non-nullable type.
build: src/SourceFlow.ConsoleApp/Commands/AccountPayload.cs#L16
Non-nullable property 'AccountName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SourceFlow.ConsoleApp/Views/AccountViewModel.cs#L14
Non-nullable property 'ClosureReason' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SourceFlow.ConsoleApp/Aggregates/BankAccount.cs#L12
Non-nullable property 'ClosureReason' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.