-
Notifications
You must be signed in to change notification settings - Fork 290
CoreCLR Support #237
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
Comments
@DerAlbertCom, Starting from understanding if CoreCLR is a general target or a target tied only to ASP.NET 5? I'm also interested if prople call the library from web apps and if they do I'm really interested of what kind of use they do. Please remember that every work of this kind will eventually start after stable is reached (as in #213). 👍 |
Yes, it is general CoreCLR und CoreFX. Has nothing todo with ASP.NET. And the ASP.NET Console Application is not an ASP.NET Application. It is Console Application which runs on .NET Core. But there there is no right Place in "File New Project" now ;) |
I will not start before 2.0 release |
Perfect, @DerAlbertCom, thansk for your interest and appreciated proposal of help! :) So, it's perfect to coordinate ourselves after that release. Thanks again. |
There is something out of the Box: http://jameschambers.com/2015/09/supporting-options-and-arguments-in-your-dnx-commands/ . so i don't know if i start porting ;/ will have to evaluate |
I know corefx are working on there own commandline parser at present:https://github.com/dotnet/corefxlab/blob/terrajobst/commandline/src/System.CommandLine/README.md#why-a-new-library Would be good to see commandline support corefx / coreclr too though as its my favourite parser! |
📎 Please read: #250. Thanks for collaboration and patience! 😅 |
Hi, one of our customers has the need of a CoreClr port. So we have been working on it. I will submit a PR. Please provide feedback! |
@jeremymeng, thanks for your PR! 👍 Please be patient, but my time resources are limited in this period. Thanks you, again! |
I saw that most of the work has been done in dotnet-core branch. Is there an ETA for publishing a nuget that supports netstandard1.3? |
Any news, guys, after .NET Core RTM release? BTW, great library! Thanks. |
Good news y'all, I've merged the |
@nemec thanks for merging the (In the meantime, I might upload an interim nuget package under a different name so I can start using it ASAP). Ad netstandard1.5: 1.5 works fine for me, but I'd expect that 1.3 (or even lower) should be sufficient. At some point, if there is some effort to look into supporting something lower than 1.5, that could really help expanding the CoreCLR user base. |
Hi,
any plans for CoreCLR/ASP.NET 5 Console Application Support?
Need Help, or not interested?
The text was updated successfully, but these errors were encountered: