Skip to content

chore(deps-dev): bump @semantic-release/github from 9.2.6 to 10.0.3 #398

chore(deps-dev): bump @semantic-release/github from 9.2.6 to 10.0.3

chore(deps-dev): bump @semantic-release/github from 9.2.6 to 10.0.3 #398

Triggered via pull request April 8, 2024 01:40
Status Success
Total duration 2m 41s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.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)'.