Skip to content

remove old folderpicker service code, use maui community toolkit serv… #81

remove old folderpicker service code, use maui community toolkit serv…

remove old folderpicker service code, use maui community toolkit serv… #81

Triggered via push November 25, 2024 08:23
Status Failure
Total duration 5m 18s
Artifacts

build_test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 21 warnings
build
The runtime pack for Microsoft.NETCore.App.Runtime.win-x64 was not downloaded. Try running a NuGet restore with the RuntimeIdentifier 'win-x64'.
build
Assets file 'D:\a\LM-Kit-Maestro\LM-Kit-Maestro\LM-Kit-Maestro\obj\project.assets.json' doesn't have a target for 'net9.0-maccatalyst/maccatalyst-arm64'. Ensure that restore has run and that you have included 'net9.0-maccatalyst' in the TargetFrameworks for your project. You may also need to include 'maccatalyst-arm64' in your project's RuntimeIdentifiers.
build
The runtime pack for Microsoft.NETCore.App.Runtime.win-x64 was not downloaded. Try running a NuGet restore with the RuntimeIdentifier 'win-x64'.
build
Assets file 'D:\a\LM-Kit-Maestro\LM-Kit-Maestro\LM-Kit-Maestro\obj\project.assets.json' doesn't have a target for 'net9.0-maccatalyst/maccatalyst-arm64'. Ensure that restore has run and that you have included 'net9.0-maccatalyst' in the TargetFrameworks for your project. You may also need to include 'maccatalyst-arm64' in your project's RuntimeIdentifiers.
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
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/Controls/StatefulContentView.cs#L7
Non-nullable event 'Pressed' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: LM-Kit-Maestro/Controls/StatefulContentView.cs#L8
Non-nullable event 'LongPressed' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: LM-Kit-Maestro/Controls/StatefulContentView.cs#L9
Non-nullable event 'Hovered' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: LM-Kit-Maestro/Controls/StatefulContentView.cs#L10
Non-nullable event 'HoverExited' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: LM-Kit-Maestro/Controls/StatefulContentView.cs#L11
Non-nullable event 'Tapped' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
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
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/Controls/StatefulContentView.cs#L7
Non-nullable event 'Pressed' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: LM-Kit-Maestro/Controls/StatefulContentView.cs#L8
Non-nullable event 'LongPressed' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: LM-Kit-Maestro/Controls/StatefulContentView.cs#L9
Non-nullable event 'Hovered' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.