报错截图
解决方法:
确定启动dll没有拼错,如果确定没有拼错,使用 命令 cd .. 然后返回上一层路径,然后在进入到启动dll所在的目录再执行 dotnet 命令
.net 5.0 在linux 启动报错 System.IO.FileNotFoundException:Unable to find the specified file. at Interop.Sys.GetCwdHepler.....
原文:https://www.cnblogs.com/tomorrow0/p/15037320.html