Skip to content

Update component

Update component #33

Triggered via push October 20, 2023 10:26
Status Success
Total duration 1m 42s
Artifacts

azure-dev.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build Test: src/YouTubeSummariser.Services/Services/YouTubeService.cs#L50
Possible null reference return.
Build Test: src/YouTubeSummariser.ApiApp/Program.cs#L25
Dereference of a possibly null reference.
Build Test: src/YouTubeSummariser.ApiApp/Program.cs#L29
The type 'YouTubeSummariser.Services.Configurations.OpenAISettings?' cannot be used as type parameter 'TService' in the generic type or method 'ServiceCollectionServiceExtensions.AddSingleton<TService>(IServiceCollection, TService)'. Nullability of type argument 'YouTubeSummariser.Services.Configurations.OpenAISettings?' doesn't match 'class' constraint.
Build Test: src/YouTubeSummariser.ApiApp/Program.cs#L31
Dereference of a possibly null reference.
Build Test: src/YouTubeSummariser.ApiApp/Program.cs#L35
The type 'YouTubeSummariser.Services.Configurations.PromptSettings?' cannot be used as type parameter 'TService' in the generic type or method 'ServiceCollectionServiceExtensions.AddSingleton<TService>(IServiceCollection, TService)'. Nullability of type argument 'YouTubeSummariser.Services.Configurations.PromptSettings?' doesn't match 'class' constraint.
Build Test: src/YouTubeSummariser.ApiApp/Program.cs#L37
Dereference of a possibly null reference.
Build Test: src/YouTubeSummariser.ApiApp/Program.cs#L37
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
Build Test: src/YouTubeSummariser.ApiApp/Program.cs#L38
Possible null reference argument for parameter 'key' in 'AzureKeyCredential.AzureKeyCredential(string key)'.
Build Test: src/YouTubeSummariser.ApiApp2/Program.cs#L22
The type 'YouTubeSummariser.Services.Configurations.OpenAISettings?' cannot be used as type parameter 'TService' in the generic type or method 'ServiceCollectionServiceExtensions.AddSingleton<TService>(IServiceCollection, TService)'. Nullability of type argument 'YouTubeSummariser.Services.Configurations.OpenAISettings?' doesn't match 'class' constraint.
Build Test: src/YouTubeSummariser.ApiApp2/Program.cs#L27
The type 'YouTubeSummariser.Services.Configurations.PromptSettings?' cannot be used as type parameter 'TService' in the generic type or method 'ServiceCollectionServiceExtensions.AddSingleton<TService>(IServiceCollection, TService)'. Nullability of type argument 'YouTubeSummariser.Services.Configurations.PromptSettings?' doesn't match 'class' constraint.