Build #6
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/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/ViewModels/CommandLineOptionsViewModel.cs#L27
Non-nullable field '_arguments' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build (Release):
Seed/ViewModels/CommandLineOptionsViewModel.cs#L27
Non-nullable field '_title' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
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/ViewModels/ProjectViewModel.cs#L120
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/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
|