Skip to content

Switched launch command from MsixPackage to Project (#14) #21

Switched launch command from MsixPackage to Project (#14)

Switched launch command from MsixPackage to Project (#14) #21

Triggered via push November 22, 2024 13:40
Status Failure
Total duration 9m 6s
Artifacts

build_test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: LM-Kit-Maestro/Handlers/CustomEditorHandler.cs#L24
Cannot convert null literal to non-nullable reference type.
build: LM-Kit-Maestro/UI/ModelSelectionButton.xaml.cs#L33
'ModelSelectionButton.BackgroundColorProperty' hides inherited member 'VisualElement.BackgroundColorProperty'. Use the new keyword if hiding was intended.
build: LM-Kit-Maestro/Handlers/CustomEditorHandler.cs#L24
Cannot convert null literal to non-nullable reference type.
build: LM-Kit-Maestro/UI/ModelSelectionButton.xaml.cs#L33
'ModelSelectionButton.BackgroundColorProperty' hides inherited member 'VisualElement.BackgroundColorProperty'. Use the new keyword if hiding was intended.
build: LM-Kit-Maestro/UI/ModelSelectionButton.xaml.cs#L34
'ModelSelectionButton.BackgroundColor' hides inherited member 'VisualElement.BackgroundColor'. Use the new keyword if hiding was intended.
build: LM-Kit-Maestro/ViewModels/TranslationViewModel.cs#L52
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: LM-Kit-Maestro/UI/Razor/Components/UserInput.razor#L182
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: LM-Kit-Maestro/UI/Razor/Components/UserInput.razor#L199
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: LM-Kit-Maestro/UI/Razor/Components/UserInput.razor#L138
Non-nullable field '_input' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: LM-Kit-Maestro/UI/Razor/Components/ChatMessage.razor#L262
The variable 'ex' is declared but never used