-
Notifications
You must be signed in to change notification settings - Fork 762
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Continue work Microsoft.Extensions.CommandlineUtils #257
Comments
Hi @juanfranblanco unfortunately as you've found out, we're not planning on adding features to it that are outside the scope of what is needed by ASP.NET Core and EF Core. We have to be careful where we spend our time and resources and unfortunately this just isn't an area we can devote ourselves to (it would come at the expense of other higher priority areas). I've noted in other issues that there's a "CoreFX Lab" project called System.CommandLine that should be worth checking out: https://github.com/dotnet/corefxlab/tree/master/src/System.CommandLine Or, of course, anyone in the community is more than welcome to create a new project based on this package and we'd even be happy to link to it from here. The sources here are licensed under the very friendly Apache 2.0 license. So, sorry to give the bad news, but hopefully another person or group can take the lead on this. |
This library was only intended for usage with ASP.NET Core's tools, and not a general purpose library. After receiving bugs and questions about this, we realized that we didn't really intend to produce and support a command-line parsing library. We will still leave the 1.0.0 and 1.1.0 versions of this library on NuGet.org, but the current plan is to stop producing new versions of this package. The source code is still available for internal use via Microsoft.Extensions.CommandLineUtils.Sources, however we will not be publishing this library again as a general purpose library.
I've decided to take you up on that => #261. And just to be clear, this fork will be maintained by me in an unofficial capacity. |
Microsoft.Extensions.CommandlineUtils is a fantastic and needed library.
I just found out that there are not going to be more updates and/or releases on the library as it will be used only for Asp.net.
Will it be possible for you to reconsider this, or make it part of another open source project?
Thanks
The text was updated successfully, but these errors were encountered: