Skip to content

Update README.md

Update README.md #33

Triggered via push August 12, 2025 11:11
Status Success
Total duration 1m 30s
Artifacts

Master-Build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/SourceFlow.ConsoleApp/Impl/InMemoryViewProvider.cs#L27
Converting null literal or possible null value to non-nullable type.
build: src/SourceFlow.ConsoleApp/Projections/AccountView.cs#L27
Cannot convert null literal to non-nullable reference type.
build: src/SourceFlow.ConsoleApp/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/Commands/Payload.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/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.
build: src/SourceFlow/Impl/CommandBus.cs#L66
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)
build: src/SourceFlow/Impl/EventQueue.cs#L40
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/SourceFlow/Impl/EventQueue.cs#L40
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/SourceFlow/Impl/EventQueue.cs#L40
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/SourceFlow/Impl/EventQueue.cs#L40
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.