Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate reports of .NET SDKs not working after install on macOS #18154

Open
baronfel opened this issue Jan 9, 2024 · 1 comment
Open

Comments

@baronfel
Copy link
Member

baronfel commented Jan 9, 2024

We've had a couple reports now (one on AzDO, one from @webreidi's team) that users installing the SDK via the macOS pkg installers are not in a usable state after installation. Specifically the dotnet binaries are not invokable after installation.

We should investigate the packages and verify:

  • any PATH modifications/symlinks inside PATH-known locations to non-PATH-locations are created correctly
  • the /etc/install_locations are set as expected as well

I know we do have release testing that broadly should cover this, but multiple reports means we should look into it.

@baronfel
Copy link
Member Author

baronfel commented Jan 9, 2024

I just installed 8.0.101 via the package installer on my M2 Macbook and was able to invoke dotnet after installation - though I did need to restart my terminal application to pick up the changes to $PATH (which in this case added /usr/local/share/dotnet to $PATH. The /etc/dotnet/install_location and /etc/dotnet/install_location_x64 marker files were in their correct locations as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant