chore(deps-dev): bump @semantic-release/commit-analyzer from 11.1.0 to 12.0.0 #395
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:
test/TicketingService.Storage.PgSqlMarten.Tests/MartenTicketingTests.cs#L71
Dereference of a possibly null reference.
|
Build:
test/TicketingService.Storage.PgSqlMarten.Tests/MartenTicketingTests.cs#L71
Dereference of a possibly null reference.
|
Build:
test/TicketingService.Storage.PgSqlMarten.Tests/MartenTicketingTests.cs#L71
Do not use Assert.False() to check for substrings. Use Assert.DoesNotContain instead. (https://xunit.net/xunit.analyzers/rules/xUnit2009)
|
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.
|