chore(deps-dev): bump @semantic-release/github from 9.2.6 to 10.0.2 #396
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.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)'.
|
Build:
test/TicketingService.Storage.PgSqlMarten.Tests/MartenTicketingTests.cs#L71
Dereference of a possibly null reference.
|