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

Bundle partial FSharp.NET.Sdk #2928

Closed
enricosada opened this issue Apr 26, 2017 · 2 comments
Closed

Bundle partial FSharp.NET.Sdk #2928

enricosada opened this issue Apr 26, 2017 · 2 comments

Comments

@enricosada
Copy link
Contributor

enricosada commented Apr 26, 2017

the new fsproj templates (msbuild 15 and .net core sdk) need a partial FSharp.NET.Sdk bundled in msbuild Sdks directory, like .net core sdk (dotnet/cli) is doing now.

It also need to be updated for dotnet/project-system#1857 , work is tracked in dotnet/netcorecli-fsc#106

/cc @brettfo @KevinRansom

Workaround

  • locate dotnet.exe
  • copy sdk\1.0.1\Sdks\FSharp.NET.Sdk subdirectory into C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\Sdks\FSharp.NET.Sdk\
@cloudRoutine
Copy link
Contributor

This is how the VSIX can be configured to install the sdk components into the correct directory
https://docs.microsoft.com/en-us/visualstudio/extensibility/set-install-root

@enricosada
Copy link
Contributor Author

enricosada commented Apr 26, 2017

To add some context, atm it need to be bundled this specific nuget packages, and just Sdk dir.

  • bundle FSharp.NET.Sdk version 1.0.0-beta-040011
  • just the Sdk directory, not the others

like dotnet cli does, dotnet/cli bundle only Sdk dir too

I'll publish a package version with just the Sdk dir, ready to bundle, ref dotnet/netcorecli-fsc#56 in next 1.0.4 release.

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

3 participants