Skip to content

Build

Build #7

Manually triggered January 17, 2024 20:02
Status Success
Total duration 4m 57s
Artifacts

dotnet-desktop.yml

on: workflow_dispatch
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build (Release): Seed/Converters/NullToDefaultImageConverter.cs#L15
Converting null literal or possible null value to non-nullable type.
build (Release): Seed/Converters/NullToDefaultImageConverter.cs#L15
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
build (Release): Seed/ZipHelpers.cs#L34
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build (Release): Seed/Converters/NullToDefaultImageConverter.cs#L11
Non-nullable property 'DefaultImagePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): Seed/Controls/Path.axaml.cs#L64
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (Release): Seed/ZipHelpers.cs#L71
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build (Release): Seed/ViewModels/SettingsViewModel.cs#L102
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '""' is not covered.
build (Release): Seed/ViewLocator.cs#L12
Dereference of a possibly null reference.
build (Release): Seed/ViewLocator.cs#L12
Dereference of a possibly null reference.
build (Release): Seed/Services/Implementations/ProjectManager.cs#L128
The variable 'ioe' is declared but never used
build (Release): Seed/Converters/NullToDefaultImageConverter.cs#L15
Converting null literal or possible null value to non-nullable type.
build (Release): Seed/Converters/NullToDefaultImageConverter.cs#L15
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
build (Release): Seed/Converters/NullToDefaultImageConverter.cs#L11
Non-nullable property 'DefaultImagePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): Seed/ZipHelpers.cs#L34
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build (Release): Seed/ZipHelpers.cs#L71
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build (Release): Seed/Controls/Path.axaml.cs#L64
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (Release): Seed/ViewLocator.cs#L12
Dereference of a possibly null reference.
build (Release): Seed/ViewLocator.cs#L12
Dereference of a possibly null reference.
build (Release): Seed/Services/Implementations/ProjectManager.cs#L128
The variable 'ioe' is declared but never used
build (Release): Seed/Services/Implementations/LocalEngineDownloaderService.cs#L75
The variable 'je' is declared but never used