-
Notifications
You must be signed in to change notification settings - Fork 789
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
Visual Studio question #3039
Comments
@nojaf The work is in progress, though like most things it is taking longer than we would hope. @vasily-kirichenko @forki Your comments on this thread were not accurate - please repost them if you wish. I just found it unfair to say "no one is going to work on it" when people are actually working on it. Specifically, there have been several PRs to this repo recently to help add F# support to the .NET SDK, a pre-requisite for this work. The RFC explains why this is being done the way it is. I understand that this takes a different technical direction, but the RFC discusses the pros and cons. Personally I'm excited to see F# in the Microsoft.NET.Sdk directly and although this is taking time to come through the pipe, it is the right way to do things long term. The work to update the project system is being done largely in the Roslyn Project SYstem repo. That repo is now even named "C#, F# and Visual Basic project system". Again, the work is taking its time to come through the pipe. But personally I will be thrilled to pieces to get the VS Project System implementation out of this repo and into a place where deep experts in that area conregate, and where the work is aligned with C# project system work. Either way, again I think its unfair to say "no one is working on it" - people are working on it, and if we want to help, we can go to those repos and help. Here are some specific issue to help on: |
Thanks, @dsyme. Was going to say roughly the same thing, but you got to it first (I just woke up 😄 ). To add, the work in the .NET Core SDK to support F# has been approved for Update 3 Preview 2. So you can expect it to "light up" at that time, @nojaf. Quite a few other features and improvements are going to show up at Preview 2 as well, so this isn't a super last-minute push where everything else is awaiting F#. We're still targeting the full release of VS 2017 Update 3. |
@nojaf The approval came after the final draft of the blog post was written. I can have it updated, but that may not be until later today or this weekend. We're all still 100% booked up with the //Build conference this week, myself included. |
@cartermp that explains. I totally understand that things must be quite hectic with //build going on. |
Tracked! Thanks, @nojaf. |
Does the new Visual Studio 15.3 preview support F# project generated from the dotnet cli?
Repro steps
Provide the steps required to reproduce the problem
dotnet new console -l F#
Open fsproj in VS 2017
Expected behavior
I can build and run the project.
Actual behavior
Known workarounds
Related information
Provide any related information
The text was updated successfully, but these errors were encountered: