CodeJam icon indicating copy to clipboard operation
CodeJam copied to clipboard

[Draft] .Net Core 3 support: helpers for newly added types/interfaces

Open ig-sinicyn opened this issue 5 years ago • 7 comments

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.

ig-sinicyn avatar Dec 14 '19 09:12 ig-sinicyn

Do you mean something similar to https://github.com/rsdn/CodeJam/blob/master/CodeJam.Main/Disposable.cs ?

NN--- avatar May 10 '20 11:05 NN---

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:)

ig-sinicyn avatar May 10 '20 11:05 ig-sinicyn

Why can't you add what you already have ?

NN--- avatar May 10 '20 11:05 NN---

The branch is pushed to repo already. I think I will complete it on next weekend.

ig-sinicyn avatar May 10 '20 11:05 ig-sinicyn

I mean why it is not in master :)

NN--- avatar May 10 '20 11:05 NN---

Because the feature is not ready yet and I do not want to add unstable code to the master.

ig-sinicyn avatar May 10 '20 12:05 ig-sinicyn

Any update for this?:)

NN--- avatar Jan 17 '21 21:01 NN---