且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

得到“表达式太长或太复杂而无法编译".使用C#目标时

更新时间:2023-09-13 10:40:40

我环顾四周,发现这可能是由于编译器引发了深度递归问题".这意味着编译器由于过于复杂而无法解析表达式.有关更多信息,请参见构建错误:表达式太长或太复杂而无法编译"

I have looked around a found that this could be due to a "deep recursion problem" thrown at the compiler. What this means is that the compiler has problems parsing an expression due to it being too complex. For more information, see Build error: "An expression is too long or complex to compile" and http://ayende.com/blog/3528/setting-out-to-break-the-compiler.