I got this error in the browser after updating to .net core release 3.0
:
TypeLoadException: Could not load type 'System.Diagnostics.CodeAnalysis.MaybeNullAttribute' from assembly 'netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
I've updated everything to latest version 3.0. Is it a bug? What should i do?
This error occurred when using preview SDK of .NET Core. Based on this git thread: