Skip to content

Merge pull request #5 from gsilvamartin/feature/streamenhance #25

Merge pull request #5 from gsilvamartin/feature/streamenhance

Merge pull request #5 from gsilvamartin/feature/streamenhance #25

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

dotnet.yml

on: push
build-and-push
19s
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/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.
build-and-push: src/DotnetGeminiSDK/Model/Response/GeminiMessageResponse.cs#L21
Non-nullable property 'SafetyRatings' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-push: src/DotnetGeminiSDK/Config/GoogleGeminiConfig.cs#L10
Non-nullable property 'ApiKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.