Skip to content

Paged Resource list Model #1

Paged Resource list Model

Paged Resource list Model #1

Triggered via pull request March 12, 2024 19:26
@dstegelmandstegelman
synchronize #3
Status Success
Total duration 31s
Artifacts

main.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: CsuChhs.WebComponents/Api/Authentication/ApiKeyAuthenticationHandler.cs#L32
'ISystemClock' is obsolete: 'Use TimeProvider instead.'
build: CsuChhs.WebComponents/ResourceModels/Response.cs#L5
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CsuChhs.WebComponents/ResourceModels/PagedResponse.cs#L14
Non-nullable property 'FirstPage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CsuChhs.WebComponents/ResourceModels/PagedResponse.cs#L14
Non-nullable property 'LastPage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CsuChhs.WebComponents/ResourceModels/PagedResponse.cs#L14
Non-nullable property 'NextPage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CsuChhs.WebComponents/ResourceModels/PagedResponse.cs#L14
Non-nullable property 'PreviousPage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CsuChhs.WebComponents/Api/Authentication/ApiKeyAuthenticationHandler.cs#L33
'AuthenticationHandler<ApiKeyAuthenticationOptions>.AuthenticationHandler(IOptionsMonitor<ApiKeyAuthenticationOptions>, ILoggerFactory, UrlEncoder, ISystemClock)' is obsolete: 'ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.'
build: CsuChhs.WebComponents/Api/Authentication/ApiKeyAuthenticationHandler.cs#L38
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: CsuChhs.WebComponents/Helpers/PaginationHelper.cs#L21
Possible null reference assignment.
build: CsuChhs.WebComponents/Helpers/PaginationHelper.cs#L25
Possible null reference assignment.