Support for netstandard2.0? #86
kayhantolga
started this conversation in
Polls
Replies: 2 comments 4 replies
|
i agree. dotnet 6 -> 7 and beyond. |
1 reply
|
Unfortunately, I'm stuck in the Maybe is a bad idea to support Supporting I'm using OkGoDoIt implementation that uses |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Would you like this library to support netstandard2.0?
As personally I do not like supporting older versions for a couple of reasons.
You can not get the benefit of new versions of .net and other libraries.
You need to spend more time on development to do some basic tasks. I prefer to spend this time on something more useful.
If more developer follows my pattern we will gain a habit to update our libraries to the latest all the time. So fewer developers will suffer from outdated versions.
It is boring and everyone should update their software to the latest version all the time(yes, I live with elves)
Also, it is fairly easy to add support for netstandard2.0. but if no one is interested to use it, I prefer to keep it simple. Please share if you have any use cases you have to use netstandard2.0.
5 votes ·
All reactions