Skip to content

Bump Microsoft.Extensions.Configuration and 2 others #37

Bump Microsoft.Extensions.Configuration and 2 others

Bump Microsoft.Extensions.Configuration and 2 others #37

Status Success
Total duration 46s
Artifacts

build-validation.yml

on: pull_request
Matrix: Build .NET Projects
Fit to window
Zoom out
Zoom in

Annotations

28 warnings
Build .NET Projects (05-AppCreatedWithGenAI/SpaceAINet/SpaceAINet.sln, SpaceAINet App): 05-AppCreatedWithGenAI/SpaceAINet/SpaceAINet.Screenshot/ScreenshotService.cs#L27
This call site is reachable on all platforms. 'Bitmap' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build .NET Projects (05-AppCreatedWithGenAI/SpaceAINet/SpaceAINet.sln, SpaceAINet App): 05-AppCreatedWithGenAI/SpaceAINet/SpaceAINet.Screenshot/ScreenshotService.cs#L68
This call site is reachable on all platforms. 'Graphics.FromImage(Image)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build .NET Projects (05-AppCreatedWithGenAI/SpaceAINet/SpaceAINet.sln, SpaceAINet App): 05-AppCreatedWithGenAI/SpaceAINet/SpaceAINet.Screenshot/ScreenshotService.cs#L28
This call site is reachable on all platforms. 'Graphics.FromImage(Image)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build .NET Projects (05-AppCreatedWithGenAI/SpaceAINet/SpaceAINet.sln, SpaceAINet App): 05-AppCreatedWithGenAI/SpaceAINet/SpaceAINet.Screenshot/ScreenshotService.cs#L83
This call site is reachable on all platforms. 'ImageFormat.Jpeg' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build .NET Projects (05-AppCreatedWithGenAI/SpaceAINet/SpaceAINet.sln, SpaceAINet App): 05-AppCreatedWithGenAI/SpaceAINet/SpaceAINet.Screenshot/ScreenshotService.cs#L44
This call site is reachable on all platforms. 'ImageFormat.Png' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build .NET Projects (05-AppCreatedWithGenAI/SpaceAINet/SpaceAINet.sln, SpaceAINet App): 05-AppCreatedWithGenAI/SpaceAINet/SpaceAINet.Screenshot/ScreenshotService.cs#L78
This call site is reachable on all platforms. 'SolidBrush' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build .NET Projects (05-AppCreatedWithGenAI/SpaceAINet/SpaceAINet.sln, SpaceAINet App): 05-AppCreatedWithGenAI/SpaceAINet/SpaceAINet.Screenshot/ScreenshotService.cs#L70
This call site is reachable on all platforms. 'FontStyle.Regular' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build .NET Projects (05-AppCreatedWithGenAI/SpaceAINet/SpaceAINet.sln, SpaceAINet App): 05-AppCreatedWithGenAI/SpaceAINet/SpaceAINet.Screenshot/ScreenshotService.cs#L39
This call site is reachable on all platforms. 'Graphics.DrawString(string?, Font, Brush, float, float)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build .NET Projects (05-AppCreatedWithGenAI/SpaceAINet/SpaceAINet.sln, SpaceAINet App): 05-AppCreatedWithGenAI/SpaceAINet/SpaceAINet.GameActionProcessor/GameActionProviderBase.cs#L5
Non-nullable field 'chat' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build .NET Projects (03-CoreGenerativeAITechniques/src/CoreGenerativeAITechniques.sln, Core Techn...: 03-CoreGenerativeAITechniques/src/SKFunctions01/CityTemperaturePlugIn.cs#L9
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Build .NET Projects (03-CoreGenerativeAITechniques/src/CoreGenerativeAITechniques.sln, Core Techn...: 03-CoreGenerativeAITechniques/src/Vision-01MEAI-GitHubModels/Program.cs#L16
Possible null reference argument for parameter 'key' in 'AzureKeyCredential.AzureKeyCredential(string key)'.
Build .NET Projects (03-CoreGenerativeAITechniques/src/CoreGenerativeAITechniques.sln, Core Techn...: 03-CoreGenerativeAITechniques/src/BasicChat-02SK/Program.cs#L19
Possible null reference argument for parameter 'key' in 'ApiKeyCredential.ApiKeyCredential(string key)'.
Build .NET Projects (03-CoreGenerativeAITechniques/src/CoreGenerativeAITechniques.sln, Core Techn...: 03-CoreGenerativeAITechniques/src/BasicChat-01MEAI/Program.cs#L16
Possible null reference argument for parameter 'key' in 'AzureKeyCredential.AzureKeyCredential(string key)'.