Skip to content

build(deps): bump Microsoft.Windows.Compatibility from 8.0.7 to 8.0.8 in /src #428

build(deps): bump Microsoft.Windows.Compatibility from 8.0.7 to 8.0.8 in /src

build(deps): bump Microsoft.Windows.Compatibility from 8.0.7 to 8.0.8 in /src #428

Triggered via pull request August 19, 2024 23:22
Status Success
Total duration 3m 47s
Artifacts

dotnet-desktop-build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/BSH.Service/VSSService.cs#L31
Dereference of a possibly null reference.
build: src/BSH.Service/VSSService.cs#L22
Non-nullable field 'exception' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/BSH.Service/VSS/VssBackup.cs#L38
Non-nullable field '_backup' must contain a non-null value when exiting constructor. Consider 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 declaring the field as nullable.
build: src/BSH.Service/VSS/XCopy.cs#L29
Cannot convert null literal to non-nullable reference type.
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/XCopy.cs#L43
Non-nullable event 'Completed' must contain a non-null value when exiting constructor. Consider 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 declaring the event as nullable.
build: src/BSH.Service/VSS/VssBackup.cs#L140
Possible null reference argument for parameter 'volumeName' in 'void Snapshot.AddVolume(string volumeName)'.