Skip to content

add: new icon

add: new icon #17

Triggered via push September 17, 2024 16:59
Status Success
Total duration 1m 24s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@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
No files were found with the provided path: $env.Wap_Project_Directory. No artifacts will be uploaded.
build: Source/StaX.Desktop/Views/MainWindow.axaml.cs#L26
Dereference of a possibly null reference.
build: Source/StaX.Desktop/Views/MainWindow.axaml.cs#L26
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.OnActualThemeVariantChanged(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build: Source/StaX.Desktop/Views/MainWindow.axaml.cs#L43
Dereference of a possibly null reference.
build: Source/StaX.Desktop/Views/MainWindow.axaml.cs#L43
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.OnActualThemeVariantChanged(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build: Source/StaX.Desktop/Views/MainWindow.axaml.cs#L49
Dereference of a possibly null reference.
build: Source/StaX.Desktop/Process/LazyUiState.cs#L63
Dereference of a possibly null reference.
build: Source/StaX.Desktop/Process/UiProcess.cs#L51
The variable 'ex' is declared but never used
build: Source/StaX.Desktop/Views/MainAppSplashScreen.cs#L51
Dereference of a possibly null reference.
build: Source/StaX.Desktop/Process/UiProcess.cs#L59
Converting null literal or possible null value to non-nullable type.
build: Source/StaX.Desktop/Process/UiProcess.cs#L64
Possible null reference argument for parameter 'State' in 'UiTransition.UiTransition(IUiState State, object? Parameter = null)'.