Rules system #17
Merged
Rules system #17
Annotations
18 warnings
|
Saturn.Tests/TestHelpers/FileTestHelper.cs#L59
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
|
Saturn.Tests/TestHelpers/FileTestHelper.cs#L39
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
|
Saturn.Tests/TestHelpers/FileTestHelper.cs#L32
Cannot convert null literal to non-nullable reference type.
|
|
Saturn.Tests/TestHelpers/FileTestHelper.cs#L19
Cannot convert null literal to non-nullable reference type.
|
|
Saturn.Tests/TestHelpers/FileTestHelper.cs#L59
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
|
Saturn.Tests/TestHelpers/FileTestHelper.cs#L39
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
|
Saturn.Tests/TestHelpers/FileTestHelper.cs#L32
Cannot convert null literal to non-nullable reference type.
|
|
Saturn.Tests/TestHelpers/FileTestHelper.cs#L19
Cannot convert null literal to non-nullable reference type.
|
|
UI/Dialogs/SubAgentConfigDialog.cs#L33
Non-nullable field 'enableReviewStageCheckBox' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
UI/Dialogs/SubAgentConfigDialog.cs#L33
Non-nullable field 'enableToolsCheckBox' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
UI/Dialogs/SubAgentConfigDialog.cs#L33
Non-nullable field 'topPField' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
UI/Dialogs/SubAgentConfigDialog.cs#L33
Non-nullable field 'maxTokensField' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
UI/Dialogs/SubAgentConfigDialog.cs#L33
Non-nullable field 'temperatureField' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
UI/Dialogs/SubAgentConfigDialog.cs#L33
Non-nullable field 'modelInfoLabel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
UI/Dialogs/SubAgentConfigDialog.cs#L33
Non-nullable field 'modelComboBox' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Configuration/ConfigurationManager.cs#L71
The variable 'ex' is declared but never used
|
|
Configuration/ConfigurationManager.cs#L52
The variable 'ex' is declared but never used
|
|
UI/Dialogs/UserRulesEditorDialog.cs#L189
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading