This repository has been archived by the owner on Apr 20, 2024. It is now read-only.
Bump version #3
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/Controllers/GitHubWebhookController.cs#L297
'PatchedPushEventPayload.Before' hides inherited member 'PushEventPayload.Before'. Use the new keyword if hiding was intended.
|
Build:
SS14.MapServer/Security/ApiKeyHandler.cs#L22
'ISystemClock' is obsolete: 'Use TimeProvider instead.'
|
Build:
SS14.MapServer/Controllers/GitHubWebhookController.cs#L297
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#L298
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#L299
Non-nullable property 'Ref' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading