Skip to content

Fix deploy action version extraction location #3

Fix deploy action version extraction location

Fix deploy action version extraction location #3

Triggered via push August 26, 2023 21:17
Status Failure
Total duration 58s
Artifacts

deploy.yml

on: push
deploy-sentry
49s
deploy-sentry
deploy-container
7s
deploy-container
Build & Test Debug
0s
Build & Test Debug
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
deploy-container
no such file: 'SS14.MapServer/SS14.MapServer/SS14.MapServer.csproj'
deploy-sentry: SS14.GithubApiHelper/Helpers/GithubWebhookHelper.cs#L40
Converting null literal or possible null value to non-nullable type.
deploy-sentry: SS14.GithubApiHelper/Helpers/GithubWebhookHelper.cs#L41
Dereference of a possibly null reference.
deploy-sentry: SS14.GithubApiHelper/Services/AbstractGithubApiService.cs#L54
Dereference of a possibly null reference.
deploy-sentry: SS14.GithubApiHelper/Services/AbstractGithubApiService.cs#L67
Dereference of a possibly null reference.
deploy-sentry: SS14.GithubApiHelper/Helpers/GithubAppTokenCredentialStore.cs#L35
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
deploy-sentry: SS14.MapServer/Services/MapService.cs#L47
The variable '_' is declared but never used
deploy-sentry: SS14.MapServer/Services/MapService.cs#L59
The variable '_' is declared but never used
deploy-sentry: SS14.MapServer/Services/FileManagementService.cs#L20
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
deploy-sentry: SS14.MapServer/Services/FileManagementService.cs#L63
The variable 'e' is declared but never used
deploy-sentry: SS14.MapServer/Models/DTOs/MapRendererData.cs#L9
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.