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 :)
Hello BetterStack team,
while updating my application packages, I noticed on startup I was getting the following error:
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 :)