Skip to content

fix(User):fix login

fix(User):fix login #3

Triggered via pull request August 13, 2024 11:55
Status Success
Total duration 28s
Artifacts

dotnet_CI.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 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/CookieService/CookieService.cs#L32
Dereference of a possibly null reference.
test: AnalysisData/AnalysisData/CookieService/CookieService.cs#L37
Dereference of a possibly null reference.
test: AnalysisData/AnalysisData/CookieService/CookieService.cs#L38
Possible null reference return.