Skip to content

Refactor test project #26

Refactor test project

Refactor test project #26

Triggered via pull request January 10, 2025 11:53
Status Success
Total duration 1m 20s
Artifacts

unit_tests.yml

on: pull_request
build-and-test
1m 8s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build-and-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build-and-test: pimi-connect-api/pimi-connect-api.Tests/Shared/TestSettings.cs#L6
Non-nullable property 'ConnectionStringName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: pimi-connect-api/pimi-connect-api.Tests/Shared/TestSettings.cs#L7
Non-nullable property 'MigrationsAssemblyName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: pimi-connect-api/pimi-connect-api.Tests/ControllersTests/Base/ControllerTestsBase.cs#L31
Possible null reference argument for parameter 'testDbContext' in 'TestHelper.TestHelper(AppDbContext testDbContext, IMapper mapper)'.
build-and-test: pimi-connect-api/pimi-connect-api.Tests/ControllersTests/Base/ControllerTestsBase.cs#L31
Possible null reference argument for parameter 'mapper' in 'TestHelper.TestHelper(AppDbContext testDbContext, IMapper mapper)'.
build-and-test: pimi-connect-api/pimi-connect-api.Tests/ControllersTests/Base/ControllerTestsBase.cs#L22
Non-nullable property 'Configuration' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: pimi-connect-api/pimi-connect-api.Tests/ControllersTests/Base/ControllerTestsBase.cs#L22
Non-nullable property 'Settings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: pimi-connect-api/pimi-connect-api.Tests/ControllersTests/Base/ControllerTestsBase.cs#L22
Non-nullable property 'ExistingIds' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: pimi-connect-api/pimi-connect-api.Tests/ControllersTests/AttachmentControllerTests.cs#L10
Non-nullable field '_attachmentController' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test: pimi-connect-api/pimi-connect-api.Tests/ControllersTests/UserControllerTests.cs#L10
Non-nullable field '_userController' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.