chore(deps-dev): bump @semantic-release/npm from 11.0.3 to 12.0.1 #400
Annotations
10 warnings
Build:
src/TicketingService.Abstractions/TicketResult.cs#L79
'TicketError' defines 'Equals' but not 'GetHashCode'
|
Build:
src/TicketingService.Abstractions/TicketResult.cs#L84
Dereference of a possibly null reference.
|
Build:
src/TicketingService.Abstractions/TicketResult.cs#L85
Dereference of a possibly null reference.
|
Build:
src/TicketingService.Abstractions/TicketResult.cs#L86
Dereference of a possibly null reference.
|
Build:
src/TicketingService.Abstractions/TicketResult.cs#L86
Dereference of a possibly null reference.
|
Build:
src/TicketingService.Abstractions/TicketResult.cs#L81
Change this condition so that it does not always evaluate to 'False'. Some code paths are unreachable. (https://rules.sonarsource.com/csharp/RSPEC-2583)
|
Build:
src/TicketingService/Program.cs#L40
Possible null reference argument for parameter 'connectionString' in 'IServiceCollection ServiceCollectionExtensions.AddMartenTicketing(IServiceCollection services, string connectionString)'.
|
Build:
src/TicketingService/Endpoints/Handlers.cs#L17
Remove this useless assignment to local variable 'ticketId'. (https://rules.sonarsource.com/csharp/RSPEC-1854)
|
Build:
src/TicketingService/Program.cs#L45
Make sure that this logger's configuration is safe. (https://rules.sonarsource.com/csharp/RSPEC-4792)
|
Build:
test/TicketingService.Storage.PgSqlMarten.Tests/MartenTicketingTests.cs#L71
Dereference of a possibly null reference.
|
Loading