NancyFx / Nancy

Lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono
http://nancyfx.org
MIT License
7.16k stars 1.47k forks source link

VS 2019 templates? #2996

Open YuriGal opened 4 years ago

YuriGal commented 4 years ago

Just started to go thru initial documentation and stumbled on the very first "let’s see some code". Neither SideWaffle nor Nancy's own project templates are available in VS 2019. How do I create a "Nancy empty project with ASP.NET host" ?

0x414c49 commented 4 years ago

I would love to contribute and update the old template to a new and working one. I couldn't find the source for the VSIX though.

grumpydev commented 4 years ago

I would love to contribute and update the old template to a new and working one. I couldn't find the source for the VSIX though.

https://github.com/NancyFx/Accessories 👍

0x414c49 commented 4 years ago

I managed to upgrade the project, now it supports VS2019.

VSIX packages can be accessed here: https://github.com/0x414c49/Accessories/tree/vs2019/templates/visual%20studio

Seems the source code inside accessories repo is kinda outdated. I don't talk about the projects, I talk about item or project template inside it.

On the other hand, the Item.Template repo seems a better project for VS Templates.

It's easy to create a brand new vsix project that includes snippets, item template and project templates. Tomorrow, I'll work on it.