Merge pull request #27 from KYJKY/master #33
Annotations
11 warnings
Build with dotnet:
Shared/DataTransferObject/OutputDto/PostPostPhotoDto.cs#L17
Non-nullable property 'PostPhotos' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
Repository/Models/UserRepository.cs#L24
Dereference of a possibly null reference.
|
Build with dotnet:
Repository/Models/UserRepository.cs#L24
Possible null reference return.
|
Build with dotnet:
Repository/Models/ProfileRepository.cs#L27
Possible null reference return.
|
Build with dotnet:
Repository/Models/PostRepository.cs#L25
Possible null reference return.
|
Build with dotnet:
Service/Models/UserService.cs#L20
Non-nullable field '_mapper' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build with dotnet:
Service/Models/AuthenticationService.cs#L43
Possible null reference argument for parameter 'roles' in 'Task<IdentityResult> UserManager<User>.AddToRolesAsync(User user, IEnumerable<string> roles)'.
|
Build with dotnet:
Service/Models/ProfileService.cs#L49
Possible null reference return.
|
Build with dotnet:
Service/Models/AuthenticationService.cs#L74
Dereference of a possibly null reference.
|
Build with dotnet:
Service/Models/AuthenticationService.cs#L88
Dereference of a possibly null reference.
|
dotnet publish
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
Loading