-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
csproj (c#) project to project reference to fsproj (f#) #1567
Comments
cc @KevinRansom |
This is dotnet/vscode-csharp#371. |
@mikehaas763 To confirm what @DustinCampbell said, is this only happening to you in VS Code or also in Visual Studio? Does |
Just adding my two cents here, but I do face the same error. @nguerrera Here is what works fine:
Only VS Code (Omnisharp) is having trouble loading the referenced F# project.
|
@nguerrera I'll try out my project again this weekend and post back |
@mikehaas763 Hi... any updates on this... ? I am having the same problem... TIA, |
I am facing this issue with similar errors, when referencing a managed c++ vcxproj project.
It says: |
Closing as duplicate of dotnet/vscode-csharp#371 |
Maybe this just is an incomplete part of the sdk as of right now. I have started from latest stable .net core (dotnet cli) 2.0.0. I've created a solution, then an f# lib project and a c# console app. They're both added to the solution. I then used the dotnet cli to add a project to project reference to my C# project, pointing to the F# project. However, I can't import the namespace in my C# file. It just can't find the F# namespace. Should this work?
Here's the contents of my csproj file:
The text was updated successfully, but these errors were encountered: