Remove script duplication and fix Azure/Anthropic help docs #96
Annotations
10 warnings
|
Build all projects
Found version-specific or distribution-specific runtime identifier(s): centos7-x64. Affected libraries: Microsoft.CognitiveServices.Speech. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
|
|
Build all projects:
src/cycod/CommandLineCommands/ChatCommand.cs#L194
Possible null reference argument for parameter 'userPrompt' in 'Task<(bool skipAssistant, string? giveAssistant)> ChatCommand.TryHandleChatCommandAsync(FunctionCallingChat chat, string userPrompt)'.
|
|
Build all projects:
src/common/ProcessExecution/PersistentShell/PersistentShellProcess.cs#L487
Possible null reference argument for parameter 'merged' in 'RunnableProcessResult.RunnableProcessResult(string stdout, string stderr, string merged, int exitCode, ProcessCompletionState completionState = ProcessCompletionState.Completed, TimeSpan duration = default(TimeSpan), ProcessErrorType? errorType = null, string? friendlyErrorMessage = null, Exception? exception = null)'.
|
|
Build all projects:
src/common/ProcessExecution/PersistentShell/PersistentShellProcess.cs#L486
Possible null reference argument for parameter 'stderr' in 'RunnableProcessResult.RunnableProcessResult(string stdout, string stderr, string merged, int exitCode, ProcessCompletionState completionState = ProcessCompletionState.Completed, TimeSpan duration = default(TimeSpan), ProcessErrorType? errorType = null, string? friendlyErrorMessage = null, Exception? exception = null)'.
|
|
Build all projects:
src/common/ProcessExecution/PersistentShell/PersistentShellProcess.cs#L470
Possible null reference argument for parameter 'input' in 'bool Regex.IsMatch(string input)'.
|
|
Build all projects:
src/common/ProcessExecution/PersistentShell/PersistentShellProcess.cs#L276
The variable 'ex' is declared but never used
|
|
Build all projects:
src/common/ProcessExecution/PersistentShell/PersistentShellProcess.cs#L487
Possible null reference argument for parameter 'merged' in 'RunnableProcessResult.RunnableProcessResult(string stdout, string stderr, string merged, int exitCode, ProcessCompletionState completionState = ProcessCompletionState.Completed, TimeSpan duration = default(TimeSpan), ProcessErrorType? errorType = null, string? friendlyErrorMessage = null, Exception? exception = null)'.
|
|
Build all projects:
src/common/ProcessExecution/PersistentShell/PersistentShellProcess.cs#L486
Possible null reference argument for parameter 'stderr' in 'RunnableProcessResult.RunnableProcessResult(string stdout, string stderr, string merged, int exitCode, ProcessCompletionState completionState = ProcessCompletionState.Completed, TimeSpan duration = default(TimeSpan), ProcessErrorType? errorType = null, string? friendlyErrorMessage = null, Exception? exception = null)'.
|
|
Build all projects:
src/common/ProcessExecution/PersistentShell/PersistentShellProcess.cs#L470
Possible null reference argument for parameter 'input' in 'bool Regex.IsMatch(string input)'.
|
|
Build all projects:
src/common/ProcessExecution/PersistentShell/PersistentShellProcess.cs#L276
The variable 'ex' is declared but never used
|
Loading