Skip to content

Improve support for unsorted models and fix model handling issues (#39) #110

Improve support for unsorted models and fix model handling issues (#39)

Improve support for unsorted models and fix model handling issues (#39) #110

Triggered via push November 26, 2024 16:57
Status Failure
Total duration 4m 20s
Artifacts

build_test.yml

on: push

Annotations

3 errors and 10 warnings
build: tests/Services/DummyLLmFileManager.cs#L6
'DummyLLmFileManager' does not implement interface member 'ILLMFileManager.ModelsFolderPath'
build: tests/Services/DummyLLmFileManager.cs#L6
'DummyLLmFileManager' does not implement interface member 'ILLMFileManager.ModelsFolderPath'
build
Process completed with exit code 1.
build
The variable 'ex' is declared but never used
build
The variable 'ex' is declared but never used
build
The variable 'ex' is declared but never used
build
The variable 'ex' is declared but never used
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/Services/ModelInfo.cs#L3
'ModelInfo' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build: LM-Kit-Maestro/App.xaml.cs#L36
'Application.MainPage.set' is obsolete: 'This property is deprecated. Initialize your application by overriding Application.CreateWindow rather than setting MainPage. To modify the root page in an active application, use Windows[0].Page for applications with a single window. For applications with multiple windows, use Application.Windows to identify and update the root page on the correct window. Additionally, each element features a Window property, accessible when it's part of the current window.'
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.