Skip to content

Replace the removal of IDisposable pattern with a supporting class #934

@masesdevelopers

Description

@masesdevelopers

Open an issue on JNet since the removal of IDisposable broken the GC expectation to reach the finally block to execute something on the object before retire it. The missing Dispose method is replaced with a sequence SuppressFinalize/ReRegisterForFinalize that is more verbose

Originally posted by @masesdevelopers in #1513

Metadata

Metadata

Labels

.NETPull requests that update .net codeJNetJNet related issueenhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions