Skip to content

More reverse proxy config settings #7

More reverse proxy config settings

More reverse proxy config settings #7

Triggered via pull request September 21, 2023 08:37
Status Success
Total duration 1m 16s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build-test.yml

on: pull_request
Build & Test Debug
0s
Build & Test Debug
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: SS14.GithubApiHelper/Helpers/GithubWebhookHelper.cs#L40
Converting null literal or possible null value to non-nullable type.
build: SS14.GithubApiHelper/Helpers/GithubWebhookHelper.cs#L41
Dereference of a possibly null reference.
build: 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.
build: SS14.GithubApiHelper/Services/AbstractGithubApiService.cs#L54
Dereference of a possibly null reference.
build: SS14.GithubApiHelper/Services/AbstractGithubApiService.cs#L67
Dereference of a possibly null reference.
build: SS14.MapServer/BuildRunners/ContainerService.cs#L33
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.
build: SS14.MapServer/Controllers/GitHubWebhookController.cs#L298
Non-nullable property 'Before' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: SS14.MapServer/Controllers/GitHubWebhookController.cs#L299
Non-nullable property 'After' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: SS14.MapServer/Controllers/GitHubWebhookController.cs#L300
Non-nullable property 'Ref' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: SS14.MapServer/Controllers/GitHubWebhookController.cs#L70
Dereference of a possibly null reference.