-
-
Notifications
You must be signed in to change notification settings - Fork 6
Preserve trailing slash in file spec for directory #125
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
Conversation
ded76db
to
fa57249
Compare
This enhances consistency with the `/` meaning "start relative path from here on", which can now be used consistently in both the path and url.
fa57249
to
af111fb
Compare
🧪 Details on macOS Unix 14.7.0✅ Devlooped.FileSpecTests.CalculateDefaultPath(url: "https://github.com/devlooped/dotnet-file/blob/main"···, path: "src/Directory.props") 🧪 Details on Ubuntu 22.04.5 LTS✅ Devlooped.FileSpecTests.CalculateDefaultPath(url: "https://github.com/devlooped/dotnet-file/blob/main"···, path: "src/Directory.props") 🧪 Details on Microsoft Windows 10.0.20348✅ Devlooped.FileSpecTests.CalculateDefaultPath(url: "https://github.com/devlooped/dotnet-file/blob/main"···, path: "src/Directory.props") from dotnet-retest v0.6.3 on .NET 8.0.8 with 💜 |
This enhances consistency with the
/
meaning "start relative path from here on", which can now be used consistently in both the path and url.