question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Enable using .NET SDK templates with Visual Studio

See original GitHub issue

There should be a way to use .NET SDK templates (dotnet new -i) with Visual Studio. I don’t believe there is any such experience.

This issue would be best served by such a capability: https://github.com/dotnet/iot/issues/1173

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:25 (19 by maintainers)

github_iconTop GitHub Comments

2reactions
shaggygicommented, May 27, 2022

@richlander thanks for looking into the issue. I had no idea it was added in VS17. 👍

the following adds it to the dialog.

dotnet new -i C:\[PATH]\iot\tools\templates\DeviceBindingTemplate\dotnet_new_device-binding_csharp

image
2reactions
sayedihashimicommented, May 5, 2022

@baronfel take a look at https://aka.ms/netcore-templates for additional info.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Install and manage SDK templates - .NET
Install template. Template packages are installed through the dotnet new install SDK command. You can either provide the NuGet package ...
Read more >
NET default templates for dotnet new - .NET CLI
The following table shows the templates that come pre-installed with the .NET SDK. The default language for the template is shown inside the ......
Read more >
Custom templates for dotnet new - .NET CLI
You can create your own custom templates for any type of project, such as an app, service, tool, or class library. You can...
Read more >
.NET CLI Templates in Visual Studio - .NET Blog
Visual Studio now has an option in preview to enable CLI-installed .NET Core templates to display as options in the New Project Dialog ......
Read more >
Templates for projects and files - Visual Studio (Windows)
Project templates, such as the ASP.NET Core Web App and Class Library templates, are available to choose from when you create a new...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found