Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Really, for c#? I assumed that the type-inferencing in and extension methods would make proper IDE support of C# on a "light" platform like vscode impossible. How do you manage your vcproj file?


Both VS and VSCode use the Roslyn compiler to provide IDE functionality. https://github.com/dotnet/roslyn


I figured the same! But it handles type inference, extension methods, using static, etc like a champ. Even does completion for project.json. I don't use vcproj since I just use dotnet core.


I thought project.json got mothballed? Did they take another kick at it and make it work?


Don't recall ever hearing it got mothballed during development - though I do believe they've bent over and are going to support csproj files with .NET Core in the future as well.

Here's the relevant page on project.json: https://docs.microsoft.com/en-us/dotnet/articles/core/tools/...

Edit: I need to be better about deep reading through links. https://blogs.msdn.microsoft.com/dotnet/2016/05/23/changes-t... looks like project.json will be mothballed. Kind of.


Project.json is getting pitched, but until the successor arrives, it's still the only way to do .Net Core dev.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: