build(deps): bump Serilog.Sinks.Debug from 2.0.0 to 3.0.0 in /src #389
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.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/Storage/FileSystemStorage.cs#L266
Change return type to 'void'; not a single caller uses the returned value. (https://rules.sonarsource.com/csharp/RSPEC-3241)
|
build:
src/BSH.Engine/Storage/FTPStorage.cs#L50
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)
|
build:
src/BSH.Engine/Storage/FTPStorage.cs#L201
Define a constant instead of using this literal 'backup.bshv' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
build:
src/BSH.Engine/Win32.cs#L42
Rename this enumeration to match the regular expression: '^([A-Z]{1,3}[a-z0-9]+)*([A-Z]{2})?s$'. (https://rules.sonarsource.com/csharp/RSPEC-2342)
|
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/PreviewHandlerFramework/COMInterop/LOGFONT.cs#L10
Rename class 'LOGFONT' to match pascal case naming rules, consider using 'Logfont'. (https://rules.sonarsource.com/csharp/RSPEC-101)
|
build:
src/PreviewHandlerFramework/COMInterop/MSG.cs#L13
Remove the unused private field 'hwnd'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|
build:
src/PreviewHandlerFramework/COMInterop/MSG.cs#L15
Remove the unused private field 'wParam'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|
build:
src/PreviewHandlerFramework/COMInterop/MSG.cs#L16
Remove the unused private field 'lParam'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|
build:
src/PreviewHandlerFramework/COMInterop/MSG.cs#L11
Rename struct 'MSG' to match pascal case naming rules, consider using 'Msg'. (https://rules.sonarsource.com/csharp/RSPEC-101)
|
build:
src/PreviewHandlerFramework/COMInterop/COLORREF.cs#L11
Rename struct 'COLORREF' to match pascal case naming rules, consider using 'Colorref'. (https://rules.sonarsource.com/csharp/RSPEC-101)
|
build:
src/PreviewHandlerFramework/COMInterop/RECT.cs#L11
Rename struct 'RECT' to match pascal case naming rules, consider using 'Rect'. (https://rules.sonarsource.com/csharp/RSPEC-101)
|
build:
src/PreviewHandlerFramework/PreviewHandler.cs#L17
Make '_previewControl' 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2933)
|