Update DotnetGeminiSDK.csproj #19
Annotations
2 errors and 12 warnings
Pack NuGet package
The readme file 'README.md' does not exist in the package.
|
Pack NuGet package
Process completed with exit code 1.
|
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/.
|
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/
|
Pack NuGet package:
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.
|
Pack NuGet package:
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.
|
Pack NuGet package:
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.
|
Pack NuGet package:
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.
|
Pack NuGet package:
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.
|
Pack NuGet package:
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.
|
Pack NuGet package:
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.
|
Pack NuGet package:
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.
|
Pack NuGet package:
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.
|
Pack NuGet package:
src/DotnetGeminiSDK/Model/Response/GeminiMessageResponse.cs#L8
Non-nullable property 'Candidates' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading