Sayed Ibrahim Hashimi

Results 236 comments of Sayed Ibrahim Hashimi

I believe you can get this error if there is no `.vstemplate` file discovered.

I'm working on a detailed blog post on how to create templates, in the meantime see https://aka.ms/dotnetnew-create-templates. I'll update that link later on when I post the new blog.

Instead of just updating the current SideWaffle to 2017 I'd like to propose a shift in direction As mentioned we have created a new [Template Engine](https://github.com/dotnet/templating/) which is powering `dotnet...

@brgrz >This all reads nice and fine but the actual tools (I should say tool actually because currently there's only dotnet new for now) are clumsy and hard to use....

FYI I'm working on the update to SideWaffle now. I should have something to share in a few days. Creating templates is going to be so easy it's not even...

The future is here. Checkout my 10 min video of SideWaffleV2 https://youtu.be/g6az_N95dVM. I forgot to mention in my video, you will need to install the VS Extensibility Tools. We've also...

@brgrz can you expand on > It'd be great if I was able to create a template for a custom controller I have with the new templates and reuse it...

@bjthompson44 @brgrz @artchess what you are looking for is called Scaffolding. I know when we initially built that it was extensible, but I'm not sure if it still is. @vijayrkn...

I'm not following you what do you mean?

Hi @namtar1447, since you are wanting to show a UI or collect info from the user in Visual Studio, you'll need to create a custom wizard. You can do this...