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
Debug.WriteLine is only there in debug session, but the information it prints could be useful in other scenarios, such as production debugging. Some alternatives, in increasing order of preference:
It looks like the System.Diagnostics.Trace class is only supported in .NET Standard 2.0, which would be a breaking change for us to target today. We may need to explore alternate solutions, or just wait until we can drop support for older .NET Core versions.
Debug.WriteLine
is only there in debug session, but the information it prints could be useful in other scenarios, such as production debugging. Some alternatives, in increasing order of preference:The text was updated successfully, but these errors were encountered: