chore(deps-dev): bump semantic-release from 23.0.6 to 23.0.8 #399
Annotations
2 errors and 10 warnings
Build
The job running on runner GitHub Actions 3 has exceeded the maximum execution time of 360 minutes.
|
Build
The operation was canceled.
|
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.Monitoring/ConnectionStrings.cs#L8
Non-nullable property 'Ticketing' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/TicketingService.Monitoring/NotificationBackgroundService.cs#L11
Non-nullable property 'WhitelistedRegistries' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/TicketingService.Monitoring/NotificationBackgroundService.cs#L12
Non-nullable property 'BlacklistedActions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/TicketingService.Monitoring/StartupExtensions.cs#L49
Possible null reference argument for parameter 'topicArn' in 'NotificationService.NotificationService(IAmazonSimpleNotificationService amazonSimpleNotificationService, string topicArn)'.
|