Skip to content

Feature/save graph

Feature/save graph #14

Triggered via pull request August 20, 2024 15:26
Status Failure
Total duration 54s
Artifacts

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 16 warnings
test
Process completed with exit code 2.
test
Process completed with exit code 1.
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: mohaymen-codestar-Team02_XUnitTest/Servies/DataAdminService/DataAdminServiceTest.cs#L29
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead.
test: mohaymen-codestar-Team02_XUnitTest/Servies/DataAdminService/DataAdminServiceTest.cs#L39
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead.
test: mohaymen-codestar-Team02_XUnitTest/Servies/DataAdminService/DataAdminServiceTest.cs#L50
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead.
test: mohaymen-codestar-Team02_XUnitTest/Servies/StorData/StoreDataServiceTest.cs#L48
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead.
test: mohaymen-codestar-Team02_XUnitTest/Servies/StorData/StoreDataServiceTest.cs#L61
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead.
test: mohaymen-codestar-Team02/Dto/UserRole/DeleteUserRoleDto.cs#L7
Non-nullable property 'RoleType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: mohaymen-codestar-Team02/Dto/UserRole/DeleteUserRoleDto.cs#L8
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: mohaymen-codestar-Team02/Dto/UserRole/AddUserRoleDto.cs#L7
Non-nullable property 'RoleType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: mohaymen-codestar-Team02/Dto/UserRole/AddUserRoleDto.cs#L8
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: mohaymen-codestar-Team02/Dto/User/UpdateUserDto.cs#L5
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: mohaymen-codestar-Team02/Dto/User/UpdateUserDto.cs#L7
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: mohaymen-codestar-Team02/Dto/User/UpdateUserDto.cs#L9
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: mohaymen-codestar-Team02/Dto/User/GetUserDto.cs#L17
Non-nullable property 'Roles' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: mohaymen-codestar-Team02/Dto/User/DeleteUserDto.cs#L5
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: mohaymen-codestar-Team02/Dto/User/RegisterUserDto.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.