Skip to content

Build

Build #5

Manually triggered January 17, 2024 08:25
Status Failure
Total duration 2m 56s
Artifacts

dotnet-desktop.yml

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

Annotations

1 error and 20 warnings
build (Release)
Too many retries.
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/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/ViewModels/ProjectViewModel.cs#L110
Non-nullable field '_projectManager' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
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/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/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
build (Release): Seed/Services/Implementations/LocalEngineDownloaderService.cs#L45
Non-nullable event 'ActionChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build (Release): Seed/Services/Implementations/LocalEngineDownloaderService.cs#L51
Non-nullable field '_currentAction' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.