Skip to content

chore: Bump Serilog from 4.3.0 to 4.3.1 #38

chore: Bump Serilog from 4.3.0 to 4.3.1

chore: Bump Serilog from 4.3.0 to 4.3.1 #38

Triggered via pull request May 26, 2026 20:32
Status Success
Total duration 3m 10s
Artifacts

ci.yml

on: pull_request
update-lock-files
17s
update-lock-files
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-test: TournamentAPI.IntegrationTests/GraphQL/Tests/Tournaments/TournamentQueryTests.cs#L26
Possible null reference argument for parameter 'collection' in 'void Assert.Contains<string>(string expected, IEnumerable<string> collection)'.
build-test: TournamentAPI.IntegrationTests/GraphQL/Tests/Users/UserMutationTests.cs#L41
Dereference of a possibly null reference.
build-test: TournamentAPI.IntegrationTests/GraphQL/Tests/Users/UserQueryTests.cs#L27
Possible null reference argument for parameter 'token' in 'void TestClient.SetAuthToken(string token)'.
build-test: TournamentAPI.IntegrationTests/GraphQL/Tests/Users/UserQueryTests.cs#L27
Dereference of a possibly null reference.
build-test: TournamentAPI.IntegrationTests/GraphQL/Tests/Users/UserQueryTests.cs#L27
Dereference of a possibly null reference.
build-test: TournamentAPI.IntegrationTests/IntegrationTestWebAppFactory.cs#L13
'MsSqlBuilder.MsSqlBuilder()' is obsolete: 'This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.'
build-test: TournamentAPI.LoadTests/LoadTestWebAppFactory.cs#L14
'MsSqlBuilder.MsSqlBuilder()' is obsolete: 'This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.'
build-test: TournamentAPI/Tournaments/TournamentMutations.cs#L150
Dereference of a possibly null reference.
build-test: TournamentAPI/Tournaments/TournamentMutations.cs#L116
Possible null reference assignment.
build-test: TournamentAPI/Users/UserMutations.cs#L48
Possible null reference argument for parameter 'user' in 'Task<bool> UserManager<ApplicationUser>.CheckPasswordAsync(ApplicationUser user, string password)'.