mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Dotnet Tool Manifest File Support #517
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jacobohpea on GitHub (Jun 19, 2020).
Originally assigned to: @GregorBiswanger on GitHub.
I don't like installing dotnet tools globally and with the new tools manifest file, it is no longer necessary.
It'd be great if you supported the manifest file for the debugging profile you add and updated the documentation to use the manifest file.
Thanks!
@GregorBiswanger commented on GitHub (Jun 20, 2020):
You need the dotnet tools to start and create an Electron.NET app..
What is meant by new tools manifest file?
@cosmo0 commented on GitHub (Mar 16, 2021):
I guess he refers to this: https://docs.microsoft.com/en-us/dotnet/core/tools/local-tools-how-to-use
@jacobohpea commented on GitHub (Mar 27, 2021):
yes, what @cosmo0 said is correct!
Sorry I did not provide a link, I left this as a comment as I was checking out a few different options for electron in dotnet.
The idea here would be to include a dotnet cli tool manifest file in local repos instead of globally requiring the tool on the devs machine.
Similar to dev-includes in node modules vs global installed tooling.
The readme would replace
dotnet tool update ElectronNET.CLI -gwith some instruction on how to add the manifest file in the existing dotnet repo/project/solution-y thingy