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
Fix memory leak in AppDomainWrapper (NLog#1690)
* Unsubscribe from AppDomain when closing down
* Breaking change where AppDomainWrapper no longer attaches itself to the AppDomain
* Non Breaking change where AppDomainWrapper performs lazy attachment to AppDomain
FileTarget: Performance improvement for CleanupInvalidFileNameChars (N……Log#1582)
* FileTarget: Performance improvement for CleanupInvalidFileNameChars
* Added unit test