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 exception occurs because ReflectedType may return null (this is not a bug, see documentation). This is very problematic because it means that the logging code will crash the application in such a case.
The text was updated successfully, but these errors were encountered:
The exception occurs because
ReflectedType
may return null (this is not a bug, see documentation). This is very problematic because it means that the logging code will crash the application in such a case.The text was updated successfully, but these errors were encountered: