dotnet / tye

Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
MIT License
5.3k stars 520 forks source link

`.NET Location Not Found` message appearing even with the correct .NET installed #1605

Open somecodingwitch opened 11 months ago

somecodingwitch commented 11 months ago

Describe the bug

Happening in NixOS

.NET Location Not Found message appearing even with the correct .NET installed and correct DOTNET_ROOT path set.

To Reproduce

Further technical details

Platform: NixOS

Raw command and/or any flag only shows me this output message:

$ tye
You must install .NET to run this application.

App: /home/quasar/.dotnet/tools/tye
Architecture: x64
App host version: 7.0.9
.NET location: Not found

Learn about runtime installation:
https://aka.ms/dotnet/app-launch-failed

Download the .NET runtime:
https://aka.ms/dotnet-core-applaunch?missing_runtime=true&arch=x64&rid=nixos.23.05-x64&apphost_version=7.0.9