fix(query): add active versions filter to get oldest backup #314
Annotations
21 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v3, actions/setup-dotnet@v3, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
src/BSH.Engine/Exceptions/DatabaseFileNotUpdatedException.cs#L30
Member 'DatabaseFileNotUpdatedException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'DatabaseFileNotUpdatedException.GetObjectData(SerializationInfo, StreamingContext)'.
|
build:
src/BSH.Engine/Exceptions/DatabaseIncompatibleException.cs#L31
Member 'DatabaseIncompatibleException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'DatabaseIncompatibleException.GetObjectData(SerializationInfo, StreamingContext)'.
|
build:
src/BSH.Engine/Exceptions/DeviceContainsWrongStateException.cs#L30
Member 'DeviceContainsWrongStateException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'DeviceContainsWrongStateException.GetObjectData(SerializationInfo, StreamingContext)'.
|
build:
src/BSH.Engine/Exceptions/DeviceNotReadyException.cs#L30
Member 'DeviceNotReadyException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'DeviceNotReadyException.GetObjectData(SerializationInfo, StreamingContext)'.
|
build:
src/BSH.Engine/Exceptions/FileNotProcessedException.cs#L40
Member 'FileNotProcessedException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'FileNotProcessedException.GetObjectData(SerializationInfo, StreamingContext)'.
|
build:
src/BSH.Engine/Exceptions/NoSourceFolderSelectedException.cs#L30
Member 'NoSourceFolderSelectedException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'NoSourceFolderSelectedException.GetObjectData(SerializationInfo, StreamingContext)'.
|
build:
src/BSH.Engine/Exceptions/PasswordRequiredException.cs#L30
Member 'PasswordRequiredException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'PasswordRequiredException.GetObjectData(SerializationInfo, StreamingContext)'.
|
build:
src/BSH.Engine/Exceptions/TaskRunningException.cs#L30
Member 'TaskRunningException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'TaskRunningException.GetObjectData(SerializationInfo, StreamingContext)'.
|
build:
src/BSH.Engine/Exceptions/TaskRunningException.cs#L25
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
build:
src/BSH.Engine/Exceptions/TaskRunningException.cs#L32
'Exception.GetObjectData(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
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/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/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)'.
|