Skip to content

build(deps): bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0 in /src #429

build(deps): bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0 in /src

build(deps): bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0 in /src #429

Triggered via pull request August 26, 2024 23:35
Status Success
Total duration 4m 39s
Artifacts

dotnet-desktop-build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build: src/BSH.Service.Shared/IVSSRemoteObject.cs#L19
Rename interface 'IVSSRemoteObject' to match pascal case naming rules, consider using 'IVssRemoteObject'. (https://rules.sonarsource.com/csharp/RSPEC-101)
build: src/BSH.Engine/Security/Encryption.cs#L22
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
build: src/BSH.Engine/Jobs/DeleteJob.cs#L123
Define a constant instead of using this literal 'fileName' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
build: src/BSH.Engine/Jobs/DeleteSingleJob.cs#L101
Define a constant instead of using this literal 'fileName' 6 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
build: src/BSH.Engine/Jobs/DeleteSingleJob.cs#L102
Define a constant instead of using this literal 'filePath' 7 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
build: src/BSH.Engine/Jobs/RestoreJob.cs#L206
Define a constant instead of using this literal 'fileName' 5 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
build: src/BSH.Engine/QueryManager.cs#L253
Define a constant instead of using this literal 'SELECT a.versionID FROM versiontable a ' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
build: src/BSH.Engine/QueryManager.cs#L255
Define a constant instead of using this literal 'AND a.versionStatus = 0 ' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
build: src/BSH.Engine/QueryManager.cs#L258
Define a constant instead of using this literal 'AND filelink.versionID = a.versionID ' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
build: src/BSH.Engine/QueryManager.cs#L259
Define a constant instead of using this literal 'AND filetable.fileID = fileversiontable.fileID ' 5 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
build: src/BSH.Service.Shared/IVSSRemoteObject.cs#L19
Rename interface 'IVSSRemoteObject' to match pascal case naming rules, consider using 'IVssRemoteObject'. (https://rules.sonarsource.com/csharp/RSPEC-101)
build: src/PreviewHandlerFramework/StreamBasedPreviewHandler.cs#L24
Private classes which are not derived in the current assembly should be marked as 'sealed'. (https://rules.sonarsource.com/csharp/RSPEC-3260)
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.