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

Proper C# support for Che #2274

Closed
sr229 opened this issue Aug 31, 2016 · 4 comments
Closed

Proper C# support for Che #2274

sr229 opened this issue Aug 31, 2016 · 4 comments
Labels
kind/enhancement A feature request - must adhere to the feature request template.
Milestone

Comments

@sr229
Copy link
Contributor

sr229 commented Aug 31, 2016

it seems that Che has the ability to recognize and write C# programs but limited to ASP.NET programs.
It would be beneficial if Che has the ability to actually compile non-ASP.NET programs written in C#.
is it possible?

Proposed Ideas
-support for Mono (if possible).
-Automatic dependency checking (can be extended to support a variety of languages supported by Che currently).
-ability to open Visual Studio Solution files (.sln) (if possible, seems needed for the dependency lists too).

@ddementieva ddementieva added the kind/enhancement A feature request - must adhere to the feature request template. label Aug 31, 2016
@ddementieva
Copy link
Contributor

@sr229 Labeling it as enhancement.

Have you tried to install some compiler, e.g. Mono, for C# applications? You can do that manually in the Terminal.

@sr229
Copy link
Contributor Author

sr229 commented Aug 31, 2016

I did try, but it would be better if it's defaulted for the dotnet stack

@TylerJewell
Copy link

@sr229 - can you propose a pull request that improves the default stacks? We will be shipping language server intellisense for C# in a couple months.

@TylerJewell TylerJewell added this to the 5.0.0-M2 milestone Sep 18, 2016
@TylerJewell
Copy link

We have shipped this capability - it's now merged into 5.0.0-M2.

@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