feat(dotnet): unify exception hierarchy #2313
dotnet-tests.yml
on: pull_request
unit-e2e-tests
1m 23s
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.
|