Elskom / IDisposableGenerator

Source Generator Generating the Dispose functions in Disposables.
MIT License
15 stars 1 forks source link

v1.2.0 Roadmap #30

Open AraHaan opened 2 years ago

AraHaan commented 2 years ago

Roadmap for v1.2.0

Issue Status
Add support for generating IAsyncDisposable implementations. Planned
Generate code to dispose of disposables inside of a collection type. Planned
KeepOpen is improperly handled in the generated code. Completed
Generate internal ThrowIfDisposed() member methods. Completed
Replace calls to .Any() with .Count is not 0. Completed
Fix tests to Compile with latest dependency changes as some of them are wildcard versions. This is what broke the build on the test assembly. Completed

Future

AraHaan commented 2 years ago

Alright, I have been busy with things lately, however I will be getting to implementing the new version soon.