Skip to content

Update DotnetGeminiSDK.csproj #24

Update DotnetGeminiSDK.csproj

Update DotnetGeminiSDK.csproj #24

Triggered via push February 28, 2024 01:08
Status Success
Total duration 27s
Artifacts

dotnet.yml

on: push
build-and-push
17s
build-and-push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build-and-push
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-and-push
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-and-push: src/DotnetGeminiSDK/Model/Request/GeminiMessageRequest.cs#L55
Non-nullable property 'MimeType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-push: src/DotnetGeminiSDK/Model/Request/GeminiMessageRequest.cs#L57
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-push: src/DotnetGeminiSDK/Model/Response/GeminiMessageResponse.cs#L43
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-push: src/DotnetGeminiSDK/Model/Response/GeminiMessageResponse.cs#L45
Non-nullable property 'Probability' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-push: src/DotnetGeminiSDK/Model/Response/GeminiMessageResponse.cs#L38
Non-nullable property 'SafetyRatings' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-push: src/DotnetGeminiSDK/Model/Response/GeminiMessageResponse.cs#L33
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-push: src/DotnetGeminiSDK/Model/Response/GeminiMessageResponse.cs#L26
Non-nullable property 'Parts' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-push: src/DotnetGeminiSDK/Model/Response/GeminiMessageResponse.cs#L28
Non-nullable property 'Role' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-push: src/DotnetGeminiSDK/Model/Response/GeminiMessageResponse.cs#L15
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-push: src/DotnetGeminiSDK/Model/Response/GeminiMessageResponse.cs#L17
Non-nullable property 'FinishReason' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.