fix: Uncommented code. #47
Annotations
10 warnings
src/libs/OpenAI.Generators/SourceGenerationHelper.cs#L16
Prefer comparing 'Count' to 0 rather than using 'Any()', both for clarity and for performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1860)
|
src/libs/OpenAI.Generators/SourceGenerationHelper.cs#L25
Prefer comparing 'Count' to 0 rather than using 'Any()', both for clarity and for performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1860)
|
src/libs/OpenAI.Generators/SourceGenerationHelper.cs#L41
Prefer comparing 'Count' to 0 rather than using 'Any()', both for clarity and for performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1860)
|
src/libs/OpenAI/Client/Chat/ChatRequest.cs#L17
Cannot convert null literal to non-nullable reference type.
|
src/libs/OpenAI/Client/Chat/ChatRequest.cs#L18
Cannot convert null literal to non-nullable reference type.
|
src/libs/OpenAI/Client/Audio/AudioEndpoint.cs#L42
Cannot convert null literal to non-nullable reference type.
|
src/libs/OpenAI/Client/Audio/AudioTranslationRequest.cs#L33
Cannot convert null literal to non-nullable reference type.
|
src/libs/OpenAI/Client/Audio/AudioTranslationRequest.cs#L34
Cannot convert null literal to non-nullable reference type.
|
src/libs/OpenAI/Client/Audio/AudioTranslationRequest.cs#L70
Cannot convert null literal to non-nullable reference type.
|
src/libs/OpenAI/Client/Audio/AudioTranslationRequest.cs#L71
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading