Skip to content

Restoring kv version (#170) #120

Restoring kv version (#170)

Restoring kv version (#170) #120

Triggered via push July 17, 2024 06:46
Status Failure
Total duration 8m 58s
Artifacts 2
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 12 warnings
call-reusable-build-and-deploy / deploy-api
Failed to deploy web package to App Service.
call-reusable-build-and-deploy / deploy-api
Deployment Failed, Package deployment using ZIP Deploy failed. Refer logs for more details.
call-reusable-build-and-deploy / build
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/variable-substitution@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
call-reusable-build-and-deploy / build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: microsoft/variable-substitution@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
call-reusable-build-and-deploy / build: src/Shared/ChatMessage.cs#L6
Non-nullable property 'Role' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
call-reusable-build-and-deploy / build: src/Shared/ChatMessage.cs#L6
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
call-reusable-build-and-deploy / build: src/Shared/ChatLinkedListItem.cs#L9
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
call-reusable-build-and-deploy / build: src/Shared/ChatLinkedList.cs#L20
Possible null reference argument for parameter 'previous' in 'ChatLinkedListItem.ChatLinkedListItem(ChatMessage message, ChatLinkedListItem previous, AvailableGptModels gptModel)'.
call-reusable-build-and-deploy / build: src/WebUI/Services/UserService.cs#L17
Non-nullable event 'OnAuthenticationStateChangedEvent' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
call-reusable-build-and-deploy / build: src/WebUI/Program.cs#L73
Argument of type 'string?[]' cannot be used for parameter 'authorizedUrls' of type 'IEnumerable<string>' in 'AuthorizationMessageHandler AuthorizationMessageHandler.ConfigureHandler(IEnumerable<string> authorizedUrls, IEnumerable<string>? scopes = null, string? returnUrl = null)' due to differences in the nullability of reference types.
call-reusable-build-and-deploy / build: src/WebUI/Program.cs#L78
Argument of type 'string?[]' cannot be used for parameter 'authorizedUrls' of type 'IEnumerable<string>' in 'AuthorizationMessageHandler AuthorizationMessageHandler.ConfigureHandler(IEnumerable<string> authorizedUrls, IEnumerable<string>? scopes = null, string? returnUrl = null)' due to differences in the nullability of reference types.
call-reusable-build-and-deploy / build: src/WebUI/Components/MultilineInput.razor#L24
Dereference of a possibly null reference.
call-reusable-build-and-deploy / build: src/WebUI/Components/MultilineInput.razor#L22
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.

Artifacts

Produced during runtime
Name Size
.net-app-api Expired
23.7 MB
.net-app-webui Expired
18 MB