Missing node warning and quickfixes #402
Merged
Annotations
10 warnings
|
YarnSpinner/Dialogue.cs#L602
Possible null reference return.
|
|
YarnSpinner/Dialogue.cs#L585
Possible null reference return.
|
|
YarnSpinner/Dialogue.cs#L350
Non-nullable property 'SmartVariableEvaluator' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
YarnSpinner/Dialogue.cs#L347
Non-nullable property 'Program' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
YarnSpinner/Dialogue.cs#L379
Possible null reference assignment.
|
|
YarnSpinner/Analyser.cs#L136
Non-nullable field '_defaultAnalyserClasses' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
YarnSpinner/Analyser.cs#L125
Non-nullable field '_defaultAnalyserClasses' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
YarnSpinner/Dialogue.cs#L342
Possible null reference assignment.
|
|
YarnSpinner/Types/FunctionType.cs#L129
'FunctionType.ToString()' hides inherited member 'object.ToString()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
|
YarnSpinner/Analyser.cs#L29
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading