Skip to content

Conversation

@dsyme
Copy link
Contributor

@dsyme dsyme commented Nov 8, 2016

The build was broken if VS was not installed because we were assuming an install of VisuaStudio to find Microsoft.VisualStudio.Shell.Immutable.10.0

@dsyme
Copy link
Contributor Author

dsyme commented Nov 8, 2016

I haven't got a machine without VS to check this. Will ask @colinbull to check on.

We should really CI the build when Visual Studio is not installed. Let's look into that separately.

@dsyme
Copy link
Contributor Author

dsyme commented Nov 8, 2016

See #1724 for the PR to add a build of 'net40' without VS to jenkins

<!-- That DLL is logically part of the F# Compiler and F# Interactive but is shipped as part of the Visual F# IDE Tools -->
<package id="Microsoft.VisualStudio.Threading" version="14.1.131" targetFramework="net46" />
<package id="Microsoft.VisualStudio.Shell.14.0" version="14.3.25407" targetFramework="net46" />
<package id="Microsoft.VisualStudio.Shell.Immutable.10.0" version="10.0.30319" targetFramework="net46" />
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@KevinRansom Is this package ok to use for the component?

@colinbull
Copy link
Contributor

@dsyme Just tested this now and Yep, happy days.. This looks like it fixes the issue.

@dsyme dsyme merged commit d135726 into dotnet:master Nov 8, 2016
nosami pushed a commit to xamarin/visualfsharp that referenced this pull request Jan 26, 2022
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

Successfully merging this pull request may close these issues.

3 participants