BetterStackHQ / logs-client-serilog

Better Stack .NET Serilog client
https://betterstack.com/logs
Other
1 stars 1 forks source link

serilog-sinks-http 9.0.0 release causes issues on startup #5

Closed eozdil174 closed 2 weeks ago

eozdil174 commented 2 months ago

Hello BetterStack team,

while updating my application packages, I noticed on startup I was getting the following error:

Method 'PostAsync' in type 'BetterStack.Logs.Serilog.BetterStackHttpClient' from assembly 'BetterStack.Logs.Serilog, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

Looking at the last release for the serilog-sinks-http. The PostAsync method was changed (a new parameter was added), which seems to be the cause of the problem.

It would be great if this could be updated so people don't have to dig to realise the issue :)

curusarn commented 2 months ago

Hey @eozdil174!

Thank you for raising this. I'm passing this on to the team to get this fixed.

Thanks again for bringing this up!

PetrHeinz commented 2 weeks ago

Hi @eozdil174,

We've just released v1.1.0 of our BetterStack.Logs.Serilog library that is compatible with Serilog.Sinks.Http in v9.0.0, and it should be available on NuGet shortly.

Thanks again for reporting this 🙌

Have an awesome day!