Add GetTodoByIdQuery #12
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)'.
|