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.

Move Tye to .NET 6

See original GitHub issue

What should we add or change to make your life better?

  • Move Tye to .NET 6 now that it’s GA.
  • Consider moving to all-in-one executable released in both x86 and ARM flavors for each platform.
    • Consider then eliminating dependency on dotnet tool mechanism for installation (i.e. have Tye be a standalone CLI)

Why is this important to you?

Developers will tend to migrate to .NET 6 being the new LTS version, meaning fewer will have .NET Core 3.x installed (currently required for Tye). Moving to .NET 6 will also avoid x86/arm issues currently seen on Apple Silicon.

If we were to also move to all-in-one executables, we could also eliminate the need for a particular version of .NET runtime just for the purposes of running Tye. Eliminating our dependency on dotnet tool would also be helpful for those wishing to use Tye with non-.NET development platforms.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:15
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
cphillips83commented, Nov 28, 2021

@philliphoff Its still not available when using

dotnet tool update -g Microsoft.Tye --version "0.11.0-*" --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json
1reaction
philliphoffcommented, Jan 18, 2022

As the port to .NET 6 is done, and CI builds are available, I’m going to close this issue. The question of splitting off of dotnet tool or otherwise becoming a self-contained CLI tools will be tracked as a separate issue (if and when we decide to pursue it further).

Read more comments on GitHub >

github_iconTop Results From Across the Web

Migrate from .NET Framework to .NET Core (.NET 6)
You should always migrate to the latest version of .NET Core available i.e. .NET 6 instead of the older versions. If you are...
Read more >
Migrate from ASP.NET Core 3.1 to 6.0
In this article Prerequisites Update .NET SDK version in global.json Update the target framework Update package references Delete bin and obj folders Minimal...
Read more >
Moving from .NET Framework to .NET 6 : r/dotnet
The very basic is create a new app as .net 6 for WPF save and close it. Open the project file in notepad...
Read more >
Migration From .NET Core 3.1 To .NET 6
Open your current project in Visual Studio 2022. Right-click on the Project name in solution explorer and select Properties. ... Then select the...
Read more >
Tools to Upgrade Your Existing .Net App to .NET Core ...
NET global tool that can convert a project or entire solution to the .NET SDK, including moving desktop apps to .NET 6. However,...
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