rules and refactor iirc #18
Merged
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 '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.
|
|
Agents/Core/AgentBase.cs#L63
Possible null reference argument for parameter 'chatType' in 'Task<ChatSession> ChatHistoryRepository.CreateSessionAsync(string title, string chatType = "main", string? parentSessionId = null, string? agentName = null, string? model = null, string? systemPrompt = null, double? temperature = null, int? maxTokens = null, CancellationToken cancellationToken = default(CancellationToken))'.
|
|
Agents/Core/AgentConfiguration.cs#L43
Possible null reference assignment.
|
|
UI/Dialogs/UserRulesEditorDialog.cs#L189
Dereference of a possibly null reference.
|
|
Agents/Core/ModeManager.cs#L235
The variable 'ex' is declared but never used
|
|
Agents/Core/ModeManager.cs#L202
Possible null reference argument for parameter 'name' in 'Mode? ModeManager.GetModeByName(string name)'.
|
|
Agents/Core/ModeManager.cs#L143
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading