MicrosoftDocs / msteams-docs

Source for the Microsoft Teams developer platform documentation.
https://aka.ms/teamsdev
Creative Commons Attribution 4.0 International
277 stars 499 forks source link

Yeoman-Generator for Teams seems no longer actively maintained #11017

Open onmomo opened 3 weeks ago

onmomo commented 3 weeks ago

Type of issue

Other (describe below)

Feedback

I'm referring to Yeoman-Generator for Teams in the https://learn.microsoft.com/de-de/microsoftteams/platform/concepts/build-and-test/tool-sdk-overview#tools section. It seems like this project is no longer under active development. Are there plans by Microsoft to support that project or should it be removed from the docs? Thank you Christian

Page URL

https://learn.microsoft.com/de-de/microsoftteams/platform/concepts/build-and-test/tool-sdk-overview

Content source URL

https://github.com/MicrosoftDocs/msteams-docs/blob/main/msteams-platform/concepts/build-and-test/tool-sdk-overview.md

Author

@v-sdhakshina

Document Id

e459f78b-748a-f230-1f52-6bd067770dcd

microsoft-github-policy-service[bot] commented 3 weeks ago

Hi onmomo! Thank you for bringing this issue to our attention. We will investigate and if we require further information we will reach out in one business day. Please use this link to escalate if you don't get replies.

Best regards, Teams Platform

Prasad-MSFT commented 3 weeks ago

Hi @onmomo - Could you please let us know if you are having any trouble or getting any error while using Yeoman-Generator for Teams ?

onmomo commented 3 weeks ago

@Prasad-MSFT Hi, yes sure. So, the main issue is that the project seems no longer maintained. Therefore, my pull request that would enable support for manifest schema version 1.16 and 1.17 is not processed. Workaround this by disabling the schema validation with --no-schema-validation will throw an exception in zipTask.

'zipTask' errored after 3 ms
[15:37:23] TypeError: Cannot read properties of undefined (reading 'outline')
    at getPackageFiles (/Users/$user/workspace/integration-msteams-qa-tab/node_modules/yoteams-build-core/dist/manifest.js:178:24)
    at /Users/$user/workspace/integration-msteams-qa-tab/node_modules/yoteams-build-core/dist/manifest.js:216:29
    at DestroyableTransform._transform (/Users/$user/workspace/integration-msteams-qa-tab/node_modules/gulp-flatmap/index.js:51:24)
    at Transform._read (/Users/$user/workspace/integration-msteams-qa-tab/node_modules/readable-stream/lib/_stream_transform.js:184:10)
    at Transform._write (/Users/$user/workspace/integration-msteams-qa-tab/node_modules/readable-stream/lib/_stream_transform.js:172:83)
    at doWrite (/Users/$user/workspace/integration-msteams-qa-tab/node_modules/readable-stream/lib/_stream_writable.js:428:64)
    at writeOrBuffer (/Users/$user/workspace/integration-msteams-qa-tab/node_modules/readable-stream/lib/_stream_writable.js:417:5)
    at Writable.write (/Users/$user/workspace/integration-msteams-qa-tab/node_modules/readable-stream/lib/_stream_writable.js:334:11)
    at StreamFilter.ondata (/Users/$user/workspace/integration-msteams-qa-tab/node_modules/streamfilter/node_modules/readable-stream/lib/_stream_readable.js:629:20)
    at StreamFilter.emit (node:events:513:28)

Therefore, we are currently looking into alternatives to this project, which is actually pity since it works quite well otherwise. If MSFT has resources to cover this project it would be great otherwise it should be removed from the docs.

Prasad-MSFT commented 2 weeks ago

Hi @surbhigupta12 - Could you please help here?