Skip to content

Update GHA workflow #11

Update GHA workflow

Update GHA workflow #11

Triggered via push November 24, 2023 17:27
Status Success
Total duration 4m 35s
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/Models/AccessCodeRecord.cs#L25
Non-nullable property 'AccessCodeId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.