C
C#10mo ago
ch3rry

❔ ✅ CS-Script throwing strange errors on load

dynamic a = CSScript.Evaluator
.LoadFile("Scripts/X.cs");
a.main();
dynamic a = CSScript.Evaluator
.LoadFile("Scripts/X.cs");
a.main();
No description
2 Replies
ch3rry
ch3rry10mo ago
can somebody help me with this? solved by downgrading codeanalysis.common to 4.1.0 from 4.7.0
Accord
Accord10mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.