Skip to content

fix issues on api testing #14

fix issues on api testing

fix issues on api testing #14

Triggered via push June 6, 2024 12:38
Status Success
Total duration 1m 53s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Server/TournamentManager.Application/CrudService/CrudService.cs#L43
Possible null reference return.
build: Server/TournamentManager.Application/CrudService/CrudService.cs#L54
Possible null reference return.
build: Server/TournamentManager.Application/PouleService/PouleService.cs#L27
Dereference of a possibly null reference.
build: Server/TournamentManager.Application/PouleService/PouleService.cs#L44
Nullable value type may be null.
build: Server/TournamentManager.Application/PouleService/PouleService.cs#L59
Dereference of a possibly null reference.
build: Server/TournamentManager.Application/PouleService/PouleService.cs#L74
Nullable value type may be null.
build: Server/TournamentManager.Application/PouleService/PouleService.cs#L82
Nullable value type may be null.
build: Server/TournamentManager.Infrastructure/Repository/Repository.cs#L37
Possible null reference return.
build: Server/TournamentManager.Application.Test/CrudTestService.cs#L118
Dereference of a possibly null reference.
build: Server/TournamentManager.Application.Test/CrudTestService.cs#L149
Converting null literal or possible null value to non-nullable type.