Added messageController and Tests #17
Annotations
1 error and 11 warnings
build-and-test
Process completed with exit code 1.
|
build-and-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-and-test:
pimi-connect-api/pimi-connect-api.API/Services/MessageService.cs#L67
Dereference of a possibly null reference.
|
build-and-test:
pimi-connect-api/pimi-connect-api.API/Services/AttachmentService.cs#L98
Possible null reference argument for parameter 'entity' in 'EntityEntry<AttachmentEntity> DbSet<AttachmentEntity>.Remove(AttachmentEntity entity)'.
|
build-and-test:
pimi-connect-api/pimi-connect-api.API/Services/UserService.cs#L127
Possible null reference argument for parameter 'entity' in 'EntityEntry<UserEntity> DbSet<UserEntity>.Remove(UserEntity entity)'.
|
build-and-test:
pimi-connect-api/pimi-connect-api.UnitTests/Shared/TestSettings.cs#L6
Non-nullable property 'ConnectionStringName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-test:
pimi-connect-api/pimi-connect-api.UnitTests/Shared/TestSettings.cs#L7
Non-nullable property 'MigrationsAssemblyName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-test:
pimi-connect-api/pimi-connect-api.UnitTests/Base/ControllerUnitTestsBase.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.UnitTests/Base/ControllerUnitTestsBase.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.UnitTests/Base/ControllerUnitTestsBase.cs#L22
Non-nullable property 'Configuration' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-test:
pimi-connect-api/pimi-connect-api.UnitTests/Base/ControllerUnitTestsBase.cs#L22
Non-nullable property 'Settings' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-test:
pimi-connect-api/pimi-connect-api.UnitTests/Base/ControllerUnitTestsBase.cs#L22
Non-nullable property 'ExistingIds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|