-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
realpath in c# #45637
base: main
Are you sure you want to change the base?
realpath in c# #45637
Conversation
In the following scenario, I think
Does that difference cause any problem? |
it now walks the parent up to the first link, combine with |
I don't think it matters. Once we located the real dotnet executable, it's parent path can be considered a "dotnet root". Whether that parent path contains links shouldn't matter: the SDK only uses the path for finding stuff beneath it, it doesn't care about the path itself. |
.net framework is windows only and current netcore has ResolveLinkTarget