Skip to content

feat(dotnet): unify exception hierarchy #2313

feat(dotnet): unify exception hierarchy

feat(dotnet): unify exception hierarchy #2313

Triggered via pull request September 4, 2026 19:26
Status Success
Total duration 1m 25s
Artifacts

dotnet-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
unit-e2e-tests: Google.GenAI.E2E.Tests/Shared/SharedBaseTest.cs#L38
Possible null reference return.
unit-e2e-tests: Google.GenAI.E2E.Tests/Shared/SharedBaseTest.cs#L38
Possible null reference return.
unit-e2e-tests: Google.GenAI.Tests/LiveTest.cs#L51
Possible null reference return.
unit-e2e-tests: Google.GenAI.Tests/LiveTest.cs#L51
Possible null reference return.
unit-e2e-tests: Google.GenAI/Transformers.cs#L337
Using member 'System.Text.Json.Nodes.JsonArray.Add<T>(T)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Creating JsonValue instances with non-primitive types is not compatible with trimming. It can result in non-primitive types being serialized, which may have their members trimmed.
unit-e2e-tests: Google.GenAI/Transformers.cs#L337
Using member 'System.Text.Json.Nodes.JsonArray.Add<T>(T)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Creating JsonValue instances with non-primitive types requires generating code at runtime.