Merge pull request #2 from KYJKY/master #6
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Service/Models/ProfileService.cs#L35
The variable 'ex' is declared but never used
|
Service/Models/CommentService.cs#L36
The variable 'ex' is declared but never used
|
Service/Models/PostService.cs#L35
The variable 'ex' is declared but never used
|
Service/Models/LikeService.cs#L35
The variable 'ex' is declared but never used
|
Service/Models/AuthenticationService.cs#L34
Possible null reference argument for parameter 'password' in 'Task<IdentityResult> UserManager<User>.CreateAsync(User user, string password)'.
|
Service/Models/AuthenticationService.cs#L36
Possible null reference argument for parameter 'roles' in 'Task<IdentityResult> UserManager<User>.AddToRolesAsync(User user, IEnumerable<string> roles)'.
|
Service/Models/PostPhotoService.cs#L35
The variable 'ex' is declared but never used
|
EveryPinApi/Extensions/ServiceExtensions.cs#L9
The using directive for 'Service.Contracts' appeared previously in this namespace
|
EveryPinApi/Migrations/20240116141216_refactor-model.cs#L10
The type name 'refactormodel' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
EveryPinApi/Migrations/20240116141216_refactor-model.Designer.cs#L16
The type name 'refactormodel' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
|
The logs for this run have expired and are no longer available.
Loading