Skip to content
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

Does not log on net5.0 because of old dependency #24

Open
alastairtree opened this issue Feb 15, 2021 · 0 comments
Open

Does not log on net5.0 because of old dependency #24

alastairtree opened this issue Feb 15, 2021 · 0 comments

Comments

@alastairtree
Copy link
Contributor

Serilog selflog shows an exception when running this sink on .net 5 and no logs are sent to the event hub. Upgrading to Microsoft.Azure.EventHubs version 4.3.1 fixes the issue. There is a PR over at #23 that upgrades the dependency but is failing because of net451 support.

In the meantime net5 users can add the below to force upgrade the dependency and fix the sink on net5

<PackageReference Include="Microsoft.Azure.EventHubs" Version="4.3.1" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant