-
Notifications
You must be signed in to change notification settings - Fork 6k
Add notes about dnx
#47094
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
base: main
Are you sure you want to change the base?
Add notes about dnx
#47094
Conversation
Add a brief snippet about the new `dnx` script.
@MichaelSimons / @tmds is it reasonable to add the version-independent |
Yes, this sounds good to me, it's the simplest solution. |
@baronfel we also need a symlink similar to |
of course! That's kind of a critical part of making everything Just Work ™️ . Thanks for the review. |
Attention @dotnet/distro-maintainers |
If e.g., if the user installs only the runtime ( EDIT: Now that I think about it, I guess the issue is that multiple SDK packages would then provide the same set of files, which is a problem. I'm curious, though, to know how |
Summary
Add a brief snippet about the new
dnx
script and how it should be packaged by distro maintainers.Fixes dotnet/sdk#49649
Internal previews