The microsoftforms connector fails code generation with:
CS0246: The type or namespace name FormsList could not be found
Root cause: The swagger response references a type (FormsList) via a ref that is defined in the swagger definitions, but the generators reachability analysis (GenerateReferencedDefinitionTypes) does not follow the reference chain to generate it.
Connector: microsoftforms (Microsoft Forms)
Auth: AAD OAuth (aadcertificate)
Priority: Medium - popular M365 connector
Related to #7.
The microsoftforms connector fails code generation with:
CS0246: The type or namespace name FormsList could not be found
Root cause: The swagger response references a type (FormsList) via a ref that is defined in the swagger definitions, but the generators reachability analysis (GenerateReferencedDefinitionTypes) does not follow the reference chain to generate it.
Connector: microsoftforms (Microsoft Forms)
Auth: AAD OAuth (aadcertificate)
Priority: Medium - popular M365 connector
Related to #7.