Skip to content

Linux Build and deploy ASP.Net Core app to Azure Web App - webapp-virtual-teacher #13

Linux Build and deploy ASP.Net Core app to Azure Web App - webapp-virtual-teacher

Linux Build and deploy ASP.Net Core app to Azure Web App - webapp-virtual-teacher #13

Manually triggered December 18, 2024 18:51
Status Failure
Total duration 1m 5s
Artifacts

main_webapp-virtual-teacher.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build
Process completed with exit code 1.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: VirtualTeacherGenAIDemo.Server/Controllers/TestParseDocument.cs#L64
The variable 'ex' is declared but never used
build: VirtualTeacherGenAIDemo.Server/Models/Request/DeleteMessageRequest.cs#L5
Non-nullable property 'MessageId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: VirtualTeacherGenAIDemo.Server/Models/Request/DeleteMessageRequest.cs#L6
Non-nullable property 'SessionId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: VirtualTeacherGenAIDemo.Server/Controllers/FileUploadController.cs#L46
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: VirtualTeacherGenAIDemo.Server/Services/LocalizationService.cs#L22
Possible null reference return.
build: VirtualTeacherGenAIDemo.Server/Services/FileUploadService.cs#L55
The variable 'ex' is declared but never used
build: VirtualTeacherGenAIDemo.Server/Controllers/TestParseDocument.cs#L64
The variable 'ex' is declared but never used
build: VirtualTeacherGenAIDemo.Server/Models/Request/DeleteMessageRequest.cs#L5
Non-nullable property 'MessageId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: VirtualTeacherGenAIDemo.Server/Models/Request/DeleteMessageRequest.cs#L6
Non-nullable property 'SessionId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: VirtualTeacherGenAIDemo.Server/Controllers/FileUploadController.cs#L46
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
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.