Skip to content

Fix edge tiles not being proper size #19

Fix edge tiles not being proper size

Fix edge tiles not being proper size #19

Re-run triggered October 6, 2024 17:13
Status Success
Total duration 1m 26s
Artifacts

build-test.yml

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

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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/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.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.MapServer/Security/ApiKeyHandler.cs#L22
'ISystemClock' is obsolete: 'Use TimeProvider instead.'
build: SS14.MapServer/Controllers/GitHubWebhookController.cs#L321
'PatchedPushEventPayload.Before' hides inherited member 'PushEventPayload.Before'. Use the new keyword if hiding was intended.
build: SS14.MapServer/Controllers/GitHubWebhookController.cs#L321
Non-nullable property 'Before' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SS14.MapServer/Controllers/GitHubWebhookController.cs#L322
Non-nullable property 'After' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SS14.MapServer/Controllers/GitHubWebhookController.cs#L323
Non-nullable property 'Ref' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.