Examiner Agent #296
Annotations
10 warnings
ChatRPG/Data/Models/NarrativeNode.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
ChatRPG/Data/Models/NarrativeNode.cs#L10
Non-nullable property 'StoryContent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
ChatRPG/Data/Models/NarrativeEdge.cs#L11
Non-nullable property 'Conditions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
ChatRPG/Data/Models/NarrativeEdge.cs#L11
Non-nullable property 'SourceNode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
ChatRPG/Data/Models/NarrativeEdge.cs#L11
Non-nullable property 'TargetNode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
ChatRPG/Data/Models/NarrativeNode.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
ChatRPG/Data/Models/NarrativeNode.cs#L10
Non-nullable property 'StoryContent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
ChatRPG/Data/Models/NarrativeEdge.cs#L11
Non-nullable property 'Conditions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
ChatRPG/Data/Models/NarrativeEdge.cs#L11
Non-nullable property 'SourceNode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
ChatRPG/Data/Models/NarrativeEdge.cs#L11
Non-nullable property 'TargetNode' 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