Skip to content

Add integration tests for dbcontext #2

Add integration tests for dbcontext

Add integration tests for dbcontext #2

Triggered via push March 23, 2024 14:39
Status Success
Total duration 40s
Artifacts

build-ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/CozyFileService.Application/Models/Mail/Email.cs#L5
Non-nullable property 'To' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/CozyFileService.Application/Models/Mail/Email.cs#L6
Non-nullable property 'Subject' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/CozyFileService.Application/Models/Mail/Email.cs#L7
Non-nullable property 'Body' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/CozyFileService.Application/Features/ManageFiles/Commands/CreateFile/CreateFileDto.cs#L6
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/CozyFileService.Application/Features/ManageFiles/Commands/CreateFile/CreateFileDto.cs#L7
Non-nullable property 'FileType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/CozyFileService.Application/Features/ManageFiles/Commands/CreateFile/CreateFileDto.cs#L8
Non-nullable property 'FilePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/CozyFileService.Persistence/CozyFileServiceDbContext.cs#L12
Non-nullable field '_loggedInUserService' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/CozyFileService.Persistence/Repositories/BaseRepository.cs#L17
Possible null reference return.
build: src/CozyFileService.WebApi/Services/LoggedInUserService.cs#L14
Possible null reference return.
build: src/CozyFileService.WebApi/Services/LoggedInUserService.cs#L16
Possible null reference return.