Skip to content

JS Interop

JS Interop #2

Triggered via pull request September 28, 2023 06:20
Status Success
Total duration 2m 47s
Artifacts

main.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build Test: src/YouTubeSummariser.WebApp.Wasm/Components/YouTubeSummariserComponent.razor.cs#L15
Non-nullable property 'YouTube' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Test: src/YouTubeSummariser.WebApp.Wasm/Components/YouTubeSummariserComponent.razor.cs#L18
Non-nullable property 'JSR' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Test: src/YouTubeSummariser.ApiApp/Services/YouTubeService.cs#L41
Possible null reference argument for parameter 'source' in 'IEnumerable<string?> Enumerable.Select<SubtitleText, string?>(IEnumerable<SubtitleText> source, Func<SubtitleText, string?> selector)'.
Build Test: src/YouTubeSummariser.ApiApp/Services/YouTubeService.cs#L45
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.ApiApp.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.ApiApp.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.ApiApp.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.ApiApp.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)'.