NetDevelopersPoland / NetDevPLWebsite

MIT License
22 stars 24 forks source link

NLog does not work on Linux #50

Closed pawelklimczyk closed 7 years ago

pawelklimczyk commented 7 years ago

Same configuration for Windows and Linux. Does not work on linux. Output is empty.

Mono version

Mono JIT compiler version 4.2.3 (Stable 4.2.3.4/832de4b Tue Mar 15 11:39:54 EDT 2016) Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com TLS: __thread SIGSEGV: altstack Notifications: epoll Architecture: amd64 Disabled: none Misc: softdebug LLVM: supported, not enabled. GC: sgen

lukasz-pyrzyk commented 7 years ago

NLog had a problem with working on Mono.

<package id="NLog" version="4.3.10" targetFramework="net452" />

Please update to the newest pre version - NLog 4.4.0-betaV15.

pawelklimczyk commented 7 years ago

NLog 4.4.0-betaV15 - works fine ?

lukasz-pyrzyk commented 7 years ago

I had similar problem with .NET Core on Mono. After upgrade it works fine

pawelklimczyk commented 7 years ago

Done