App icon update #79
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
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.
|