zoukankan      html  css  js  c++  java
  • Microsoft Teams Toolkit for Visual Studio Code

    This month’s call featured the Microsoft Teams Toolkit for Visual Studio Code, where our duo of experts Karthig Balendran, Teams Product Manager, and Allen Snow, Teams Sr. Software Engineer, walked us through a live demo showcasing the capabilities and benefits of the toolkit. Then Emily Chen, Teams Product Manager, and Michael Aldridge, Sr Content Program Manager shared an ask for feedback from the community to enhance the MIcrosoft Teams developer experience for the Microsoft 365 Developer Program.

    Microsoft Teams Toolkit for Visual Studio Code and Visual Studio

    The Microsoft Teams Toolkit is an extension we made for Visual Studio Code (available in GA) that streamlines the Teams app development process whether you’re making a tab, bot, or messaging extension. While our demo showcased our Teams toolkit for Visual Studio Code, our toolkit for Visual Studio recently released into developer preview. You can find links to both in the ‘Resources’ section below and as please do provide feedback in the Q&A section in those respective links.

    Before you get started

    Prior to building your Teams app, it’s important to understand the different extensibility points available to you across the Teams UI that you can extend (tab, bots, messaging extensions). Take time to think through the specific use case and/or problem you’re trying resolve and the different ways users would interact with your app in the Teams client.

    You’ll also need a developer/test environment, so if you are not already enrolled, we encourage you to sign up for our Microsoft 365 Developer Program, which provides you a free Microsoft 365 sandbox subscription that you can use to test the Teams apps that you build.

    Microsoft Teams Toolkit for Visual Studio Code

    When you start a project in the Teams Toolkit, you’ll have everything you need in one place including pre-requisites, access to documentation and a simple view across the Teams app lifecycle. You’ll have the option to select whether you’re creating a tab, bot, or messaging extension.

    Karthig provided a live demo showcasing the steps to building a Teams tab app and provided a real-time snapshot into the process. The toolkit makes it easy by providing the scaffolding and components available right within the left pane in Visual Studio Code – streamlining the experience for developers. It also provides a series of validation checks so you can quickly look at your manifest file to see if there would be anything that would impact publishing.

    Image of landing pageImage of landing pageImage of Project Setup pageImage of Project Setup pageImage of Validation checkImage of Validation check

    Microsoft Teams Features in the Microsoft 365 Developer Program

    We concluded our call with a segment from Emily and Michael, who are working together to enhance the Microsoft Teams developer experience in the Microsoft 365 Developer Program. They’re seeking feedback to help guide decisions on what to include in content packs and other areas that would make the app development process more streamlined.

  • 相关阅读:
    Redis五种数据类型操作命令
    MySQL单表数据量过千万,采坑优化记录,完美解决方案
    并行的执行效率一定高于串行吗?(多线程的执行效率一定高于单线程吗?)
    Swagger2安装及使用
    MySQL单表多次查询和多表联合查询,哪个效率高?
    Java集合时间复杂度
    JAVA中常见集合的扩容
    ant design vue 之 rowKey浏览器报警告
    ant design vue中表格自带分页如何使用
    ant design vue 中表格的使用中,表格选中之后没有状态
  • 原文地址:https://www.cnblogs.com/Javi/p/13473569.html
Copyright © 2011-2022 走看看