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
{{ message }}
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
Some misc code cleanup:
https://github.com/aspnet/Logging/blob/dev/src/Microsoft.Framework.Logging/DiagnosticsScope.cs
_disposedValue
to_isDisposed
https://github.com/aspnet/Logging/blob/dev/src/Microsoft.Framework.Logging/Logger.cs
readonly
as appropriate (including nested class's fields)bool
tofalse
)disposedValue
to_isDisposed
++i
toi++
because reasonshttps://github.com/aspnet/Logging/blob/dev/src/Microsoft.Framework.Logging/LoggerFactory.cs
https://github.com/aspnet/Logging/blob/dev/test/Microsoft.Framework.Logging.Test/DiagnosticsScopeTests.cs
The text was updated successfully, but these errors were encountered: