We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Getting started with ASP.NET Core 2 (markdown)
Fixed method name
Corrected info mismatch in section "Enable copy to bin folder". Original screen shot contains "Copy always" and code snippet bellow contains "Copy if newer". Corrected screenshot to "Copy if newer" which is a better choise.
Fixed minor case issue with example nlog.config
Updating to working "using" statement for .net core 2
Updated to NetCore 2.1 syntax (LTS)
Added nuget-links
Update to NLog.Web.AspNetCore ver. 4.5.4
Revert 7126e962496ba44b2dc1c393f28775037607df60...33f6bb409bd47589fb68e553e910ead28caf9d2e on Getting started with ASP.NET Core 2
NLog.config was missing the extension for AspNetCore. I found without that layout renderes such as ${aspnet-request-url} don't work.
Fixed typo: 'NLog.Web.LogBuilder' to 'NLog.Web.NLogBuilder'