Skip to content

.xml removed from coverlet.runsettings in workflow #7

.xml removed from coverlet.runsettings in workflow

.xml removed from coverlet.runsettings in workflow #7

Triggered via push October 4, 2025 13:31
Status Failure
Total duration 49s
Artifacts

dotnet-tests.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 22 warnings
test (UserManagementApi.Tests.Unit, UserManagementApi.Tests.Unit/UserManagementApi.Tests.Unit.csp...
The strategy configuration was canceled because "test.UserManagementApi_Tests_I" failed
test (UserManagementApi.Tests.Integration, UserManagementApi.Tests.Integration/UserManagementApi....
No files were found with the provided path: TestResults/UserManagementApi.Tests.Integration/**/coverage.info TestResults/UserManagementApi.Tests.Integration/**/*.trx. No artifacts will be uploaded.
test (UserManagementApi.Tests.Integration, UserManagementApi.Tests.Integration/UserManagementApi....: ApiIntegrationMvc/Areas/Home/Controllers/HomeController.cs#L22
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
test (UserManagementApi.Tests.Integration, UserManagementApi.Tests.Integration/UserManagementApi....: ApiIntegrationMvc/Areas/Account/Models/LoginViewModel.cs#L14
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test (UserManagementApi.Tests.Integration, UserManagementApi.Tests.Integration/UserManagementApi....: ApiIntegrationMvc/Areas/Account/Models/LoginViewModel.cs#L9
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test (UserManagementApi.Tests.Unit, UserManagementApi.Tests.Unit/UserManagementApi.Tests.Unit.csp...
No files were found with the provided path: TestResults/UserManagementApi.Tests.Unit/**/coverage.info TestResults/UserManagementApi.Tests.Unit/**/*.trx. No artifacts will be uploaded.
test (UserManagementApi.Tests.Unit, UserManagementApi.Tests.Unit/UserManagementApi.Tests.Unit.csp...: ApiIntegrationMvc/Areas/Account/Models/LoginViewModel.cs#L14
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test (UserManagementApi.Tests.Unit, UserManagementApi.Tests.Unit/UserManagementApi.Tests.Unit.csp...: ApiIntegrationMvc/Areas/Account/Models/LoginViewModel.cs#L9
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test (UserManagementApi.Tests.Unit, UserManagementApi.Tests.Unit/UserManagementApi.Tests.Unit.csp...: ApiIntegrationMvc/Areas/Home/Controllers/HomeController.cs#L22
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.