build(deps): bump softprops/action-gh-release from 0.1.15 to 2.0.8 #404
Annotations
11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-java@v3, actions/setup-dotnet@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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 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/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/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)'.
|