Stefdelec
Stefdelec

Reputation: 2811

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?

enter image description here

Upvotes: 0

Views: 123

Answers (1)

dimitar.bogdanov
dimitar.bogdanov

Reputation: 394

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).

Upvotes: 1

Related Questions