Update README.md #33
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/GeminiModelResponse.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-push:
src/DotnetGeminiSDK/Model/Response/GeminiModelResponse.cs#L18
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-push:
src/DotnetGeminiSDK/Model/Response/GeminiModelResponse.cs#L21
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-push:
src/DotnetGeminiSDK/Model/Response/GeminiModelResponse.cs#L24
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-push:
src/DotnetGeminiSDK/Model/Response/GeminiModelResponse.cs#L33
Non-nullable property 'SupportedGenerationMethods' 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.
|
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.
|