[WIP] Address feedback on DTOs and soft-delete audit trail refactor #28
Annotations
10 errors and 8 warnings
|
Build solution
Cannot convert lambda expression to intended delegate type because some of the return types in the block are not implicitly convertible to the delegate return type
|
|
Build solution:
src/Web/Components/IssueForm.razor#L26
The name 'IssueStatus' does not exist in the current context
|
|
Build solution:
src/Web/Components/IssueForm.razor#L25
The name 'IssueStatus' does not exist in the current context
|
|
Build solution:
src/Web/Components/IssueForm.razor#L24
The name 'IssueStatus' does not exist in the current context
|
|
Build solution:
src/Api/Handlers/UpdateIssueHandler.cs#L28
The type or namespace name 'Issue' could not be found (are you missing a using directive or an assembly reference?)
|
|
Build solution
Cannot convert lambda expression to intended delegate type because some of the return types in the block are not implicitly convertible to the delegate return type
|
|
Build solution:
src/Web/Components/IssueForm.razor#L26
The name 'IssueStatus' does not exist in the current context
|
|
Build solution:
src/Web/Components/IssueForm.razor#L25
The name 'IssueStatus' does not exist in the current context
|
|
Build solution:
src/Web/Components/IssueForm.razor#L24
The name 'IssueStatus' does not exist in the current context
|
|
Build solution:
src/Api/Handlers/UpdateIssueHandler.cs#L28
The type or namespace name 'Issue' could not be found (are you missing a using directive or an assembly reference?)
|
|
Build solution:
src/Shared/Domain/Issue.cs#L19
Parameter 'UpdatedAt' is unread. Did you forget to use it to initialize the property with that name?
|
|
Build solution:
src/Shared/Domain/Issue.cs#L18
Parameter 'CreatedAt' is unread. Did you forget to use it to initialize the property with that name?
|
|
Build solution:
src/Shared/Domain/Issue.cs#L17
Parameter 'Status' is unread. Did you forget to use it to initialize the property with that name?
|
|
Build solution:
src/Shared/Domain/Issue.cs#L16
Parameter 'Description' is unread. Did you forget to use it to initialize the property with that name?
|
|
Build solution:
src/Shared/Domain/Issue.cs#L19
Parameter 'UpdatedAt' is unread. Did you forget to use it to initialize the property with that name?
|
|
Build solution:
src/Shared/Domain/Issue.cs#L18
Parameter 'CreatedAt' is unread. Did you forget to use it to initialize the property with that name?
|
|
Build solution:
src/Shared/Domain/Issue.cs#L17
Parameter 'Status' is unread. Did you forget to use it to initialize the property with that name?
|
|
Build solution:
src/Shared/Domain/Issue.cs#L16
Parameter 'Description' is unread. Did you forget to use it to initialize the property with that name?
|
background
wait
wait-all
cancel
Loading