RollbarSharp icon indicating copy to clipboard operation
RollbarSharp copied to clipboard

.NET Core Support?

Open StrangeWill opened this issue 9 years ago • 5 comments

Any plans for getting this to support .NET Core? I've already started the process but don't want to run too far down this rabbit hole if someone has already done it/mostly completed it.

StrangeWill avatar May 30 '16 01:05 StrangeWill

No yet, pull requests are welcome :D

AlbertoMonteiro avatar May 30 '16 12:05 AlbertoMonteiro

Been poking at this, one of the biggest problems I've run into is that walking the stack frames is not supported yet: https://github.com/dotnet/corefx/issues/1797.

This is pretty much a show-stopper on solid error reporting as far as I can tell, can't just give the entire stacktrace string.

StrangeWill avatar May 30 '16 21:05 StrangeWill

Any update on this? I think dotnet core now supports the stackframes

mhgamework avatar Apr 24 '18 10:04 mhgamework

You could check out https://github.com/rollbar/Rollbar.NET which supports dotnet core. It is the official .NET client from Rollbar.

richardversluis avatar Apr 24 '18 10:04 richardversluis

@richardversluis Thanks for pointing this out. I'll update the README to direct future users to this official project

mroach avatar Jun 26 '18 00:06 mroach