-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for .NET Core? #9
Comments
PR is ready: #8 |
The PR was merged. Can you take a look? |
@moriyoshi Maybe release a nuget-package ? |
Custom NuGet-package, while waiting for the official nuget.org to be updated (net35, net40, net45 + netstandard20) NLog.Targets.Fluentd.1.0.5.nupkg.zip (Remove zip-extension after download) |
More than a month has passed and it seems the package hasn't been updated @ Nuget. Can you please check it out? @moriyoshi |
@kalexii I'm not the owner of the nuget-package. I just helped with updating the source-code to support NetStandard. Can you verify that the unreleased nuget-package is working for you? @moriyoshi Maybe time to release as official nuget-package? |
@snakefoot Well, VS doesn't give me any warnings anymore. I'll follow up once I've wired everything up. |
Matter of fact, it throws some weird error. Here's an excerpt from NLog internal log:
And here's my config:
That error message is rather misleading, because disabling firewall didn't help. |
Are you missing something here:
Have you tried to open a PowerShell-prompt an run this command to check if host and port can be accessed:
Created #10 that adds some extra logging of connection configuration. |
@snakefoot I've deliberately replaced actual values with those |
I have created a modified version of the package with support for NLog.Targets.Fluentd.1.0.6.nupkg.zip (Remove zip-extension after download) |
Gentle ping to @moriyoshi, would it be possible to update the official nuget package? |
You can use https://www.nuget.org/packages/NLog.Targets.Fluentd.NetStandard/ which is fork from here https://github.com/jcapellman/NLog.Targets.Fluentd |
Hi, my services are in .NET core, Is this sdk supported by .Net core?
The text was updated successfully, but these errors were encountered: