Natasha 编译 完整代码的错误提示,有办法明确一些吗? #212
Unanswered
daonidedie
asked this question in
Q&A
Replies: 1 comment
-
try{
.....
}catch(NatashaException e){
throw new Exception(e.Message +"\r\n 源代码 \r\n" + e.Formatter);
} 希望可以帮助到你. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
想弄一个在线生成sln 的在线运行环境,准备使用natasha 但发现错误提示不太明确。这个如果需要改善应该怎么弄呢。
如,NatashaException: ; expected at AssemblyCSharpBuilder.Add(String script) at xxx.xxx
实际它不定位到多少行。这个是需要先进行语法分析吗?还是怎么弄,希望作者能够给出建议,。
Beta Was this translation helpful? Give feedback.
All reactions