Update GHA workflow #41
Annotations
3 errors and 10 warnings
Build Test (windows-latest)
Process completed with exit code 127.
|
Build Test (ubuntu-latest)
The job was canceled because "windows-latest" failed.
|
Build Test (ubuntu-latest)
The operation was canceled.
|
Build Test (ubuntu-latest):
src/YouTubeSummariser.Services/Services/YouTubeService.cs#L50
Possible null reference return.
|
Build Test (ubuntu-latest):
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 (ubuntu-latest):
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.
|
Build Test (ubuntu-latest):
src/YouTubeSummariser.ApiApp2/Program.cs#L29
Dereference of a possibly null reference.
|
Build Test (ubuntu-latest):
src/YouTubeSummariser.ApiApp2/Program.cs#L29
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
|
Build Test (ubuntu-latest):
src/YouTubeSummariser.ApiApp2/Program.cs#L30
Possible null reference argument for parameter 'key' in 'AzureKeyCredential.AzureKeyCredential(string key)'.
|
Build Test (ubuntu-latest):
src/YouTubeSummariser.ApiApp2/Controllers/SummariseController.cs#L32
For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogInformation(ILogger, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1848)
|
Build Test (ubuntu-latest):
src/YouTubeSummariser.ApiApp2/Controllers/SummariseController.cs#L38
For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogError(ILogger, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1848)
|
Build Test (ubuntu-latest):
src/YouTubeSummariser.ApiApp2/Controllers/SummariseController.cs#L45
For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogError(ILogger, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1848)
|
Build Test (ubuntu-latest):
src/YouTubeSummariser.ApiApp2/Controllers/SummariseController.cs#L67
For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogInformation(ILogger, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1848)
|