[WIP] Plan implementation for backend documentation updates - #20
Merged
Annotations
10 warnings
|
backend/src/Taskdeck.Domain/Entities/ArchiveItem.cs#L20
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
backend/src/Taskdeck.Domain/Entities/ArchiveItem.cs#L20
Non-nullable property 'EntityType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
backend/src/Taskdeck.Domain/Entities/ChatMessage.cs#L18
Non-nullable property 'MessageType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
backend/src/Taskdeck.Domain/Entities/ChatMessage.cs#L18
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
backend/src/Taskdeck.Domain/Entities/ChatSession.cs#L16
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
backend/src/Taskdeck.Domain/Entities/CommandRun.cs#L22
Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
backend/src/Taskdeck.Domain/Entities/CommandRun.cs#L22
Non-nullable property 'TemplateName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
backend/src/Taskdeck.Domain/Entities/CommandRunLog.cs#L18
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
backend/src/Taskdeck.Domain/Entities/CommandRunLog.cs#L18
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
backend/src/Taskdeck.Domain/Entities/CommandRunLog.cs#L18
Non-nullable property 'Level' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading