-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Labels
Description
Describe the bug
If publishing Bruce as .Net 8 single file it fails to run commands here, because the folder string is empty:
var folder = Path.GetDirectoryName(entry.Location); |
var folder = Path.GetDirectoryName(entry.Location);
var dlls = Directory.GetFiles(folder, "*.dll");
Error will be:
System.ArgumentNullException: Value cannot be null. (Parameter 'path')
To Reproduce
Upgrade bruce project to.Net 8
set target to Windows
Publish set to win-x64
enable checkbox single file
run bruce
execute a command
Expected behavior
Expected to run the command.
Screenshots
n/a
Additional context
n/a