Problem
When regenerating all connectors, 3 connectors produce CS0234/CS0246 errors because:
-
ConnectorServiceCollectionExtensions.cs (hand-authored) references namespaces PdfCo, SigningHub, and Yammer that no longer exist after regeneration — these connectors were renamed in the connector ecosystem.
-
CognitiveservicescustomvisionExtensions.cs references a PredictImageRequest type that is not generated (swagger schema issue).
-
ConversionserviceExtensions.cs references an HtmlToTextRequest type that is not generated (swagger schema issue).
Proposed Fix
- Update
ConnectorServiceCollectionExtensions.cs to use the new connector namespace names, or remove the entries for decommissioned connectors.
- File swagger corrections for CognitiveServicesCustomVision and ConversionService connectors.
Context
Discovered during SDK regeneration for Azure SDK guideline compliance (#156, #157, #161, #175).
Problem
When regenerating all connectors, 3 connectors produce CS0234/CS0246 errors because:
ConnectorServiceCollectionExtensions.cs (hand-authored) references namespaces
PdfCo,SigningHub, andYammerthat no longer exist after regeneration — these connectors were renamed in the connector ecosystem.CognitiveservicescustomvisionExtensions.cs references a
PredictImageRequesttype that is not generated (swagger schema issue).ConversionserviceExtensions.cs references an
HtmlToTextRequesttype that is not generated (swagger schema issue).Proposed Fix
ConnectorServiceCollectionExtensions.csto use the new connector namespace names, or remove the entries for decommissioned connectors.Context
Discovered during SDK regeneration for Azure SDK guideline compliance (#156, #157, #161, #175).