damienbod
damienbod
sounds good to me, I created a seperate issue about the extension idea. https://github.com/aspnet/HealthChecks/issues/14
@SharpNoiZy should work without problem, I'll create a demo Greetings Damien
Here's a working demo https://github.com/damienbod/AspNetCoreNlog/tree/consoleDemo/src/ConsoleNLog greetings Damien
@SharpNoiZy Is this ok now? Greetings Damien
@SharpNoiZy I'm using this version as well. strange. Try deleting the project.lock.json and check that the global.json is using the right version. Greetings Damien
Try adding the NuGet feed and move to the top, this is deactivated.Tools/NuGet Package Manager/NuGet Package Settings/Package sources You need this source https://api.nuget.org/v3/index.json
NLog is a pre-release package. Is this allowed? Packages are public: https://www.nuget.org/packages/NLog.Extensions.Logging/
Hi @vankhanhpr I updated this repo to use 3.1 If you look in the history, the version before the update, with the nuget packages used will work with 2.1. Greetings...
@zyofeng I think this could be improved by using different schemes. I would need to look more into detail to understand this better. Greetings Damien
This is because a valid certificate is required. You need to allow the certificate on you OS and start both Apps. If you send the certificate with the request, then...