fchore(CI): latest version of image added #9
Annotations
1 error and 13 warnings
version
Process completed with exit code 1.
|
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test:
AnalysisData/AnalysisData/UserManage/Model/UserRole.cs#L13
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test:
AnalysisData/AnalysisData/UserManage/Model/UserRole.cs#L17
Non-nullable property 'Role' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test:
AnalysisData/AnalysisData/UserManage/Model/User.cs#L14
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test:
AnalysisData/AnalysisData/UserManage/Model/User.cs#L18
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test:
AnalysisData/AnalysisData/UserManage/Model/Role.cs#L12
Non-nullable property 'RoleName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test:
AnalysisData/AnalysisData/UserManage/LoginModel/UserLoginModel.cs#L5
Non-nullable property 'userName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test:
AnalysisData/AnalysisData/UserManage/LoginModel/UserLoginModel.cs#L6
Non-nullable property 'password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test:
AnalysisData/AnalysisData/JwtService/JwtService.cs#L38
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
|
test:
AnalysisData/AnalysisData/JwtService/Controllers/IdentifyControllers.cs#L16
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
test:
AnalysisData/AnalysisData/Repository/UserRepository/UserRepository.cs#L20
Possible null reference return.
|
version
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, docker/login-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|