Build process before testing fails from from version 10.0.0.2479
It seems it’s not able to find test project even if it’s present in solution
e.g.
Project ‘<ElementsProject: Echoes (.NETCore), “TupleTest” file:///C:/TEST /OxygeneTests/TupleTest/TupleTest.elements>’ not found in solution.
Thank you,
Giovanni
mh
(marc hoffman)
February 11, 2020, 12:08pm
2
Any chance I could see a test case for this? Thanx!
Just downgrade to 2471 and use as test case project I’ve already uploaded for BadImageFormatException on named tuples
I thought someting about using - or _ chars in build path, but even if I’ve tryed to test in C:\SIMPLEDIR\ with no success.
I’ve also noticed someting new in 2470 build command (–goal option)
eg
“–goal:<ElementsProject: Echoes (.NETCore), “TupleTest” file:///C:/P%2DWORK /TEST /OxygeneTests/TupleTest/TupleTest.elements>;Echoes”
Hope this helps.
Thank you,
Giovanni
TupleTest-Ebuild-Logs.zip (269.7 KB)
mh
(marc hoffman)
February 15, 2020, 9:55pm
4
Ah yes, that could be related. I’ll have a look tomorrow. this seems wrong, it should be passing a guid, not what seems to be there ToString() of the internal Project class…
mh
(marc hoffman)
February 15, 2020, 9:57pm
5
Yep, found it and fixed for vNext.
I’ve just test it on .2485 and it works!
Thank you,
Giovanni
1 Like