CodeQL #49
Annotations
10 warnings
|
Analyze (csharp):
ConduitLLM.Providers/ElevenLabsClient.cs#L291
Possible null reference assignment.
|
|
Analyze (csharp):
ConduitLLM.Providers/ElevenLabsClient.cs#L66
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Analyze (csharp):
ConduitLLM.Providers/ElevenLabsClient.cs#L72
Unreachable code detected
|
|
Analyze (csharp):
ConduitLLM.Providers/ElevenLabsClient.cs#L54
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Analyze (csharp):
ConduitLLM.Providers/UltravoxClient.cs#L228
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Analyze (csharp):
ConduitLLM.Providers/UltravoxClient.cs#L217
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Analyze (csharp):
ConduitLLM.Providers/UltravoxClient.cs#L206
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Analyze (csharp):
ConduitLLM.Providers/UltravoxClient.cs#L67
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Analyze (csharp):
ConduitLLM.Providers/UltravoxClient.cs#L73
Unreachable code detected
|
|
Analyze (csharp):
ConduitLLM.Providers/UltravoxClient.cs#L54
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|