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
While using MEL logging, the state object is commonly either FormattedLogValues or LogValues. These types are private structs and implement the IReadOnlyCollection interface. So, there is no way to easily avoid boxing, but we can save enumerator object allocation by using a for-loop instead of foreach.