Add changelog entry for 0.0.4 #5
ci.yml
on: push
Matrix: Build and Test
Code Quality Checks
31s
Security Scan
19s
Test Publish
0s
Annotations
11 errors and 6 notices
|
Code Quality Checks:
GeminiClient/GeminiApiOptions.cs#L17
Change the type of property 'GeminiApiOptions.BaseUrl' from 'string' to 'System.Uri' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1056)
|
|
Code Quality Checks:
GeminiClient/GeminiApiException.cs#L4
Add the following constructor to GeminiApiException: public GeminiApiException() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
|
|
Code Quality Checks:
GeminiClient/Models/GeminiResponse.cs#L27
Change 'List<SafetyRating>' in 'Candidate.SafetyRatings' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
|
Code Quality Checks:
GeminiClient/Models/GeminiResponse.cs#L27
Change 'SafetyRatings' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
|
|
Code Quality Checks:
GeminiClient/Models/GeminiResponse.cs#L10
Change 'List<Candidate>' in 'GeminiResponse.Candidates' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
|
Code Quality Checks:
GeminiClient/Models/GeminiResponse.cs#L10
Change 'Candidates' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
|
|
Code Quality Checks:
GeminiClient/Models/GeminiRequest.cs#L9
Change 'List<Content>' in 'GeminiRequest.Contents' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
|
Code Quality Checks:
GeminiClient/Models/GeminiRequest.cs#L15
Change 'List<Part>' in 'Content.Parts' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
|
Code Quality Checks:
GeminiClient/Models/GeminiRequest.cs#L9
Change 'Contents' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
|
|
Code Quality Checks:
GeminiClient/Models/GeminiRequest.cs#L15
Change 'Parts' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
|
|
Code Quality Checks
Process completed with exit code 2.
|
|
Build and Test (macos-latest, Debug)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
|
Build and Test (macos-latest, Debug)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
|
Build and Test (macos-latest, Release)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
|
Build and Test (macos-latest, Release)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
|
Build and Test (windows-latest, Debug)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
|
Build and Test (windows-latest, Release)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|