Open Account + Confirm Email + Define pass #6
Annotations
9 warnings
|
tests/Account.UnitTests/Business/UseCases/OpenAccountUseCaseTests.cs#L17
Type 'OpenAccountUseCaseTests' owns disposable field(s) '_db' but is not disposable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1001)
|
|
tests/Account.UnitTests/Business/UseCases/OpenAccountUseCaseTests.cs#L159
Exception type System.Exception is not sufficiently specific (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2201)
|
|
tests/MarketData.UnitTests/Business/UseCases/SearchStocksUseCaseTests.cs#L97
Possible null reference argument for parameter 'source' in 'ValueTask<List<Stock>> AsyncEnumerable.ToListAsync<Stock>(IAsyncEnumerable<Stock> source, CancellationToken cancellationToken = default(CancellationToken))'.
|
|
tests/MarketData.UnitTests/Business/UseCases/GetQuotesUseCaseTests.cs#L99
Possible null reference argument for parameter 'source' in 'ValueTask<List<Quote>> AsyncEnumerable.ToListAsync<Quote>(IAsyncEnumerable<Quote> source, CancellationToken cancellationToken = default(CancellationToken))'.
|
|
tests/MarketData.UnitTests/Business/UseCases/SearchStocksUseCaseTests.cs#L48
Possible null reference argument for parameter 'source' in 'ValueTask<List<Stock>> AsyncEnumerable.ToListAsync<Stock>(IAsyncEnumerable<Stock> source, CancellationToken cancellationToken = default(CancellationToken))'.
|
|
tests/MarketData.UnitTests/Business/UseCases/GetQuotesUseCaseTests.cs#L47
Possible null reference argument for parameter 'source' in 'ValueTask<List<Quote>> AsyncEnumerable.ToListAsync<Quote>(IAsyncEnumerable<Quote> source, CancellationToken cancellationToken = default(CancellationToken))'.
|
|
src/Account/Infra/Consumers/SendAccountOpenedEmailConsumer.cs#L33
Remove the unused local variable 'emailBody'. (https://rules.sonarsource.com/csharp/RSPEC-1481)
|
|
src/Account/Domain/Investor.cs#L15
Remove the unused private setter 'set_Gender'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|
|
src/Shared/Extensions/EnumExtensions.cs#L15
Merge this if statement with the enclosing one. (https://rules.sonarsource.com/csharp/RSPEC-1066)
|
The logs for this run have expired and are no longer available.
Loading