Skip to content

Examiner Agent

Examiner Agent #296

Triggered via pull request April 9, 2025 09:08
Status Success
Total duration 48s
Artifacts

build.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.