You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow resolving file path variable values relative to their declaring file at all supported levels. The normalization is performed using the `FileInfo.FullName` so that it will normalize path separators too as well as relative path.
Works for files and directories.
Fixes#5
Allow resolving file path variable values relative to their declaring file at all supported levels. The normalization is performed using the `FileInfo.FullName` so that it will normalize path separators too as well as relative path.
Works for files and directories.
Fixes#5
See natemcmaster/dotnet-serve#64 (review)
Makes sense as a scenario and maybe there should be a built-in API to make that easier?
The text was updated successfully, but these errors were encountered: