Julian Verdurmen

Results 414 comments of Julian Verdurmen

Silverlight renderers Abstractions (interfaces)

I think this should be 5.0, as 5.0 is later then planned IMO

extensions packages should target NLog.Core then (or maybe NLog.Abstractions)

> #2582 - Move WCF targets to NLog.WCF package > #2676 - Move DatabaseTarget to NLog.DatabaseTarget package > #2680 - Move NetworkTarget to NLog.NetworkTarget package > #2786 - Move MailTarget...

@snakefoot what do you think the benefits should be of this change? At first it was improving dependencies, but that isn't an issue with .NET standard 2 anymore (only one...

Sub issue: https://github.com/NLog/NLog/issues/3366 Useful tool probably: https://github.com/CurseStaff/GitSplit

started on this, branch split-packages

todo (pre-requirements) - [x] split PlatformDetector into file / non-file -> https://github.com/NLog/NLog/pull/3443 - [ ] drop Annotations -> package: ```xml all ```

Small interfaces are better to handle, so move it to a separate class

issues (amongst others): - [ ] internallogger (core) uses System.Configuration.ConfigurationManager -> inject? - [ ] lower: ConditionParser (core) hard references all expressions - [ ] LoggingConfiguration references XmlLoggingConfiguration -> add...