Skip to content

Register manage

Register manage #7

Triggered via pull request August 15, 2024 21:58
Status Failure
Total duration 46s
Artifacts

dotnet_CI.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 12 warnings
test: AnalysisData/TestProject/Repository/RoleRepository/RoleRepositoryTests.cs#L2
The type or namespace name 'Model' does not exist in the namespace 'AnalysisData.UserManage' (are you missing an assembly reference?)
test: AnalysisData/TestProject/Repository/UserRepository/UserRepositoryTests.cs#L2
The type or namespace name 'Model' does not exist in the namespace 'AnalysisData.UserManage' (are you missing an assembly reference?)
test: AnalysisData/TestProject/Repository/RoleRepository/RoleRepositoryTests.cs#L2
The type or namespace name 'Model' does not exist in the namespace 'AnalysisData.UserManage' (are you missing an assembly reference?)
test: AnalysisData/TestProject/Repository/UserRepository/UserRepositoryTests.cs#L2
The type or namespace name 'Model' does not exist in the namespace 'AnalysisData.UserManage' (are you missing an assembly reference?)
test
Process completed with exit code 1.
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/Role.cs#L9
Non-nullable property 'RoleName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: AnalysisData/AnalysisData/UserManage/Model/User.cs#L9
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#L11
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: AnalysisData/AnalysisData/UserManage/Model/User.cs#L13
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: AnalysisData/AnalysisData/UserManage/Model/User.cs#L15
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: AnalysisData/AnalysisData/UserManage/Model/User.cs#L17
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: AnalysisData/AnalysisData/UserManage/Model/User.cs#L19
Non-nullable property 'PhoneNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: AnalysisData/AnalysisData/UserManage/Model/User.cs#L25
Non-nullable property 'Role' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: AnalysisData/AnalysisData/UserManage/RegisterModel/UserRegisterModel.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/RegisterModel/UserRegisterModel.cs#L6
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.