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
Ok I guess the error message and behavior is reasonable. We should change the message in that particular situation (where we detect starting / or \) and remove the "report an issue".
Just to explain starting with / is considered an absolute path on unix system, therefore I feel like we shouldn't "just" make that a relative path on windows.
I added the message while rewriting some parts of the globbing implementation where I wasn't sure how and when a particular code path can be reached
while migrating to FAKE 5 I got this error message:
Following the message I solved the issue (using the relative path
.\**\bin\Debug\*.Tests.dll
) and now I'm reporting it:)Thanks
The text was updated successfully, but these errors were encountered: