-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
feature request: support of .net core enviroment. (dnx is deprecated) #1373
Comments
Hi @mercuriete - yes we absolutely love to accept pull requests. If you'd like to work on our standard .NET stack and the templates that are embedded within, we'd very much appreciate the update. A few pointers on how to get started:
Tyler |
ok, im am trying to create a Dockerfile to do a pull request to codenvy/dockerfiles :) As i stated before, eclipse che is amazing and your work is amazing. |
What is your use case that you are designing for? We like to hear stories from the community. I see that you built a cloud 9 compose file - are you comparing the products? |
I'm a java developer and I am trying to learn devops tools. My use case is just for fun or learning. I wanted to create a small ASP.NET application in order to learn .NET running in linux. I'm not comparing products, I am only trying to understand how containers works. By the way, i finished doing the dockerfile, i will create the pull request :) |
Really fantastic . Please make sure you fill out the cla for eclipse before doing the pull request. Our engineers may also have standards checks for you. |
Merged! Thanks for your contribution. I have added a few minor things, but otherwise the Dockerfile looks beautiful :) |
@eivantsov Thanks! It was my first time doing a pull request. |
In the github page of dnx they said that is deprecated:
https://github.com/aspnet/dnx
the new toolkit for developing ASP.NET application is .NET core
https://github.com/dotnet/cli
There are some instruction to know how install .NET core
https://www.microsoft.com/net/core#ubuntu
and the docker image is:
https://www.microsoft.com/net/core#docker
https://hub.docker.com/r/microsoft/dotnet/
tutorial for create an aspnet core webapp:
https://docs.asp.net/en/1.0.0-rc2/getting-started.html
tutorial for create a simple MVC aspnet core webapp
https://github.com/aspnet/cli-samples/tree/master/HelloMvc
Your work is awesome!
PS: do you accept pull requests?
how i could do a template of workspace to do a pull request?
The text was updated successfully, but these errors were encountered: