Skip to content

feat(user): structure of authentication User added (#1) #5

feat(user): structure of authentication User added (#1)

feat(user): structure of authentication User added (#1) #5

Triggered via push August 13, 2024 07:41
Status Success
Total duration 42s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
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/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/JwtService/JwtService.cs#L38
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
version
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/