You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documents says Returns null if the type cannot be found. however an exception is thrown InvalidOperationException: Sequence contains no elements. This is because you are using First when you should be using FirstOrDefault.