Skip to content

fix(Data Structure): Fixed crashes due to missing record IDs in DB an… #85

fix(Data Structure): Fixed crashes due to missing record IDs in DB an…

fix(Data Structure): Fixed crashes due to missing record IDs in DB an… #85

Triggered via push August 29, 2024 10:21
Status Success
Total duration 1m 58s
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/EAV/Repository/UserFileRepository.cs#L34
Nullability of reference types in return type of 'Task<IEnumerable<UserFile>> UserFileRepository.GetByFileIdAsync(int fileId)' doesn't match implicitly implemented member 'Task<IEnumerable<UserFile?>> IUserFileRepository.GetByFileIdAsync(int fileId)'.
test: AnalysisData/AnalysisData/Migrations/20240828085133_init.cs#L10
The type name 'init' only contains lower-cased ascii characters. Such names may become reserved for the language.
test: AnalysisData/AnalysisData/Migrations/20240828085133_init.Designer.cs#L16
The type name 'init' only contains lower-cased ascii characters. Such names may become reserved for the language.
test: AnalysisData/AnalysisData/User/UserManage/UserPaginationModel/UserPaginationModel.cs#L5
Non-nullable property 'Guid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: AnalysisData/AnalysisData/User/UserManage/UserPaginationModel/UserPaginationModel.cs#L7
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: AnalysisData/AnalysisData/User/UserManage/UserPaginationModel/UserPaginationModel.cs#L8
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: AnalysisData/AnalysisData/User/UserManage/UserPaginationModel/UserPaginationModel.cs#L9
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: AnalysisData/AnalysisData/User/UserManage/UserPaginationModel/UserPaginationModel.cs#L10
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: AnalysisData/AnalysisData/User/UserManage/UserPaginationModel/UserPaginationModel.cs#L11
Non-nullable property 'PhoneNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: AnalysisData/AnalysisData/User/UserManage/UserPaginationModel/UserPaginationModel.cs#L12
Non-nullable property 'RoleName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
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/