‘building’ Bug in 1.0.8 still not fixed
‘building’ Bug in 1.0.8 still not fixed
05 Dec 2023, 07:11
saw a new release in 1.0.8.
Why is the newly introduced ‘building’ bug in 1.0.8 still not fixed??
building with 1.0.8
1>_line -> C:\Users\xxxxx\Documents\cAlgo\Sources\Indicators\_line\_line\bin\Debug\net6.0\_line.dll
1>_line -> C:\Users\xxxxx\Documents\cAlgo\Sources\Indicators\_line\_line\bin\Debug\net6.0\_line.algo
1>_line -> \_line.algo <=== SHOULD BE FULL PATH, now the .algo file is in the wrong path; An old file gets executed
building with 1.0.7
1>_line -> C:\Users\xxxxx\Documents\cAlgo\Sources\Indicators\_line\_line\bin\Debug\net6.0\_line.dll
1>_line -> C:\Users\xxxxx\Documents\cAlgo\Sources\Indicators\_line\_line\bin\Debug\net6.0\_line.algo
1>_line → C:\Users\xxxxx\Documents\cAlgo\Sources\Indicators\_line.algo <=== USED TO BE OK,the .algo file is in the right path and gets executed
Replies
PanagiotisCharalampous
11 Dec 2023, 13:18
Hi Shares4UsDevelopment,
Unfortunately we are not able to reproduce such a behavior. If it is possible to arrange a TeamViewer session, please contact me at community@ctrader.com and our team will have a look.
Best regards,
Panagiotis
@PanagiotisCharalampous
Shares4UsDevelopment
14 Dec 2023, 14:24
RE: ‘building’ Bug in 1.0.8 still not fixed
I sent a video to support showing the problem
we had a session together and the problem was repeated & explained by me.
Support found a workaround :
in project file
in <PropertyGroup>
add <OutDir>bin\$(Configuration)\</OutDir>
this fixes the problem after doing new build.
Support makes a ticket to overcome this flaw in the next version.
Spotware thanks for the effort!
@Shares4UsDevelopment
Shares4UsDevelopment
11 Dec 2023, 08:39
Would be nice to get an answer fron Spotware on this ??!!
@Shares4UsDevelopment