Skip to content

Added IAsyncDisposable support.#54

Draft
AraHaan wants to merge 1 commit intomainfrom
add-iasyncdisposable-support
Draft

Added IAsyncDisposable support.#54
AraHaan wants to merge 1 commit intomainfrom
add-iasyncdisposable-support

Conversation

@AraHaan
Copy link
Copy Markdown
Contributor

@AraHaan AraHaan commented Apr 2, 2026

Checklist

  • I have read the Code of Conduct and the Contributing files before opening this issue.
  • I have verified the issue this pull request fixes or feature this pull request implements is to the current release.
  • I am using the latest stable release with the above code fix or the current main branch if code changes are present (prerelease code changes).
  • I have debugged and tested my changes before submitting this issue and that everything should just work.

Describe the issue this fixes / feature this adds

This PR adds in support for generating the IAsyncDisposable interface implementation for disposable types.

@AraHaan AraHaan added this to the v1.2.0 milestone Apr 2, 2026
@mergify mergify bot added the enhancement New feature or request label Apr 2, 2026
@codacy-production
Copy link
Copy Markdown

codacy-production bot commented Apr 2, 2026

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 16 complexity · 2 duplication

Metric Results
Complexity 16
Duplication 2

View in Codacy

TIP This summary will be updated as you push new changes. Give us feedback

@AraHaan AraHaan mentioned this pull request Apr 2, 2026
@AraHaan AraHaan force-pushed the add-iasyncdisposable-support branch 4 times, most recently from 415d629 to e365c3f Compare April 3, 2026 16:11
Comment thread tests/SGAssert.cs Dismissed
return result.ToString();
}

private static void WriteDisposeImplementation(ClassItems classItem, bool isAsync, ref StringBuilder result)
@AraHaan AraHaan force-pushed the add-iasyncdisposable-support branch 2 times, most recently from 470b750 to 8317cda Compare April 8, 2026 20:15
Signed-off-by: AraHaan <seandhunt_7@yahoo.com>
@AraHaan AraHaan force-pushed the add-iasyncdisposable-support branch from 8317cda to f15c96f Compare April 8, 2026 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants