Matt Johnson-Pint
Matt Johnson-Pint
Note, this would be a breaking change, but since you're still in version `0.x` range, I think it's fine.
Yes. Returning a `Result` object from that library would be acceptable.
Any update on this? Thanks.
Minimal dependencies don't need to be bumped just because they're EOL. That just removes compatibility with older versions, with no benefit to newer ones. If you want to use a...
@Swatinem - is this still needed? I think the latest is working without it, no?
Some time has passed and I recently took another look at this. We can achieve this goal without modifying the hub. Rather, we just need to implement `setSpan` on the...
Fixed in #2364
We seem to be doing fine with .NET 7 in our test projects. Thus far there has been no need to create a .NET 7 target for the source projects....
@robomac - If you're referring to the `global.json` mentioned [above](https://github.com/getsentry/sentry-dotnet/issues/1676#issuecomment-1249606694), that comment was made when .NET 7 was still in RC1 status. It's been quite some time since then. There's...
Also , just FYI - it's generally not a good idea to put a `global.json` directly into your home directory, as it will affect every project from that level and...