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
- System.Type.Name instead of .GetShortName() extension in places
where there it is obvious that short name is equal to Type.Name (type is
not nested, it is class, and it is not generic), only for types we
have created and control.
- avoid getting type name when logging is skipped.
RuntimeType has names caching mechanisms so we can rely on it instead
of having ours.
0 commit comments