Update README.md #2
Annotations
10 warnings
|
build:
src/SourceFlow.ConsoleApp/Impl/AggregateFactory.cs#L19
Possible null reference return.
|
|
build:
src/SourceFlow.ConsoleApp/Impl/AggregateFactory.cs#L19
Converting null literal or possible null value to non-nullable type.
|
|
build:
src/SourceFlow.ConsoleApp/Projections/AccountView.cs#L22
Cannot convert null literal to non-nullable reference type.
|
|
build:
src/SourceFlow.ConsoleApp/Impl/InMemoryRepository.cs#L26
Possible null reference argument for parameter 'result' in 'Task<TEntity> Task.FromResult<TEntity>(TEntity result)'.
|
|
build:
src/SourceFlow.ConsoleApp/Impl/InMemoryRepository.cs#L26
Converting null literal or possible null value to non-nullable type.
|
|
build:
src/SourceFlow.ConsoleApp/Projections/AccountViewModel.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.ConsoleApp/Impl/InMemoryViewRepository.cs#L26
Possible null reference argument for parameter 'result' in 'Task<TViewModel> Task.FromResult<TViewModel>(TViewModel result)'.
|
|
build:
src/SourceFlow.ConsoleApp/Impl/InMemoryViewRepository.cs#L26
Converting null literal or possible null value to non-nullable type.
|
|
build:
src/SourceFlow.ConsoleApp/Events/AccountPayload.cs#L8
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#L9
Non-nullable property 'ClosureReason' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|