fix: working-directory #16
Annotations
12 warnings
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/
|
|
Source/StaX.Desktop/Views/MainWindow.axaml.cs#L26
Dereference of a possibly null reference.
|
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).
|
Source/StaX.Desktop/Views/MainWindow.axaml.cs#L43
Dereference of a possibly null reference.
|
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).
|
Source/StaX.Desktop/Views/MainWindow.axaml.cs#L49
Dereference of a possibly null reference.
|
Source/StaX.Desktop/ServiceLocator.cs#L64
The variable 'ex' is declared but never used
|
Source/StaX.Desktop/ViewLocator.cs#L13
Dereference of a possibly null reference.
|
Source/StaX.Desktop/ServiceLocator.cs#L94
The variable 'ex' is declared but never used
|
Source/StaX.Desktop/Views/MainAppSplashScreen.cs#L51
Dereference of a possibly null reference.
|
Source/StaX.Desktop/ServiceLocator.cs#L111
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
The logs for this run have expired and are no longer available.
Loading