You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Make C# object with native handle disposable
The wrapper user can decide to release the native handle immediately to avoid potential resource race issues.
* Implement dispose pattern following the Microsoft documentation
https://docs.microsoft.com/en-us/dotnet/standard/garbage-collection/implementing-dispose
* Refine the change according to pull request comments
Co-authored-by: Kevin Zhang <Ping.Zhang@autodesk.com>
0 commit comments