fsprojects / Argu

A declarative CLI argument parser for F#
https://fsprojects.github.io/Argu
MIT License
456 stars 74 forks source link

Targeting netstandard2.0 only? #139

Closed eiriktsarpalis closed 4 years ago

eiriktsarpalis commented 5 years ago

I'm thinking that this might be a good time to completely remove the net4x target from the library and target netstandard2.0 only. Does anybody have any strong objections to such a change?

forki commented 5 years ago

Please do. We can just stay on old versions if needed.

Eirik Tsarpalis notifications@github.com schrieb am Fr., 1. Nov. 2019, 22:48:

I'm thinking that this might be a good time to completely remove the net4x target from the library and target netstandard2.0 only. Does anybody have any strong objections to such a change?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/fsprojects/Argu/issues/139?email_source=notifications&email_token=AAAOANFOM6WWTQBGF7HZWCTQRSP3RA5CNFSM4JIAL4D2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWHCZAA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAOANF4KU5DY4BVIA3PWELQRSP3RANCNFSM4JIAL4DQ .

bartelink commented 5 years ago

Would you ever envisage/would it be easy for you to release an 8.x.x backporting a bugfix from 9.x if you dropped [net461] support ?

There are some users (via https://github.com/jet/FsCodec) on net461 atm

@enricosada might be able to share whether they'll go to net472 before netcoreapp>=2. Will consider having FsCodec 2.x and Equinox 3.x also go netstandard2.0-only too, but IME for enterprisy things it can be really painful to have taking a small bugfix suddenly trigger lots of upgrading yaks.

@kelvin4702 I assume netstandard2.0 only is no biggie for you and yours?

Kelvin4702 commented 5 years ago

Yep netstandard2.0 is fine for us, thanks for checking

On Sat, Nov 2, 2019, 6:17 PM Ruben Bartelink notifications@github.com wrote:

Would you ever envisage/would it be easy for you to release an 8.x.x backporting a bugfix from 9.x if you dropped support ?

There are some users (via https://github.com/jet/FsCodec) on net461 atm

@enricosada https://github.com/enricosada might be able to share whether they'll go to net472 before netcoreapp>=2. Will consider having FsCodec 2.x and Equinox 3.x also go netstandard2.0-only too, but IME for enterprisy things it can be really painful to have taking a small bugfix suddenly trigger lots of upgrading yaks.

@Kelvin4702 https://github.com/Kelvin4702 I assume netstandard2.0 only is no biggie for you and yours?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/fsprojects/Argu/issues/139?email_source=notifications&email_token=AMEZCGPFRITRS2OJJIZXS6DQRX37TA5CNFSM4JIAL4D2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5GHXQ#issuecomment-549086174, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMEZCGKX5NIIZSGBM33LTULQRX37TANCNFSM4JIAL4DQ .

eiriktsarpalis commented 4 years ago

Released v6 which targets netstandard only.