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
The code above would output XF instead of X/F (or X\F on Windows). It's a similar issue to #3352 I guess - missing an overload of + operator between DirectoryPath and ConvertableFilePath.
Is this by design or simply nobody implemented it yet?
Prerequisites
Cake runner
Cake Frosting
Cake version
5.0.0
Operating system
N/A
Operating system architecture
N/A
CI Server
No response
What are you seeing?
The code above would output
XF
instead ofX/F
(orX\F
on Windows). It's a similar issue to #3352 I guess - missing an overload of + operator between DirectoryPath and ConvertableFilePath.Is this by design or simply nobody implemented it yet?
What is expected?
The output should be X/F (or X\F on Windows).
Steps to Reproduce
Output log
No response
The text was updated successfully, but these errors were encountered: