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
Currently, the BeginScope method on the MockLogger throws a NotImplementedException. This method needs to be implemented in order to feed in scope information into log entries.
The state parameter should be stored and exposed on MockLogEntry for verification.