feat: update header text for clarity in README #49
ci.yml
on: push
Build & Test
2m 57s
SonarCloud
3m 19s
Annotations
10 warnings
|
SonarCloud:
CopyPaste.Core/SqliteRepository.cs#L218
Define a constant instead of using this literal '@unknownType' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
|
SonarCloud:
CopyPaste.Core/UpdateChecker.cs#L26
Refactor your code not to use hardcoded absolute paths or URIs. (https://rules.sonarsource.com/csharp/RSPEC-1075)
|
|
SonarCloud:
CopyPaste.Core/WindowsThumbnailExtractor.cs#L240
Rename struct 'BITMAPINFO' to match pascal case naming rules, consider using 'Bitmapinfo'. (https://rules.sonarsource.com/csharp/RSPEC-101)
|
|
SonarCloud:
CopyPaste.Core/WindowsThumbnailExtractor.cs#L224
Rename struct 'BITMAPINFOHEADER' to match pascal case naming rules, consider using 'Bitmapinfoheader'. (https://rules.sonarsource.com/csharp/RSPEC-101)
|
|
SonarCloud:
CopyPaste.Core/WindowsThumbnailExtractor.cs#L212
Rename struct 'BITMAP' to match pascal case naming rules, consider using 'Bitmap'. (https://rules.sonarsource.com/csharp/RSPEC-101)
|
|
SonarCloud:
CopyPaste.Core/WindowsThumbnailExtractor.cs#L205
Rename struct 'SIZE' to match pascal case naming rules, consider using 'Size'. (https://rules.sonarsource.com/csharp/RSPEC-101)
|
|
SonarCloud:
CopyPaste.Core/WindowsThumbnailExtractor.cs#L13
Rename 'ResizeToFit' to 'None'. (https://rules.sonarsource.com/csharp/RSPEC-2346)
|
|
SonarCloud:
CopyPaste.Core/WindowsThumbnailExtractor.cs#L11
Rename the enumeration 'SIIGBF' to match the regular expression: '^([A-Z]{1,3}[a-z0-9]+)*([A-Z]{2})?s$'. (https://rules.sonarsource.com/csharp/RSPEC-2342)
|
|
SonarCloud:
CopyPaste.Core/AppLogger.cs#L33
Make this an auto-implemented property and remove its backing field. (https://rules.sonarsource.com/csharp/RSPEC-2292)
|
|
SonarCloud:
CopyPaste.Core/BackupService.cs#L105
Update this method so that its implementation is not identical to 'ValidateBackup'. (https://rules.sonarsource.com/csharp/RSPEC-4144)
|