Open eschneider999 opened 3 years ago
The error message does not mention that, but we search for .vbproj
as well:
Most probably the name of output exe is different than the name of the .(c/f)sproj
What is the name of your project file and output assembly that defines the benchmarks?
Benchmarks.vbproj Benchmarks.dll
it's console app
.net core 2.0 project, not sure if that's the problem?
Used to work, but some one on here added the vbproj, it was for me a long time ago. output is Benchmarks.dll which seems strange to me, I would think it should be a exe as a console app.
The way the logic is implemented:
G:\Dev\FrozenElephant\SymbioticORM\Benchmarks\bin\netcoreapp2.0
) until you find .sln
file.So if it's not project and assembly name mismatch, it's most likely lack of .sln
file:
Unable to find .sln or .csproj file. Will use current directory G:\Dev\FrozenElephant\SymbioticORM\Benchmarks\bin\netcoreapp2.0 to search for project file. If you don't use .sln file on purpose it should not be a problem.
proj is here: G:\Dev\FrozenElephant\SymbioticORM\Benchmarks\ my solution file is here: G:\Dev\FrozenElephant\SymbioticORM\Symbiotic\
i also have another sln in there
does not work with vb.net
Unable to find .sln or .csproj file. Will use current directory G:\Dev\FrozenElephant\SymbioticORM\Benchmarks\bin\netcoreapp2.0 to search for project file. If you don't use .sln file on purpose it should not be a problem.
// Generate Exception: Unable to find Benchmarks in G:\Dev\FrozenElephant\SymbioticORM\Benchmarks\bin\netcoreapp2.0 and its subfolders. Most probably the name of output exe is different than the name of the .(c/f)sproj