Feature/save graph #8
Annotations
4 errors and 16 warnings
test
Process completed with exit code 2.
|
test:
mohaymen-codestar-Team02_XUnitTest/Servies/DataAdminService/DataAdminServiceTest.cs#L2
The type or namespace name 'ModelData' does not exist in the namespace 'mohaymen_codestar_Team02.Services' (are you missing an assembly reference?)
|
test:
mohaymen-codestar-Team02_XUnitTest/Servies/DataAdminService/DataAdminServiceTest.cs#L2
The type or namespace name 'ModelData' does not exist in the namespace 'mohaymen_codestar_Team02.Services' (are you missing an assembly reference?)
|
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/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_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/DataAdminService/DataAdminServiceTest.cs#L31
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#L52
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#L41
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.
|