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 F# support to the Roslyn services #85

Open
IgorFedchenko opened this issue Oct 28, 2019 · 0 comments
Open

Add F# support to the Roslyn services #85

IgorFedchenko opened this issue Oct 28, 2019 · 0 comments

Comments

@IgorFedchenko
Copy link
Contributor

Coming from PR #72 , we have an issue that when loading .net solution with MSBuildWorkspace class (from Microsoft.CodeAnalysis.MSBuild namespace), it does not recognize .fsproj files as a part of the solution.

That is because _workspace.Services.IsSupported(LanguageNames.FSharp) equals to false - that is, none of the registered host services are assigned to F# language.

While we have working hack here, which registers .fsproj files as C# project files (which allows to track project dependencies and other stuff), we need to do that in a "right" way and have some registered service assigned to F#.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant