Add serilog #14
Annotations
6 warnings
build:
JixMinApi/Features/Todo/Queries/GetTodoByIdQuery.cs#L46
Possible null reference argument for parameter 'value' in 'Result<TodoDto>.Result(TodoDto value)'.
|
build:
JixMinApi/Features/Todo/Result.cs#L33
Converting null literal or possible null value to non-nullable type.
|
build:
JixMinApi/Features/Todo/Result.cs#L34
Possible null reference argument for parameter 'value' in 'Result<T>.Result(T value)'.
|
build:
JixMinApi/Features/Todo/Queries/GetTodoByIdQuery.cs#L46
Possible null reference argument for parameter 'value' in 'Result<TodoDto>.Result(TodoDto value)'.
|
build:
JixMinApi/Features/Todo/Result.cs#L33
Converting null literal or possible null value to non-nullable type.
|
build:
JixMinApi/Features/Todo/Result.cs#L34
Possible null reference argument for parameter 'value' in 'Result<T>.Result(T value)'.
|