CodeJam
CodeJam copied to clipboard
[Draft] .Net Core 3 support: helpers for newly added types/interfaces
Will update with things planned for CJ 3.1. Feel free to suggest additions to the list:)
- Add helpers for IAsyncDisposable
- Add support for IAsyncDisposable to AsyncLock.
Do you mean something similar to https://github.com/rsdn/CodeJam/blob/master/CodeJam.Main/Disposable.cs ?
Yep. There's a branch for async disposable but the code is incomplete. The issue meant to be an umbrella for netcore3-related features. But it turns out we are out of ideas:)
Why can't you add what you already have ?
The branch is pushed to repo already. I think I will complete it on next weekend.
I mean why it is not in master :)
Because the feature is not ready yet and I do not want to add unstable code to the master.
Any update for this?:)