Skip to content

Initial code commit (#1) #13

Initial code commit (#1)

Initial code commit (#1) #13

Triggered via push November 24, 2023 17:48
Status Success
Total duration 3m 55s
Billable time 4m
Artifacts

azure-dev.yml

on: push
Fit to window
Zoom out
Zoom in

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/Extensions/HttpClientExtensions.cs#L22
Possible null reference argument for parameter 'content' in 'StringContent.StringContent(string content, Encoding? encoding, string mediaType)'.