Add Search and Filter & Refactor #44
Annotations
1 error and 21 warnings
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3, docker/setup-buildx-action@v2, docker/build-push-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
mohaymen-codestar-Team02/Models/Graph/Edge.cs#L8
Nullability of reference types in return type of 'string? Edge.Source.get' doesn't match implicitly implemented member 'string IEdge<string>.Source.get' (possibly because of nullability attributes).
|
mohaymen-codestar-Team02/Models/Graph/Edge.cs#L9
Nullability of reference types in return type of 'string? Edge.Target.get' doesn't match implicitly implemented member 'string IEdge<string>.Target.get' (possibly because of nullability attributes).
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
mohaymen-codestar-Team02/Dto/User/LoginUserDto.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.
|
|
|
|
|
|
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading