Skip to content
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

Add c# project type #1808

Closed
vparfonov opened this issue Jul 18, 2016 · 3 comments
Closed

Add c# project type #1808

vparfonov opened this issue Jul 18, 2016 · 3 comments
Assignees
Labels
kind/enhancement A feature request - must adhere to the feature request template.
Milestone

Comments

@vparfonov
Copy link
Contributor

Provide ability create C# Project Type. Code intellisense will be covered by LSP implementation for C#

@vparfonov vparfonov added kind/enhancement A feature request - must adhere to the feature request template. status/pending-merge labels Jul 18, 2016
@ghost
Copy link

ghost commented Jul 31, 2016

@vparfonov @tolusha Isn't there a template already for .NET Core on eclipse che? (I have worked on the codenvy template for .NET Core). I assumed the same templates are used for both and therefore should allow easy addition of a c# project type.

If so the creation of a project is simply

mkdir folder

cd folder

dotnet new

dotnet restore

dotnet run

Just switch the dotnet new for dotnet new -t web for asp.net.

@TylerJewell
Copy link

Stacks, templates and project types are different things. We have stacks and templates but not a project type. The pt will allow for automatic injection of intellisense.

@TylerJewell
Copy link

Merged into M2

@TylerJewell TylerJewell modified the milestones: 5.0.0-M2, 5.0.0-M1 Sep 18, 2016
@riuvshin riuvshin modified the milestones: 5.0.0-M3, 5.0.0-M2 Sep 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A feature request - must adhere to the feature request template.
Projects
None yet
Development

No branches or pull requests

4 participants