Skip to content

Add Permission Authorization & Assign Role #15

Add Permission Authorization & Assign Role

Add Permission Authorization & Assign Role #15

Triggered via pull request October 25, 2024 03:41
Status Failure
Total duration 42s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build: src/SearchBugs.Api/Endpoints/UserEndpoints.cs#L27
The type or namespace name 'AssignRoleCommand' could not be found (are you missing a using directive or an assembly reference?)
build: src/SearchBugs.Api/Endpoints/UserEndpoints.cs#L27
The type or namespace name 'AssignRoleCommand' could not be found (are you missing a using directive or an assembly reference?)
build
Process completed with exit code 1.
build: src/Shared/Data/SqlQueryExecutor.cs#L39
Possible null reference return.
build: src/Shared/Options/ConnectionStringSetup.cs#L21
Possible null reference assignment.
build: src/SearchBugs.Domain/Users/UserRole.cs#L11
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SearchBugs.Domain/Git/MergeResult.cs#L6
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SearchBugs.Domain/Git/MergeResult.cs#L7
Non-nullable property 'CommitSha' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SearchBugs.Domain/Git/GitTreeItem.cs#L5
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SearchBugs.Domain/Git/GitTreeItem.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SearchBugs.Domain/Git/GitTreeItem.cs#L7
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SearchBugs.Domain/Bugs/TimeTracking.cs#L21
Non-nullable property 'BugId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SearchBugs.Domain/Bugs/TimeTracking.cs#L21
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.