feat(core): remove Ionic Zip dependency by using .NET implementation #381
Annotations
2 errors and 10 warnings
build
Canceling since a higher priority waiting request for 'refs/pull/301/merge' exists
|
build
The operation was canceled.
|
build:
src/BSH.Service/VSS/XCopy.cs#L29
Cannot convert null literal to non-nullable reference type.
|
build:
src/BSH.Service/VSS/Snapshot.cs#L27
Non-nullable field '_props' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
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.
|