Skip to content

feat(Test-Authentication): auth tests added #13

feat(Test-Authentication): auth tests added

feat(Test-Authentication): auth tests added #13

Triggered via push August 13, 2024 18:52
Status Success
Total duration 1m 48s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
The following actions use a deprecated Node.js version 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 use a deprecated Node.js version 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.
version
The following actions use a deprecated Node.js version 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/