Add pwsh script to get list of OpenAI instances #18
Annotations
10 warnings
build:
src/AzureOpenAIProxy.PlaygroundApp/Program.cs#L13
Dereference of a possibly null reference.
|
build:
src/AzureOpenAIProxy.PlaygroundApp/Program.cs#L13
Possible null reference return.
|
build:
src/AzureOpenAIProxy.PlaygroundApp/Clients/ApiAppClient.cs#L51
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
|
build:
src/AzureOpenAIProxy.PlaygroundApp/Components/UI/PlaygroundComponent.razor.cs#L64
Possible null reference argument for parameter 'accessToken' in 'Task<string> IApiAppClient.GetChatCompletionsAsync(string accessToken, string gitHubId, string deploymentName, string prompt, int? maxTokens = 2048, float? temperature = 0.7)'.
|
build:
src/AzureOpenAIProxy.PlaygroundApp/Components/UI/PlaygroundComponent.razor.cs#L65
Possible null reference argument for parameter 'gitHubId' in 'Task<string> IApiAppClient.GetChatCompletionsAsync(string accessToken, string gitHubId, string deploymentName, string prompt, int? maxTokens = 2048, float? temperature = 0.7)'.
|
build:
src/AzureOpenAIProxy.PlaygroundApp/Components/UI/PlaygroundComponent.razor.cs#L66
Possible null reference argument for parameter 'deploymentName' in 'Task<string> IApiAppClient.GetChatCompletionsAsync(string accessToken, string gitHubId, string deploymentName, string prompt, int? maxTokens = 2048, float? temperature = 0.7)'.
|
build:
src/AzureOpenAIProxy.PlaygroundApp/Components/UI/PlaygroundComponent.razor.cs#L67
Possible null reference argument for parameter 'prompt' in 'Task<string> IApiAppClient.GetChatCompletionsAsync(string accessToken, string gitHubId, string deploymentName, string prompt, int? maxTokens = 2048, float? temperature = 0.7)'.
|
build:
src/AzureOpenAIProxy.PlaygroundApp/Components/UI/PlaygroundComponent.razor.cs#L13
Non-nullable property 'ApiApp' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/AzureOpenAIProxy.PlaygroundApp/Components/UI/PlaygroundComponent.razor.cs#L19
Non-nullable property 'Logger' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/AzureOpenAIProxy.ApiApp/Services/UserAuthService.cs#L28
Dereference of a possibly null reference.
|