feat(User) : add regex class and exception #17
Annotations
11 warnings
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/
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
AnalysisData/AnalysisData/UserManage/ResetPasswordModel/ResetPasswordModel.cs#L5
Non-nullable property 'NewPassword' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AnalysisData/AnalysisData/UserManage/ResetPasswordModel/ResetPasswordModel.cs#L6
Non-nullable property 'ConfirmPassword' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job succeeded
Loading