rsdn / CodeJam

Set of handy reusable .NET components that can simplify your daily work and save your time when you copy and paste your favorite helper methods and classes from one project to another
MIT License
258 stars 35 forks source link

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

Open ig-sinicyn opened 4 years ago

ig-sinicyn commented 4 years ago

Will update with things planned for CJ 3.1. Feel free to suggest additions to the list:)

NN--- commented 4 years ago

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

ig-sinicyn commented 4 years ago

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

NN--- commented 4 years ago

Why can't you add what you already have ?

ig-sinicyn commented 4 years ago

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

NN--- commented 4 years ago

I mean why it is not in master :)

ig-sinicyn commented 4 years ago

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

NN--- commented 3 years ago

Any update for this?:)