Move Tye to .NET 6
See original GitHub issueWhat 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)
- Consider then eliminating dependency on
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:
- Created 2 years ago
- Reactions:15
- Comments:8 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@philliphoff Its still not available when using
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).