Skip to content

Feature/save graph

Feature/save graph #22

Triggered via pull request August 24, 2024 08:27
Status Failure
Total duration 47s
Artifacts

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
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/Controllers/DataAdminController.cs#L18
Non-nullable field '_dataService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
test: mohaymen-codestar-Team02/Controllers/DataAdminController.cs#L38
The variable 'e' is declared but never used
test: mohaymen-codestar-Team02/Controllers/DataAdminController.cs#L56
Dereference of a possibly null reference.
test: mohaymen-codestar-Team02/Controllers/DataAdminController.cs#L62
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
test: mohaymen-codestar-Team02/Controllers/DataAdminController.cs#L68
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
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.