Skip to content

Adds initial Dashboard index page #1247

Adds initial Dashboard index page

Adds initial Dashboard index page #1247

Triggered via pull request July 8, 2026 00:00
Status Failure
Total duration 2m 37s
Artifacts

dotnet-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
Run unit tests: tests/FMS.App.Tests/Account/AccountIndexTests.cs#L25
There is no argument given that corresponds to the required parameter 'id' of 'IndexModel.OnGetAsync(Guid?)'
Run unit tests: tests/FMS.App.Tests/Account/AccountIndexTests.cs#L23
There is no argument given that corresponds to the required parameter 'listHelper' of 'IndexModel.IndexModel(IUserService, ISelectListHelper)'
Run unit tests: tests/FMS.Infrastructure.Tests/OrganizationalUnitRepositoryTest.cs#L148
There is no argument given that corresponds to the required parameter 'programId' of 'OrganizationalUnitRepository.UpdateOrganizationalUnitAsync(Guid, OrganizationalUnitEditDto, Guid?)'
Run unit tests: tests/FMS.Infrastructure.Tests/OrganizationalUnitRepositoryTest.cs#L137
There is no argument given that corresponds to the required parameter 'programId' of 'OrganizationalUnitRepository.UpdateOrganizationalUnitAsync(Guid, OrganizationalUnitEditDto, Guid?)'
Run unit tests: tests/FMS.Infrastructure.Tests/ParcelTypeRepositoryTests.cs#L104
Argument 1: cannot convert from 'FMS.Domain.Dto.UserPositionCreateDto' to 'FMS.Domain.Dto.ParcelTypeCreateDto'
Run unit tests: tests/FMS.App.Tests/Account/AccountIndexTests.cs#L25
There is no argument given that corresponds to the required parameter 'id' of 'IndexModel.OnGetAsync(Guid?)'
Run unit tests: tests/FMS.App.Tests/Account/AccountIndexTests.cs#L23
There is no argument given that corresponds to the required parameter 'listHelper' of 'IndexModel.IndexModel(IUserService, ISelectListHelper)'
Run unit tests: tests/FMS.Infrastructure.Tests/OrganizationalUnitRepositoryTest.cs#L148
There is no argument given that corresponds to the required parameter 'programId' of 'OrganizationalUnitRepository.UpdateOrganizationalUnitAsync(Guid, OrganizationalUnitEditDto, Guid?)'
Run unit tests: tests/FMS.Infrastructure.Tests/OrganizationalUnitRepositoryTest.cs#L137
There is no argument given that corresponds to the required parameter 'programId' of 'OrganizationalUnitRepository.UpdateOrganizationalUnitAsync(Guid, OrganizationalUnitEditDto, Guid?)'
Run unit tests: tests/FMS.Infrastructure.Tests/ParcelTypeRepositoryTests.cs#L104
Argument 1: cannot convert from 'FMS.Domain.Dto.UserPositionCreateDto' to 'FMS.Domain.Dto.ParcelTypeCreateDto'
Run unit tests: FMS.Domain/Dto/SourceStatus/SourceStatusSummaryDto.cs#L27
Remove this commented out code.
Run unit tests: FMS.Domain/Dto/SoilStatus/SoilStatusSummaryDto.cs#L27
Remove this commented out code.
Run unit tests: FMS.Domain/Dto/Parcel/ParcelCreateDto.cs#L21
Remove this commented out code.
Run unit tests: FMS.Domain/Dto/FundingSource/FundingSourceSummaryDto.cs#L25
Remove this commented out code.
Run unit tests: FMS.Domain/Dto/FundingSource/FundingSourceEditDto.cs#L33
Remove this commented out code.
Run unit tests: FMS.Domain/Dto/Contact/ContactCreateDto.cs#L47
Remove this commented out code.
Run unit tests: FMS.Domain/Dto/Contact/ContactSummaryDto.cs#L121
The variable 'e' is declared but never used
Run unit tests: FMS.Domain/Dto/Contact/ContactSummaryDto.cs#L117
The variable 'e' is declared but never used
Run unit tests: FMS.Domain/Dto/Reports/EventReportSpecDto.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Run unit tests: FMS.Domain/Dto/Reports/SiteSummaryQuerySpec.cs#L49
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.