简体   繁体   中英

Why monodevelop is not showing any error?

I have just installed Monodevelop to use it in conjunction with unity. When I use it and I assigning string to typed int, I am expecting an error.

Why monodevelop is not showing any error? Like red line under MyInt = "qaefef";

Am I missing a configuration somewhere?

在此处输入图像描述

You might be missing your.sln file, according to this post on Unity Answers, or you can try reinstalling the .NET framework according to this answer on there .

Regardless, MonoDevelop has been abandoned by Unity for a long time. You should be using Visual Studio ( read this announcement ).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM