⬆️ Update to .NET 9 (#173) #122
stage-build-deploy.yml
on: push
call-reusable-build-and-deploy
/
build
2m 39s
call-reusable-build-and-deploy
/
deploy-api
1m 40s
call-reusable-build-and-deploy
/
deploy-webui
1m 58s
Annotations
13 warnings
|
call-reusable-build-and-deploy / build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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/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/Models/DataState.cs#L32
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.
|
|
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 adding the 'required' modifier or declaring the event as nullable.
|
|
call-reusable-build-and-deploy / build:
src/WebUI/Shared/MainLayout.razor#L180
The variable 'e' is declared but never used
|
|
call-reusable-build-and-deploy / build:
src/WebUI/SignalRClient.cs#L44
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.
|
|
call-reusable-build-and-deploy / deploy-api
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
call-reusable-build-and-deploy / deploy-webui
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
.net-app-api
Expired
|
26.5 MB |
sha256:46275cce06609a88ab072c457923a0ffc737a2896848176d88e3c3b07e059aa7
|
|
|
.net-app-webui
Expired
|
19.7 MB |
sha256:7a779e85b830082f81ce176bf60bcafc292fd230304517a22e736ca236f47b6d
|
|