Skip to content

build(deps): bump Quartz from 3.7.0 to 3.8.0 in /src #292

build(deps): bump Quartz from 3.7.0 to 3.8.0 in /src

build(deps): bump Quartz from 3.7.0 to 3.8.0 in /src #292

Triggered via pull request January 8, 2024 23:52
Status Success
Total duration 5m 18s
Artifacts

dotnet-desktop-build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
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/VSS/XCopy.cs#L29
Cannot convert null literal to non-nullable reference type.
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#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)'.