- Home /
The question is answered, right answer was accepted
Why do I have 374 compiler errors?
So basically this happens to me every time I enter or create a project. I can't do anything because I have 374 compiler errors without doing anything.
Congratulations. You successfully cut of all relevant information in those console messages and just kept the irrelevant part ^^.
Like $$anonymous$$r Teels said try reimporting the package. If that doesn't help you might use the wrong .NET standard in your project for this package. Though since we do not see a single error in your screenshot we don't know.
I quickly had a look at the package and it depends on the NUnit package (com.unity.ext.nunit). Are you sure you haven't removed it from your project? Because the line numbers of your errors seem to point to the using directives that involve the NUnit namespace. So it's probably missing or not compiled yet.
Answer by Mr_Teels · Jan 10, 2020 at 04:44 PM
In your Project Window below "Assets" should be a "Packages" Folder Dropdown. Rightklick and "Reimport". Or Update all im Package Manager. There is something wrong with a Package.
Follow this Question
Related Questions
Weird Error after Update 4 Answers
Monodevelop Fatal Error 0 Answers
Help! Compiler Error! 1 Answer