sdk-dotnet
sdk-dotnet copied to clipboard
Stop freeing native resources in finalizers
What was changed
Update interop byte array ref and scope to not free in finalizer, but rather in explicitly-invoked dispose only. See https://github.com/temporalio/sdk-dotnet/issues/577#issuecomment-3675108863.
Checklist
- Closes #577
- Closes #579