Örjan Sjöholm

Results 5 issues of Örjan Sjöholm

**Is your feature request related to a problem? Please describe.** When using `trackException` it looks like it's not propagating the [cause](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause) of the error. This would be really helpful so...

enhancement

Thanks for a nice library with a sensible default for creating dags! What's required/missing to be able to release a stable version e.g. `0.0.1` or `0.1.0`? Can I help out...

I've been fiddling around a little bit on how to create a set of cross language acceptance tests. The first take was trying to port https://github.com/AsynkronIT/protoactor-go/blob/dev/examples/remoteactivate/node2/main.go to kotlin and call...

### Changes - Upgrade sdk to dotnet 10 - Upgrade github actions - Upgrade `System.Text.Json` to `10.0.0` - Drop support for `net6.0` and `net7.0` - Add support for `net10.0` ###...

[.NET 10](https://dotnet.microsoft.com/en-us/download/dotnet/10.0) has been released and it would be great if it was possible to provide a build for it? Maybe it's time to revisit the [build targets](https://github.com/weichch/system-text-json-jsondiffpatch/blob/main/src/Directory.Build.props#L4C1-L5C1)? ```xml net8.0;net7.0;net6.0;netstandard2.0;net462...