Skip to content

chore(deps-dev): bump @commitlint/prompt from 19.1.0 to 19.2.0 #391

chore(deps-dev): bump @commitlint/prompt from 19.1.0 to 19.2.0

chore(deps-dev): bump @commitlint/prompt from 19.1.0 to 19.2.0 #391

Triggered via pull request March 27, 2024 12:44
Status Success
Total duration 3m 45s
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: 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/Program.cs#L40
Possible null reference argument for parameter 'connectionString' in 'IServiceCollection ServiceCollectionExtensions.AddMartenTicketing(IServiceCollection services, string connectionString)'.
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.