Skip to content

Merge pull request #254 from gaepdit/253-update-nuget-packages #116

Merge pull request #254 from gaepdit/253-update-nuget-packages

Merge pull request #254 from gaepdit/253-update-nuget-packages #116

Triggered via push October 30, 2023 17:19
Status Success
Total duration 6m 11s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Analyze with SonarCloud
5m 57s
Analyze with SonarCloud
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze with SonarCloud: FMS.Domain/Entities/FacilityType.cs#L31
Pass a timeout to limit the execution time. (https://rules.sonarsource.com/csharp/RSPEC-6444)
Analyze with SonarCloud: FMS.Domain/Entities/File.cs#L34
The collection-specific "TrueForAll" method should be used instead of the "All" extension (https://rules.sonarsource.com/csharp/RSPEC-6603)
Analyze with SonarCloud: FMS.Domain/Entities/File.cs#L51
Pass a timeout to limit the execution time. (https://rules.sonarsource.com/csharp/RSPEC-6444)
Analyze with SonarCloud: FMS.Infrastructure/Repositories/FacilityRepository.cs#L195
The collection-specific "TrueForAll" method should be used instead of the "All" extension (https://rules.sonarsource.com/csharp/RSPEC-6603)
Analyze with SonarCloud: FMS.Infrastructure/Repositories/FacilityRepository.cs#L243
The collection-specific "TrueForAll" method should be used instead of the "All" extension (https://rules.sonarsource.com/csharp/RSPEC-6603)
Analyze with SonarCloud: FMS/Pages/Facilities/Map.cshtml.cs#L45
Refactor this method to reduce its Cognitive Complexity from 27 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
Analyze with SonarCloud: FMS/Pages/Account/Index.cshtml.cs#L21
'System.Exception' should not be thrown by user code. (https://rules.sonarsource.com/csharp/RSPEC-112)
Analyze with SonarCloud: FMS/Pages/Account/ExternalLogin.cshtml.cs#L180
Change this condition so that it does not always evaluate to 'True'. (https://rules.sonarsource.com/csharp/RSPEC-2589)
Analyze with SonarCloud: tests/FMS.Infrastructure.Tests/FileRepositoryTests.cs#L242
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
Analyze with SonarCloud: tests/FMS.Infrastructure.Tests/FacilityRepositoryTests.cs#L439
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)