Skip to content

Add GetTodoByIdQuery #12

Add GetTodoByIdQuery

Add GetTodoByIdQuery #12

Triggered via push April 19, 2024 04:09
Status Success
Total duration 41s
Artifacts

dotnet-ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: JixMinApi/Features/Todo/Result.cs#L26
Type parameter 'T' has the same name as the type parameter from outer type 'Result<T>'
build: JixMinApi/Features/Todo/TodoEndpoints.cs#L106
Dereference of a possibly null reference.
build: JixMinApi/Features/Todo/Queries/GetTodoByIdQuery.cs#L47
Possible null reference argument for parameter 'value' in 'Result<TodoDto>.Result(TodoDto value)'.
build: JixMinApi/Features/Todo/Result.cs#L28
Converting null literal or possible null value to non-nullable type.
build: JixMinApi/Features/Todo/Result.cs#L29
Possible null reference argument for parameter 'value' in 'Result<T>.Result(T value)'.
build: JixMinApi/Features/Todo/Result.cs#L26
Type parameter 'T' has the same name as the type parameter from outer type 'Result<T>'
build: JixMinApi/Features/Todo/TodoEndpoints.cs#L106
Dereference of a possibly null reference.
build: JixMinApi/Features/Todo/Queries/GetTodoByIdQuery.cs#L47
Possible null reference argument for parameter 'value' in 'Result<TodoDto>.Result(TodoDto value)'.
build: JixMinApi/Features/Todo/Result.cs#L28
Converting null literal or possible null value to non-nullable type.
build: JixMinApi/Features/Todo/Result.cs#L29
Possible null reference argument for parameter 'value' in 'Result<T>.Result(T value)'.