Skip to content

Merge branch 'main' of https://github.com/tuonghuynh11/FootBallManagerV2 #3

Merge branch 'main' of https://github.com/tuonghuynh11/FootBallManagerV2

Merge branch 'main' of https://github.com/tuonghuynh11/FootBallManagerV2 #3

Triggered via push December 18, 2023 16:05
Status Success
Total duration 14m 47s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

23 warnings
build-and-test
The following actions uses node12 which is deprecated and will be forced to run on node16: Nuget/setup-nuget@v1.0.5, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-and-test: FootBallManagerAPI/Entities/FootBallManagerV2Context.cs#L79
#warning: 'To protect potentially sensitive information in your connection string, you should move it out of source code. You can avoid scaffolding the connection string by using the Name= syntax to read it from configuration - see https://go.microsoft.com/fwlink/?linkid=2131148. For more guidance on storing connection strings, see http://go.microsoft.com/fwlink/?LinkId=723263.'
build-and-test: FootBallManagerAPI/Program.cs#L6
The using directive for 'FootBallManagerAPI.Repositories' appeared previously in this namespace
build-and-test: FootBallManagerAPI/Models/APIResponse.cs#L6
Non-nullable property 'message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: FootBallManagerAPI/Models/APIResponse.cs#L8
Non-nullable property 'data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: FootBallManagerAPI/Models/TokenModel.cs#L5
Non-nullable property 'accessToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: FootBallManagerAPI/Models/TokenModel.cs#L6
Non-nullable property 'refreshToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: FootBallManagerAPI/Models/ResetPassword.cs#L6
Non-nullable property 'NewPassword' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: FootBallManagerAPI/Models/LoginUser.cs#L5
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: FootBallManagerAPI/Models/LoginUser.cs#L6
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: FootBallManagerAPI/Models/FootBallTeamJoin.cs#L13
Non-nullable property 'HINHANH' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test
No files were found with the provided path: publish/*.exe. No artifacts will be uploaded.
build-and-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-test: FootBallManagerAPI/Entities/FootBallManagerV2Context.cs#L79
#warning: 'To protect potentially sensitive information in your connection string, you should move it out of source code. You can avoid scaffolding the connection string by using the Name= syntax to read it from configuration - see https://go.microsoft.com/fwlink/?linkid=2131148. For more guidance on storing connection strings, see http://go.microsoft.com/fwlink/?LinkId=723263.'
build-and-test: FootBallManagerAPI/Program.cs#L6
The using directive for 'FootBallManagerAPI.Repositories' appeared previously in this namespace
build-and-test: FootBallManagerAPI/Models/APIResponse.cs#L6
Non-nullable property 'message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: FootBallManagerAPI/Models/APIResponse.cs#L8
Non-nullable property 'data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: FootBallManagerAPI/Repository/UserRolesRepository.cs#L51
Possible null reference return.
build-and-test: FootBallManagerAPI/Controllers/UsersController.cs#L54
The variable 'ex' is declared but never used
build-and-test: FootBallManagerAPI/Controllers/UsersController.cs#L233
Converting null literal or possible null value to non-nullable type.
build-and-test: FootBallManagerAPI/Controllers/UsersController.cs#L262
Converting null literal or possible null value to non-nullable type.
build-and-test: FootBallManagerAPI/Controllers/UsersController.cs#L288
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.
build-and-test: FootBallManagerAPI/Controllers/UsersController.cs#L289
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.