microsoft / kiota-abstractions-go

Abstractions library for the Kiota generated SDKs in go
https://aka.ms/kiota/docs
MIT License
11 stars 10 forks source link

[Go] [Abstractions] Untyped Nodes #149

Closed andrueastman closed 3 months ago

andrueastman commented 5 months ago

This PR is related to https://github.com/microsoft/kiota/issues/2319

It adds a number of types that implement the Parsable interface to enable the representation of types that are unknown at generation time to unblock the serialization and deserialization of properties of unknown types.

Generation of these types is unblocked in https://github.com/microsoft/kiota/pull/4095

Partially resolves https://github.com/microsoftgraph/msgraph-sdk-go/issues/473

sonarcloud[bot] commented 3 months ago

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud