Skip to content

feat(ui): add view models + settings logic #440

feat(ui): add view models + settings logic

feat(ui): add view models + settings logic #440

Triggered via pull request September 8, 2024 13:22
Status Success
Total duration 5m 16s
Artifacts

dotnet-desktop-build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/BSH.Service/VSS/XCopy.cs#L29
Cannot convert null literal to non-nullable reference type.
build: src/BSH.Service/VSS/XCopy.cs#L43
Non-nullable event 'Completed' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: src/BSH.Service/VSS/XCopy.cs#L43
Non-nullable event 'ProgressChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: src/BSH.Service/VSS/VssBackup.cs#L38
Non-nullable field '_backup' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/BSH.Service/VSS/VssBackup.cs#L38
Non-nullable field '_snap' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/BSH.Service/VSS/VssBackup.cs#L70
Cannot convert null literal to non-nullable reference type.
build: src/BSH.Service/VSS/VssBackup.cs#L76
Cannot convert null literal to non-nullable reference type.
build: src/BSH.Service/VSS/VssBackup.cs#L140
Possible null reference argument for parameter 'volumeName' in 'void Snapshot.AddVolume(string volumeName)'.
build: src/BSH.Service/VSS/Snapshot.cs#L27
Non-nullable field '_props' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/BSH.Service/VSS/VssBackup.cs#L288
Converting null literal or possible null value to non-nullable type.