Scripts not opening after updating.

After updating my Unity project to 2020.1, my scripts no longer open, it comes up with this message for literally forever, I’ve tried restarting Unity, and it still comes up with this message. I am unable to move on in my project until this is resolve.
6628630--755689--UnityMessage.png

Unity 2020.2 has a feature called Unity Safe Mode that seems designed for situations like this, might be worth trying the new one.

How do I use “unity safe mode?”

In 2020.2 it should prompt you to use safe mode if you have script errors. blog post

If it’s not prompting you, you could try intentionally adding a syntax error to a script before opening Unity.

(Disclaimer: I haven’t used 2020.2 yet, I don’t actually know how safe mode is supposed to work or if it’s necessarily the right solution to this problem.)

Hmm, it still doesn’t seem to working, do you have any other suggestions?

Not sure but try this:
In the project settings, switch the Api Compatibility Level to an other version of .NET

That is not working either :(.