Julian Verdurmen
Julian Verdurmen
Please reconsider creating a 1.0 version. I requested this years ago: #709, but it doesn't seem to happen. This library is used by many. The 1.0 version **only** requires to...
Auto reload is now off by default. This gives issues when starting the program without config. Also if we forgot the turn it on, a restart is needed. Maybe we...
Clearer, shorter, less longer lines. See also #2506
Master is behind currently. Maybe also remove dev after this, and change to master. (Needs some updates to the docs and branch rules/protection)
Goal: better readable, less noise - level in caps, or between `[` and `]` (easier to filter in text editor) - fixed with for Level? (padded) - remove logging of...
Idea: maybe make it easier to setup Newline delimited JSON and recommend this in the docs. Mabye somethine like ` ` or `
With bare minimum. For several goals: - Using the NLog Logger in application-library should not invite many dependencies for the application-library - The NLog nuget-package should support platforms without console...
The `${callsite}` renders sometimes unwanted methods as callsite, e.g. custom libraries etc. This can be prevented with hide assemblies, but it's too limited (only assembly level and config only in...
Parts with some lower test coverage - [ ] TargetWithContext.cs - [coverage](https://sonarcloud.io/component_measures?branch=dev&id=nlog2&metric=coverage&selected=nlog2%3Asrc%2FNLog%2FTargets%2FTargetWithContext.cs) - [ ] DebuggerTarget.cs [coverage](https://sonarcloud.io/code?branch=dev&id=nlog2&selected=nlog2%3Asrc%2FNLog%2FTargets%2FDebuggerTarget.cs) - [ ] NetworkSenders/ - [coverage](https://sonarcloud.io/component_measures?branch=dev&id=nlog2&metric=coverage&selected=nlog2%3Asrc%2FNLog%2FInternal%2FNetworkSenders) - [x] HttpNetworkSender -> replace WebRequest.Create with...
But `ConfigurationItemFactory.Default.JsonConverter` Otherwise the implementation isn't injectable