Rolf Kristensen

Results 84 issues of Rolf Kristensen

**Is your feature request related to a problem? Please describe.** Trying to reduce the size and dependencies of an assembly. Would be great if ILSpy could show how much class...

Enhancement

.Net5 will automatically use the NetStandard2-dependency, so ConcurrentWrites will depend on global mutex (And the global mutex can only be used between applications using the [same service-account](https://github.com/NLog/NLog/issues/4242#issuecomment-762425470)). Could be nice...

feature
up-for-grabs
performance
file-target
platform support

version
size/M

It is only being used for netstandard1.3 (UWP1 etc.) for writing Application Assembly-version. But it seems that it might get a bad treatment in the future. See also: https://github.com/dotnet/corefx/issues/35068 +...

could Have

Instead of having to do this: ```xml ``` Then it could be nice one could also do this: ```xml ``` Right now the work-around is doing it like this: ```xml...

feature
up-for-grabs

When using this format: ```xml ``` Then one gets the following XML schema-validation error: ![image](https://user-images.githubusercontent.com/11509660/174430551-d6bc974b-d567-44ae-9824-a2a42fd747d9.png) Maybe add support for having assembly-name as prefix: ```xml ``` Curious is the XML Schema...

up-for-grabs
XSD change

Could be nice if these extensions could be extracted to other repository: - [x] NLog.Wcf - [x] NLog.WindowsIdentity - [x] NLog.PerformanceCounter - [x] NLog.MSMQ - [ ] NLog.WindowsRegistry - [...

build-config

Since May 2020 then [Github have blocked the Google-Crawler](https://github.community/t/request-github-open-up-project-wiki-pages-to-web-indexes/122096) from indexing any Wiki-pages. Github has taken this step to avoid spam-wiki-pages from reducing their own Google-page-rank. This means the entire...

discussion

Can see a lot of people who doing the following: - Using NLog Config Variables before they are declared at runtime - Register custom NLog LayoutRenderer after config has been...

feature
up-for-grabs
nlog-configuration

Right now the object-reflection is rather simple, and converts all properties into `object`. Then afterwards the `object` is serialized into the expected format (json / xml / etc.) When handling...

up-for-grabs
performance
json / json-layout