Skip to content

clipboard async bug and code smells #4766

clipboard async bug and code smells

clipboard async bug and code smells #4766

Triggered via pull request July 31, 2023 12:36
Status Success
Total duration 7m 46s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build
/home/runner/work/***/***/***/***.foundation.native/Trash/Helpers/MacOSTrashBindingHelper.cs(91,25): warning S6640: Make sure that using "unsafe" is safe here. [/home/runner/work/***/***/***/***.foundation.native/***.foundation.native.csproj]
build
/home/runner/work/***/***/***/***.foundation.native/Trash/Helpers/MacOSTrashBindingHelper.cs(102,25): warning S6640: Make sure that using "unsafe" is safe here. [/home/runner/work/***/***/***/***.foundation.native/***.foundation.native.csproj]
build
/home/runner/work/***/***/***/***.foundation.platform/Helpers/AppSettingsCompareHelper.cs(22,36): warning S3776: Refactor this method to reduce its Cognitive Complexity from 20 to the 15 allowed. [/home/runner/work/***/***/***/***.foundation.platform/***.foundation.platform.csproj]
build
/home/runner/work/***/***/***/***.foundation.databasetelemetry/Helpers/TelemetryConfigurationHelper.cs(16,7): warning S1215: Refactor the code to remove this use of 'GC.Collect'. [/home/runner/work/***/***/***/***.foundation.databasetelemetry/***.foundation.databasetelemetry.csproj]
build
/home/runner/work/***/***/***/***.foundation.database/Query/QueryCollections.cs(34,48): warning S1135: Complete the task associated to this 'TODO' comment. [/home/runner/work/***/***/***/***.foundation.database/***.foundation.database.csproj]
build
/home/runner/work/***/***/***/***.foundation.database/Helpers/FileIndexCompareHelper.cs(20,36): warning S3776: Refactor this method to reduce its Cognitive Complexity from 27 to the 15 allowed. [/home/runner/work/***/***/***/***.foundation.database/***.foundation.database.csproj]
build
/home/runner/work/***/***/***/***.foundation.database/Helpers/FileIndexCompareHelper.cs(177,26): warning S6605: Collection-specific "Exists" method should be used instead of the "Any" extension. [/home/runner/work/***/***/***/***.foundation.database/***.foundation.database.csproj]
build
/home/runner/work/***/***/***/***.feature.search/ViewModels/SearchViewModel.cs(278,50): warning S6561: Avoid using "DateTime.Now" for benchmarking or timespan calculation operations. [/home/runner/work/***/***/***/***.feature.search/***.feature.search.csproj]
build
/home/runner/work/***/***/***/***.feature.search/Services/SearchSuggestionsService.cs(60,20): warning S1155: Use '.Any()' to test whether this 'IEnumerable<***.foundation.database.Models.FileIndexItem>' is empty or not. [/home/runner/work/***/***/***/***.feature.search/***.feature.search.csproj]
build
/home/runner/work/***/***/***/***.foundation.storage/ArchiveFormats/Zipper.cs(25,7): warning S1135: Complete the task associated to this 'TODO' comment. [/home/runner/work/***/***/***/***.foundation.storage/***.foundation.storage.csproj]