Open i-love-code opened 4 years ago
Add'l info, just in case:
--watch
commanddotnet run
and dotnet watch --project <..> run
I so far only manage to get tye work in WSL2
dotnet tool update -g Microsoft.Tye --version "0.5.0-*" --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json
tye --version
0.5.0-alpha.20515.1+869433786bd9b0432435fa86906ce1fe714f9751
I have problem getting it installed in Win10 Pro.
Just curious, is this supposed to work with .NET 5 RC1? It looks like some things work, some do not.
Example:
tye run --watch
Running
tye run --watch
with two .NET 5 RC1 web projects (referencing a handful of netstandard2.1 libraries, if it matters)To Reproduce
versions
tye.yaml
The console output:
Further technical details
Platform: Windows (10 x64)