Skip to content

feat(dockerfile): auto migrate and adminer added #16

feat(dockerfile): auto migrate and adminer added

feat(dockerfile): auto migrate and adminer added #16

Triggered via pull request August 18, 2024 13:18
Status Success
Total duration 41s
Artifacts

dotnet_CI.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 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/User/UserManage/ResetPasswordModel/ResetPasswordModel.cs#L5
Non-nullable property 'NewPassword' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: AnalysisData/AnalysisData/User/UserManage/ResetPasswordModel/ResetPasswordModel.cs#L6
Non-nullable property 'ConfirmPassword' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: AnalysisData/AnalysisData/User/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/User/UserManage/RegisterModel/UserRegisterModel.cs#L6
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: AnalysisData/AnalysisData/User/UserManage/RegisterModel/UserRegisterModel.cs#L7
Non-nullable property 'ConfirmPassword' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: AnalysisData/AnalysisData/User/UserManage/RegisterModel/UserRegisterModel.cs#L9
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: AnalysisData/AnalysisData/User/UserManage/RegisterModel/UserRegisterModel.cs#L10
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: AnalysisData/AnalysisData/User/UserManage/RegisterModel/UserRegisterModel.cs#L11
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: AnalysisData/AnalysisData/User/UserManage/RegisterModel/UserRegisterModel.cs#L12
Non-nullable property 'PhoneNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: AnalysisData/AnalysisData/User/UserManage/RegisterModel/UserRegisterModel.cs#L13
Non-nullable property 'RoleName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.