Skip to content

Update main.yml

Update main.yml #18

Triggered via push January 4, 2024 04:16
Status Failure
Total duration 5m 29s
Artifacts

main.yml

on: push
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 66 warnings
build-and-test (windows-latest, 8.0.x)
Process completed with exit code 1.
build-and-test (windows-latest, 7.0.x)
Process completed with exit code 1.
build-and-test (windows-latest, 6.0.x)
The operation was canceled.
build-and-test (windows-latest, 8.0.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: Nuget/setup-nuget@v1.0.5. 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 (windows-latest, 8.0.x): FootBallManagerV2Test/Controller/UsesControllerTest.cs#L32
Non-nullable field '_context2' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test (windows-latest, 8.0.x): FootBallManagerV2Test/Controller/CauthuControllerTest.cs#L42
Cannot convert null literal to non-nullable reference type.
build-and-test (windows-latest, 8.0.x): FootBallManagerV2Test/Controller/CauthuControllerTest.cs#L43
Cannot convert null literal to non-nullable reference type.
build-and-test (windows-latest, 8.0.x): FootBallManagerV2Test/Controller/CauthuControllerTest.cs#L51
Cannot convert null literal to non-nullable reference type.
build-and-test (windows-latest, 8.0.x): FootBallManagerV2Test/Controller/CauthuControllerTest.cs#L55
Cannot convert null literal to non-nullable reference type.
build-and-test (windows-latest, 8.0.x): FootBallManagerV2Test/Controller/CauthuControllerTest.cs#L66
Cannot convert null literal to non-nullable reference type.
build-and-test (windows-latest, 8.0.x): FootBallManagerV2Test/Controller/CauthuControllerTest.cs#L67
Cannot convert null literal to non-nullable reference type.
build-and-test (windows-latest, 8.0.x): FootBallManagerV2Test/Controller/CauthuControllerTest.cs#L75
Cannot convert null literal to non-nullable reference type.
build-and-test (windows-latest, 8.0.x): FootBallManagerV2Test/Controller/CauthuControllerTest.cs#L79
Cannot convert null literal to non-nullable reference type.
build-and-test (windows-latest, 8.0.x): FootBallManagerV2Test/Controller/UsesControllerTest.cs#L84
Cannot convert null literal to non-nullable reference type.
build-and-test (windows-latest, 8.0.x): 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 (windows-latest, 8.0.x): FootBallManagerAPI/Program.cs#L6
The using directive for 'FootBallManagerAPI.Repositories' appeared previously in this namespace
build-and-test (windows-latest, 8.0.x): 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 (windows-latest, 8.0.x): 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 (windows-latest, 8.0.x): 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 (windows-latest, 8.0.x): 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 (windows-latest, 8.0.x): 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 (windows-latest, 8.0.x): 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 (windows-latest, 8.0.x): 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 (windows-latest, 8.0.x): 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 (windows-latest, 8.0.x)
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 (windows-latest, 7.0.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: Nuget/setup-nuget@v1.0.5. 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 (windows-latest, 7.0.x): 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 (windows-latest, 7.0.x): FootBallManagerAPI/Program.cs#L6
The using directive for 'FootBallManagerAPI.Repositories' appeared previously in this namespace
build-and-test (windows-latest, 7.0.x): 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 (windows-latest, 7.0.x): 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 (windows-latest, 7.0.x): FootBallManagerAPI/Controllers/UsersController.cs#L54
The variable 'ex' is declared but never used
build-and-test (windows-latest, 7.0.x): FootBallManagerAPI/Controllers/UsersController.cs#L233
Converting null literal or possible null value to non-nullable type.
build-and-test (windows-latest, 7.0.x): FootBallManagerAPI/Controllers/UsersController.cs#L262
Converting null literal or possible null value to non-nullable type.
build-and-test (windows-latest, 7.0.x): FootBallManagerAPI/Controllers/UsersController.cs#L288
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.
build-and-test (windows-latest, 7.0.x): FootBallManagerAPI/Controllers/UsersController.cs#L289
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.
build-and-test (windows-latest, 7.0.x): 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 (windows-latest, 7.0.x): FootBallManagerAPI/Program.cs#L6
The using directive for 'FootBallManagerAPI.Repositories' appeared previously in this namespace
build-and-test (windows-latest, 7.0.x): 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 (windows-latest, 7.0.x): 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 (windows-latest, 7.0.x): FootBallManagerAPI/Controllers/UsersController.cs#L54
The variable 'ex' is declared but never used
build-and-test (windows-latest, 7.0.x): FootBallManagerAPI/Controllers/UsersController.cs#L233
Converting null literal or possible null value to non-nullable type.
build-and-test (windows-latest, 7.0.x): FootBallManagerAPI/Controllers/UsersController.cs#L262
Converting null literal or possible null value to non-nullable type.
build-and-test (windows-latest, 7.0.x): FootBallManagerAPI/Controllers/UsersController.cs#L288
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.
build-and-test (windows-latest, 7.0.x): FootBallManagerAPI/Controllers/UsersController.cs#L289
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.
build-and-test (windows-latest, 7.0.x)
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 (windows-latest, 6.0.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: Nuget/setup-nuget@v1.0.5. 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 (windows-latest, 6.0.x): 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 (windows-latest, 6.0.x): FootBallManagerAPI/Program.cs#L6
The using directive for 'FootBallManagerAPI.Repositories' appeared previously in this namespace
build-and-test (windows-latest, 6.0.x): 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 (windows-latest, 6.0.x): 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 (windows-latest, 6.0.x): 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 (windows-latest, 6.0.x): 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 (windows-latest, 6.0.x): 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 (windows-latest, 6.0.x): 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 (windows-latest, 6.0.x): 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 (windows-latest, 6.0.x): 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 (windows-latest, 6.0.x): 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 (windows-latest, 6.0.x): FootBallManagerAPI/Program.cs#L6
The using directive for 'FootBallManagerAPI.Repositories' appeared previously in this namespace
build-and-test (windows-latest, 6.0.x): 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 (windows-latest, 6.0.x): 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 (windows-latest, 6.0.x): FootBallManagerAPI/Controllers/UsersController.cs#L54
The variable 'ex' is declared but never used
build-and-test (windows-latest, 6.0.x): FootBallManagerAPI/Controllers/UsersController.cs#L233
Converting null literal or possible null value to non-nullable type.
build-and-test (windows-latest, 6.0.x): FootBallManagerAPI/Controllers/UsersController.cs#L262
Converting null literal or possible null value to non-nullable type.
build-and-test (windows-latest, 6.0.x): FootBallManagerAPI/Controllers/UsersController.cs#L288
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.
build-and-test (windows-latest, 6.0.x): FootBallManagerAPI/Controllers/UsersController.cs#L289
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.
build-and-test (windows-latest, 6.0.x)
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/