Skip to content

Add/Edit Facility Form Validation #199

Add/Edit Facility Form Validation

Add/Edit Facility Form Validation #199

Triggered via pull request March 27, 2024 15:28
Status Failure
Total duration 3m 12s
Artifacts

dotnet-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
Run unit tests: tests/FMS.App.Tests/Helpers/ExportHelperTests.cs#L49
There is no argument given that corresponds to the required parameter 'reportType' of 'ExportHelper.ExportExcelAsByteArray<T>(IEnumerable<T>, ExportHelper.ReportType)'
Run unit tests: tests/FMS.App.Tests/Helpers/ExportHelperTests.cs#L65
There is no argument given that corresponds to the required parameter 'reportType' of 'ExportHelper.ExportExcelAsByteArray<T>(IEnumerable<T>, ExportHelper.ReportType)'
Run unit tests: tests/FMS.App.Tests/Helpers/ExportHelperTests.cs#L49
There is no argument given that corresponds to the required parameter 'reportType' of 'ExportHelper.ExportExcelAsByteArray<T>(IEnumerable<T>, ExportHelper.ReportType)'
Run unit tests: tests/FMS.App.Tests/Helpers/ExportHelperTests.cs#L65
There is no argument given that corresponds to the required parameter 'reportType' of 'ExportHelper.ExportExcelAsByteArray<T>(IEnumerable<T>, ExportHelper.ReportType)'
Run unit tests
Process completed with exit code 1.
Run unit tests: FMS.Infrastructure/Migrations/20240223163127_UpdateSPgetNearbyFacilities.cs#L46
Use 'Guid.NewGuid()' or 'Guid.Empty' or add arguments to this GUID instantiation. (https://rules.sonarsource.com/csharp/RSPEC-4581)
Run unit tests: FMS.Infrastructure/Repositories/FacilityRepository.cs#L307
Change this expression which always evaluates to the same result. (https://rules.sonarsource.com/csharp/RSPEC-2589)
Run unit tests: tests/FMS.Infrastructure.Tests/CabinetRepositoryTest.cs#L190
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)
Run unit tests: tests/FMS.Infrastructure.Tests/CabinetRepositoryTest.cs#L209
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)
Run unit tests: tests/FMS.Infrastructure.Tests/CabinetRepositoryTest.cs#L230
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)
Run unit tests: tests/FMS.Infrastructure.Tests/CabinetRepositoryTest.cs#L249
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)
Run unit tests: tests/FMS.Infrastructure.Tests/CabinetRepositoryTest.cs#L340
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)
Run unit tests: tests/FMS.Infrastructure.Tests/CabinetRepositoryTest.cs#L381
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)
Run unit tests: tests/FMS.Infrastructure.Tests/CabinetRepositoryTest.cs#L401
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)
Run unit tests: tests/FMS.Infrastructure.Tests/CabinetRepositoryTest.cs#L420
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)