SOLVED

Is it planned to have Visual Studio App templates to develop Microsoft Teams App ?

Brass Contributor

There are lot of samples available to build Team bots but lots of them are in v3 (.Net Framework) and not in v4. There are also visual studio templates for bot but not for Teams especially, what is missing is a Visual Studio template to build a Teams bot / app.

7 Replies
best response confirmed by adam deltinger (MVP)
Solution
Hi Alexandre,

Nothing on the 365 roadmap. There is a uservoice open for here which was opened back in May

https://microsoftteams.uservoice.com/forums/555103-public/suggestions/37702564-visual-studio-templat...

Would recommend you vote on it to push it up the agenda. As it hasn’t got many votes and can be a long time before it gets picked up if at all I would also recommend you raise it at the next Teams AMA.

Hope that answers your question!

Best, Chris
It might be they release App Templates for Visual Studio, but the recommendation is to go through Visual Studio Code + Teams App Studio...as happens with SharePoint Framework, when developing Apps for Teams is better to use that tools vs. traditional Microsoft IDE

@Juan Carlos González Martín

are there even any Visual Studio Code templates for .NET to create Teams Apps? if there aren't then it isn't just a tools issue but also a platform issue. i get the impression that .NET is being neglected in favor of Node.js

Yes. The yeoman teams generator is great for nodes but there is nothing available for .Net .

strangely, i just came across this text in one of Microsoft's tutorials:

 

"To create a .NET-based project, use tooling provided in Visual Studio 2017 or later. Similar to the Node.js option, after you select the project type and answer multiple questions, Visual Studio generates the scaffolding for your project. This option requires only Git and Visual Studio."

source: https://docs.microsoft.com/en-us/learn/modules/embedded-web-experiences/2-create-custom-teams-person...

 

this suggests that the same templates exist for .NET as for Node.js. but, i haven't yet found anything in Visual Studio Professional 2017

 

does anyone know how this is supposed to work?

@tim_360 Yes there is finally a Visual Studio extension that have been released in preview and support .NET :
https://marketplace.visualstudio.com/items?itemName=TeamsDevApp.vsteamstemplate

1 best response

Accepted Solutions
best response confirmed by adam deltinger (MVP)
Solution
Hi Alexandre,

Nothing on the 365 roadmap. There is a uservoice open for here which was opened back in May

https://microsoftteams.uservoice.com/forums/555103-public/suggestions/37702564-visual-studio-templat...

Would recommend you vote on it to push it up the agenda. As it hasn’t got many votes and can be a long time before it gets picked up if at all I would also recommend you raise it at the next Teams AMA.

Hope that answers your question!

Best, Chris

View solution in original post