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

merge from master #16

Merged
merged 142 commits into from
Dec 28, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
142 commits
Select commit Hold shift + click to select a range
822766b
use dirs and direct paths in fsproj over links
cloudRoutine Nov 28, 2016
b975863
Fix duplicated error in diagnostics (#1929)
vasily-kirichenko Dec 6, 2016
1568b24
Fix SignatureHelpProviderTests (#1949)
forki Dec 7, 2016
419369b
Skip AddTyconRefsToNameEnv calc if tcrefs are empty (#1959)
forki Dec 7, 2016
206ef80
Skip AddValRefsToNameEnvWithPriority calc if vrefs are empty (#1960)
forki Dec 7, 2016
61b6a5c
fixed: CommonHelpers.tryClassifyAtPosition return wrong result at the…
vasily-kirichenko Dec 7, 2016
2caa428
update vsix package authoring to use the latest tools (#1903)
brettfo Dec 7, 2016
8f81371
Fix build (#1967)
dsyme Dec 8, 2016
a6ef69b
fix build for rc2
Dec 8, 2016
7f77e4e
Revert "fix build for rc2"
Dec 8, 2016
7acb9d1
Revert "update vsix package authoring to use the latest tools" (#1970)
brettfo Dec 8, 2016
60b2b94
Back packages.config off to Dev14-compatible version.
brettfo Dec 8, 2016
49fc306
add NavigateToSearchService
vasily-kirichenko Dec 6, 2016
eb3ec6f
move tree worker to ServiceNavigation.fs
vasily-kirichenko Dec 7, 2016
f3cdaec
works, but no filtering yet
vasily-kirichenko Dec 7, 2016
71d3093
indexing and caching NavigateTo results
vasily-kirichenko Dec 7, 2016
9e488a4
use ConditionalWeakTable instead of ConcurrentDictionary
vasily-kirichenko Dec 7, 2016
cdb64cf
implement FindReferencesService
vasily-kirichenko Dec 10, 2016
9984b9c
Try to find previous non-empty line for correct indentation
dungpa Dec 10, 2016
3e24718
fixed exception when trying find references on external symbol
vasily-kirichenko Dec 10, 2016
80f33c7
use file check results to find symbol usages if symbol is private to …
vasily-kirichenko Dec 10, 2016
87331ef
Clean up signatures so they're Roslyn-like
cartermp Dec 6, 2016
2c87554
minor formatting/renaming
cartermp Dec 8, 2016
f24edf6
add NavigationBarItemService
vasily-kirichenko Dec 11, 2016
00d0c1c
add module let bindings to navigation bar
vasily-kirichenko Dec 12, 2016
a2f7870
add signature files support to Navigation Bar
vasily-kirichenko Dec 12, 2016
7938570
one file -> many Documents
vasily-kirichenko Dec 12, 2016
dc14eb0
solution wide FindReferencesService
vasily-kirichenko Dec 12, 2016
b4e7eb5
Update `master` to VS2017 RC2 (#1996)
brettfo Dec 13, 2016
3b01766
warp QuickInfo text (#1981)
vasily-kirichenko Dec 13, 2016
3a66f1b
Merge branch 'organize' of https://github.com/cloudRoutine/visualfsha…
KevinRansom Dec 13, 2016
bf2a110
Merge branch 'cloudRoutine-organize'
KevinRansom Dec 13, 2016
573204f
Add back the coreclr fsharp unit test cases (#1971)
KevinRansom Dec 13, 2016
8ae6387
Do not try open FSI window when querying debugger states (#1983)
dungpa Dec 13, 2016
8475555
Merge branch 'roslyn-tooltips' of https://github.com/cartermp/visualf…
KevinRansom Dec 13, 2016
38ef4f7
Merge branch 'cartermp-roslyn-tooltips'
KevinRansom Dec 13, 2016
812dcfc
Add ci_part3 pass to groovy
KevinRansom Dec 13, 2016
696c6f7
add action to groovy for ci_part3
KevinRansom Dec 13, 2016
d2a5ee6
Add ci_part3 (#2003)
KevinRansom Dec 13, 2016
949682b
Merge branch 'navigation-bar' of https://github.com/vasily-kirichenko…
KevinRansom Dec 14, 2016
29a7d7d
Resolve merge issue
KevinRansom Dec 14, 2016
58ed279
Fix ide unit tests broken by adding wrap to QuickInfo
KevinRansom Dec 14, 2016
ad1592e
Merge branch 'vasily-kirichenko-navigation-bar'
KevinRansom Dec 14, 2016
0fe9edd
Fix NullReference Error with Units of Measure (#1995)
liboz Dec 14, 2016
cab8c4f
Merge branch 'indentation' of https://github.com/dungpa/visualfsharp …
KevinRansom Dec 14, 2016
fe7f859
Merge branch 'dungpa-indentation'
KevinRansom Dec 14, 2016
1e5dab5
Merge branch 'master' into navigate-to
Dec 14, 2016
cb6deda
fix after merge
Dec 14, 2016
0c86028
update Microsoft.CodeAnalysis.xxx packages to 2.0.0-rc
Dec 14, 2016
71ef137
update Microsoft.CodeAnalysis.xxx packages to 2.0.0-rc2
vasily-kirichenko Dec 14, 2016
831f666
There are more class ctors (#2002)
forki Dec 14, 2016
8ea9fc5
Merge branch 'master' into find-all-references
KevinRansom Dec 14, 2016
526a409
Error number in VS and command line should match (#1984)
forki Dec 14, 2016
216fc1e
Implement F1 HelpContextService (#1966)
rojepp Dec 14, 2016
3f3e984
Single val ref (#1969)
forki Dec 14, 2016
3925d98
Fixing #461 - warning with a reference to non existing location in so…
forki Dec 14, 2016
b4901a5
Improve error reporting: override method does not match abstract memb…
forki Dec 14, 2016
c117fd4
update Roslyn references to RC2
brettfo Dec 14, 2016
e10ccda
Remove notIsNull from ide code
KevinRansom Dec 14, 2016
f4bfe75
Merge branch 'master' of https://github.com/Microsoft/visualfsharp
KevinRansom Dec 14, 2016
08cb87f
color intrinsic types as keywords (#2004)
brettfo Dec 15, 2016
688dbcd
Don't run neg tests in groups (#2012)
forki Dec 15, 2016
7a93f24
Expunge isNotNull usage
KevinRansom Dec 15, 2016
de24eed
Merge branch 'master' of https://github.com/Microsoft/visualfsharp
KevinRansom Dec 15, 2016
08e3a47
pcls didn't build
KevinRansom Dec 15, 2016
07fec04
Merge branch 'update-roslyn-references' of https://github.com/brettfo…
KevinRansom Dec 15, 2016
1876068
Do not expose isNotNull (#1968)
forki Dec 15, 2016
501d744
Fix hintpaths
KevinRansom Dec 15, 2016
4dde113
Merge branch 'brettfo-update-roslyn-references'
KevinRansom Dec 15, 2016
c9cdd8a
Merge branch 'master' of https://github.com/Microsoft/visualfsharp
KevinRansom Dec 15, 2016
0cf67ad
Merge branch 'master' into find-all-references
KevinRansom Dec 15, 2016
2a2d876
Merge branch 'fix-classify-at-position' of https://github.com/vasily-…
KevinRansom Dec 15, 2016
af883e4
Merge branch 'vasily-kirichenko-fix-classify-at-position'
KevinRansom Dec 15, 2016
dc1dc83
update hints
KevinRansom Dec 15, 2016
3d64c79
fix after merge
Dec 15, 2016
7cabb79
Merge remote-tracking branch 'origin/master' into navigate-to
Dec 15, 2016
f33bccd
fix after merge and updating roslyn to rc2
Dec 15, 2016
0028ae8
Merge remote-tracking branch 'origin/master' into find-all-references
Dec 15, 2016
acd9940
fix after merge
Dec 15, 2016
e2ba0a9
Revert "fixed: CommonHelpers.tryClassifyAtPosition return wrong resul…
KevinRansom Dec 15, 2016
41a3af2
fix build status links in README.MD: ci.dot.net -> ci2.dot.net (#2017)
vasily-kirichenko Dec 15, 2016
86410d7
Cleanup error handling (#2021)
forki Dec 15, 2016
9b4c4aa
Improve perf on CollectResults (#2018)
forki Dec 15, 2016
228e6bd
Block Structure service (#2011)
vasily-kirichenko Dec 15, 2016
4813891
Merge branch 'find-all-references' of https://github.com/vasily-kiric…
KevinRansom Dec 15, 2016
a5cee60
Merge branch 'vasily-kirichenko-find-all-references'
KevinRansom Dec 15, 2016
e1513b4
Fixes a build caused by merging the find-references PR. (#2024)
cartermp Dec 16, 2016
2426f1e
Hmmm packages.config got overwritten
KevinRansom Dec 16, 2016
0a418de
Merge branch 'master' into navigate-to
KevinRansom Dec 16, 2016
8c3445f
Fix Type Mismatch
KevinRansom Dec 16, 2016
efde2a8
Merge branch 'vasily-kirichenko-navigate-to'
KevinRansom Dec 16, 2016
c43b98c
include BlockStructureService.fs into FSharp.Editor project which is …
vasily-kirichenko Dec 16, 2016
66829a4
Force update project options when assembly references change (#2023)
dungpa Dec 16, 2016
03cdfb0
Create better error message when implementing an interface with overl…
forki Dec 16, 2016
a0014ed
Better error reporting in case of object initializers (#1219)
forki Dec 16, 2016
6dd77c7
Implement DocumentHighlightsService (#1943)
vasily-kirichenko Dec 16, 2016
1d65544
Implement inline rename (#1932)
vasily-kirichenko Dec 16, 2016
baebacb
Merge issue
KevinRansom Dec 16, 2016
97a3858
Suggestions for misspelled values, namespaces, attributes, functions …
forki Dec 16, 2016
fd03dab
Do not warn unused variables inside extern declarations (#2032)
dungpa Dec 17, 2016
ca2ed9b
RFC FS-1007: Additions to `Option` module (#1781)
neoeinstein Dec 17, 2016
8e07ffe
Colorize F# signature help (#2034)
dungpa Dec 17, 2016
7b99170
colorize modules (#2036)
vasily-kirichenko Dec 17, 2016
ad38759
bump (#2015)
KevinRansom Dec 17, 2016
77c8dff
bump
KevinRansom Dec 17, 2016
e232660
basic logging setup (#1881)
cloudRoutine Dec 17, 2016
dfb7950
fix block structure service (#2037)
vasily-kirichenko Dec 17, 2016
9f6338c
show project name instead of full project file path in Navigation Bar…
vasily-kirichenko Dec 19, 2016
ee99f30
Bring back OnIdle registration for Error List processing (#2043)
dungpa Dec 19, 2016
71e56c3
fix getClassifyAtPosition around operator tokens (#2051)
vasily-kirichenko Dec 19, 2016
5defb36
Folder organization
dungpa Dec 19, 2016
cd501e1
Fix #557 - public type implements an internal interface that uses an …
kurtschelfthout Dec 20, 2016
0e6614e
Refactor help context service (#2059)
dungpa Dec 20, 2016
07c3f37
Dispose FSharpProjectPackage properly (#2058)
dungpa Dec 20, 2016
c3365d3
fix ProjectId (#2060)
vasily-kirichenko Dec 20, 2016
c33411b
Better lexer symbol (#2056)
vasily-kirichenko Dec 20, 2016
389f04f
Create Alt+Enter Keybinding only in the context of F# Editors (#2029)
JoshVarty Dec 21, 2016
95ea82e
Rudimentary support for multi F# projects (#1990)
dungpa Dec 21, 2016
5412d30
[WIP] Implement "Add Open" code fix (#2067)
vasily-kirichenko Dec 21, 2016
eb8d0cf
Fix threading for register for idle time (#2073)
KevinRansom Dec 22, 2016
5f206cd
Enable more cambridge tests for coreclr (#2071)
KevinRansom Dec 22, 2016
a00791b
Defer getting all entities as much as possible (#2072)
dungpa Dec 22, 2016
a7245c3
Use standard options (#2075)
KevinRansom Dec 22, 2016
1c8f113
Make deployed vsix use F#.core.dll (#2074)
KevinRansom Dec 22, 2016
162e572
Add new keyword code fix (#2077)
vasily-kirichenko Dec 22, 2016
0d54038
remove restrictions on where Add Open code fix can appear in parse AS…
vasily-kirichenko Dec 22, 2016
185f872
Add back tuples to OSS build project (#2083)
KevinRansom Dec 22, 2016
6fd8ddc
Suggest opening namespaces on attributes again (#2084)
dungpa Dec 23, 2016
98372ab
Blockstructure Service
cloudRoutine Dec 23, 2016
a5b21ff
Merge branch 'master' of https://github.com/Microsoft/visualfsharp
KevinRansom Dec 23, 2016
8b01462
Use the word suggestions and introduce threshold (#2068)
forki Dec 23, 2016
a9b8235
Add resx file to editor project (#2086)
KevinRansom Dec 23, 2016
7906466
PrefixUnusedValueWithUnderscore code fix (#2088)
vasily-kirichenko Dec 23, 2016
24d088f
Remove express skus build (#2087)
KevinRansom Dec 24, 2016
13b0ba0
F# RFC FS-1029 - Implement IReadOnlyCollection<'T> in list<'T> (#2093)
liboz Dec 24, 2016
17f85d2
move string literals used in PrefixUnusedValueWithUnderscore Code Fix…
vasily-kirichenko Dec 25, 2016
0e2da7d
remove Async.AwaitTask boilerplate
vasily-kirichenko Dec 25, 2016
3367eb5
Merge pull request #2101 from vasily-kirichenko/remove-awaittask-boil…
cartermp Dec 26, 2016
3041cd8
Enable fsharp fsi-basic tests for coreclr testing (#2099)
KevinRansom Dec 26, 2016
674ee40
Enable macOS (OS X) testing for Travis CI builds. (#2109)
jack-pappas Dec 27, 2016
d11d86c
Implement interface code fix (#2112)
dungpa Dec 27, 2016
aef573e
Add a codefix that suggests replacements for unknown identifiers (#2106)
forki Dec 27, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 22 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,34 @@

language: csharp

sudo: required
dist: trusty

os:
- linux

mono:
- latest
- 4.6.1
matrix:
include:
- os: linux
dist: trusty
sudo: required
mono:
- latest
- 4.4.2
- 4.0.5
- os: osx
mono:
- latest
- 4.4.2
- 4.0.5
# Allow builds which fail only on OSX (macOS) to succeed for now
# while we're working on getting macOS CI builds working.
allow_failures:
- os: osx
# The whole build matrix fails when any individual builds fail
# (except those which have been allowed with allow_failures).
fast_finish: true

env:
- BUILD_NET40=1 TEST_NET40_COREUNIT_SUITE=1
- BUILD_NET40=1 TEST_NET40_COREUNIT_SUITE=1

# These are not yet enabled
# - BUILD_CORECLR=1 TEST_CORECLR_COREUNIT_SUITE=1
# - BUILD_CORECLR=1 TEST_CORECLR_COREUNIT_SUITE=1 BUILD_PROTO_WITH_CORECLR_LKG=1

script:
- ./build.sh






11 changes: 5 additions & 6 deletions DEVGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ Where you should set proper proxy address, user name and password.

# The Visual F# IDE Tools (Windows Only)

To build and test Visual F# IDE Tools, you must use [Visual Studio "vNext" (aka "Dev15")](https://www.visualstudio.com/en-us/downloads/visual-studio-next-downloads-vs.aspx). This is the one after Visual Studio 2015 (aka "Dev 14"). You must also install Visual Studio SDK (also called _Visual Studio Extensibility SDK_ on the Visual Studio installer) before building Visual F# IDE Tools.
Please ensure that the Visual Studio SDK version is matched with your current Visual Studio to ensure successful builds. For example: Visual Studio 2015 Update 1 requires Visual Studio 2015 SDK Update 1. Any installation of Visual Studio 2015 and later provides Visual Studio SDK as part of the installation of Visual Studio 2015 as feature installation.
To build and test Visual F# IDE Tools, you must use the latest version of [Visual Studio 2017 RC](https://www.visualstudio.com/vs/visual-studio-2017-rc/#downloadvs). See the section titled "Development tools" in the [readme](README.md).

build.cmd vs -- build the Visual F# IDE Tools (see below)
build.cmd vs test -- build Visual F# IDE Tools, run all tests (see below)
Expand All @@ -116,22 +115,22 @@ Use ``VisualFSharp.sln`` if you're building the Visual F# IDE Tools.

## [Optional] Install the Visual F# IDE Tools (Windows Only)

At time of writing, the Visual F# IDE Tools can only be installed into Visual Studio "Next" releases.
At time of writing, the Visual F# IDE Tools can only be installed into the latest Visual Studio 2017 RC releases.
The new builds of the Visual F# IDE Tools can no longer be installed into Visual Studio 2015.

You can install Visual Studio "Next" from https://www.visualstudio.com/en-us/downloads/visual-studio-next-downloads-vs.aspx.
You can install Visual Studio 2017 RC from https://www.visualstudio.com/vs/visual-studio-2017-rc/#downloadvs.

**Note:** This step will install a VSIX extension into Visual Studio "Next" that changes the Visual F# IDE Tools
components installed in that VS installation. You can revert this step by disabling or uninstalling the addin.

For **Debug**, uninstall then reinstall:

VSIXInstaller.exe /a /u:"VisualFSharp"
VSIXInstaller.exe /a /u:"VisualFSharp"
VSIXInstaller.exe /a debug\net40\bin\VisualFSharpOpenSource.vsix

For **Release**, uninstall then reinstall:

VSIXInstaller.exe /a /u:"VisualFSharp"
VSIXInstaller.exe /a /u:"VisualFSharp"
VSIXInstaller.exe /a release\net40\bin\VisualFSharpOpenSource.vsix

Restart Visual Studio, it should now be running your freshly-built Visual F# IDE Tools with updated F# Interactive.
Expand Down
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

| |Debug (Build only)|Release (Tests Part 1)|Release (Tests Part 2)|
|:----------:|:----------------:|:------------------:|:-----------------------:|
|**master** |[![Build Status](https://ci.dot.net/buildStatus/icon?job=Microsoft_visualfsharp/master/debug_windows_nt)](https://ci.dot.net/job/Microsoft_visualfsharp/job/master/job/debug_windows_nt/)|[![Build Status](https://ci.dot.net/buildStatus/icon?job=Microsoft_visualfsharp/master/release_ci_part1_windows_nt)](https://ci.dot.net/job/Microsoft_visualfsharp/job/master/job/release_ci_part1_windows_nt/)|[![Build Status](https://ci.dot.net/buildStatus/icon?job=Microsoft_visualfsharp/master/release_ci_part2_windows_nt)](https://ci.dot.net/job/Microsoft_visualfsharp/job/master/job/release_ci_part2_windows_nt/)|
|**master** |[![Build Status](https://ci2.dot.net/buildStatus/icon?job=Microsoft_visualfsharp/master/debug_windows_nt)](https://ci2.dot.net/job/Microsoft_visualfsharp/job/master/job/debug_windows_nt/)|[![Build Status](https://ci2.dot.net/buildStatus/icon?job=Microsoft_visualfsharp/master/release_ci_part1_windows_nt)](https://ci2.dot.net/job/Microsoft_visualfsharp/job/master/job/release_ci_part1_windows_nt/)|[![Build Status](https://ci2.dot.net/buildStatus/icon?job=Microsoft_visualfsharp/master/release_ci_part2_windows_nt)](https://ci2.dot.net/job/Microsoft_visualfsharp/job/master/job/release_ci_part2_windows_nt/)|

###Contributing to the F# Language, Library, and Tools

Expand Down Expand Up @@ -48,11 +48,10 @@ For F# Compiler on OSX and Linux (see .travis.yml for build steps)

For Visual F# IDE Tools 4.1 development (Windows)

- [Visual Studio 15](https://www.visualstudio.com/en-us/downloads/visual-studio-next-downloads-vs.aspx)
- Select Visual C++ / Common Tools For Visual C++
- Visual F#
- Visual Studio Extensibility Tools
- [Visual Studio 15 SDK](https://www.visualstudio.com/en-us/downloads/visual-studio-next-downloads-vs.aspx)
- [Visual Studio 2017 RC](https://www.visualstudio.com/vs/visual-studio-2017-rc/#downloadvs)
- Under the "Windows" workloads, select ".NET desktop development".
- Select "F# language suport" under the optional components.
- Under the "Other Toolsets" workloads, select "Visual Studio extension development".

####Additional frameworks

Expand Down
30 changes: 2 additions & 28 deletions VisualFSharp.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
# Visual Studio 15
VisualStudioVersion = 15.0.26009.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharp.Compiler", "src\fsharp\FSharp.Compiler\FSharp.Compiler.fsproj", "{2E4D67B4-522D-4CF7-97E4-BA940F0B18F3}"
EndProject
Expand Down Expand Up @@ -129,12 +129,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Vsix", "Vsix", "{141F6C23-E1B1-4D89-9F10-F0B8AD58E71F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VisualFSharpDesktop", "vsintegration\Vsix\VisualFSharpDesktop\VisualFSharpDesktop.csproj", "{E7EC4A3E-9D57-45B8-83F5-EDDFD6CEF090}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VisualFSharpFull", "vsintegration\Vsix\VisualFSharpFull\VisualFSharpFull.csproj", "{59ADCE46-9740-4079-834D-9A03A3494EBC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VisualFSharpWeb", "vsintegration\Vsix\VisualFSharpWeb\VisualFSharpWeb.csproj", "{58730C8B-16F5-4956-9291-BB68E17C9142}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VisualFSharpOpenSource", "vsintegration\Vsix\VisualFSharpOpenSource\VisualFSharpOpenSource.csproj", "{E6A45CDF-B408-420F-B475-74611BEFC52B}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "HostedCompilerServer", "tests\fsharpqa\testenv\src\HostedCompilerServer\HostedCompilerServer.fsproj", "{4239EFEA-E746-446A-BF7A-51FCBAB13946}"
Expand Down Expand Up @@ -702,16 +698,6 @@ Global
{1FB1DD07-06AA-45B4-B5AC-20FF5BEE98B6}.Release|Any CPU.Build.0 = Release|Any CPU
{1FB1DD07-06AA-45B4-B5AC-20FF5BEE98B6}.Release|x86.ActiveCfg = Release|Any CPU
{1FB1DD07-06AA-45B4-B5AC-20FF5BEE98B6}.Release|x86.Build.0 = Release|Any CPU
{E7EC4A3E-9D57-45B8-83F5-EDDFD6CEF090}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7EC4A3E-9D57-45B8-83F5-EDDFD6CEF090}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7EC4A3E-9D57-45B8-83F5-EDDFD6CEF090}.Debug|x86.ActiveCfg = Debug|Any CPU
{E7EC4A3E-9D57-45B8-83F5-EDDFD6CEF090}.Debug|x86.Build.0 = Debug|Any CPU
{E7EC4A3E-9D57-45B8-83F5-EDDFD6CEF090}.Proto|Any CPU.ActiveCfg = Release|Any CPU
{E7EC4A3E-9D57-45B8-83F5-EDDFD6CEF090}.Proto|x86.ActiveCfg = Release|Any CPU
{E7EC4A3E-9D57-45B8-83F5-EDDFD6CEF090}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7EC4A3E-9D57-45B8-83F5-EDDFD6CEF090}.Release|Any CPU.Build.0 = Release|Any CPU
{E7EC4A3E-9D57-45B8-83F5-EDDFD6CEF090}.Release|x86.ActiveCfg = Release|Any CPU
{E7EC4A3E-9D57-45B8-83F5-EDDFD6CEF090}.Release|x86.Build.0 = Release|Any CPU
{59ADCE46-9740-4079-834D-9A03A3494EBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59ADCE46-9740-4079-834D-9A03A3494EBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59ADCE46-9740-4079-834D-9A03A3494EBC}.Debug|x86.ActiveCfg = Debug|Any CPU
Expand All @@ -722,16 +708,6 @@ Global
{59ADCE46-9740-4079-834D-9A03A3494EBC}.Release|Any CPU.Build.0 = Release|Any CPU
{59ADCE46-9740-4079-834D-9A03A3494EBC}.Release|x86.ActiveCfg = Release|Any CPU
{59ADCE46-9740-4079-834D-9A03A3494EBC}.Release|x86.Build.0 = Release|Any CPU
{58730C8B-16F5-4956-9291-BB68E17C9142}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58730C8B-16F5-4956-9291-BB68E17C9142}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58730C8B-16F5-4956-9291-BB68E17C9142}.Debug|x86.ActiveCfg = Debug|Any CPU
{58730C8B-16F5-4956-9291-BB68E17C9142}.Debug|x86.Build.0 = Debug|Any CPU
{58730C8B-16F5-4956-9291-BB68E17C9142}.Proto|Any CPU.ActiveCfg = Release|Any CPU
{58730C8B-16F5-4956-9291-BB68E17C9142}.Proto|x86.ActiveCfg = Release|Any CPU
{58730C8B-16F5-4956-9291-BB68E17C9142}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58730C8B-16F5-4956-9291-BB68E17C9142}.Release|Any CPU.Build.0 = Release|Any CPU
{58730C8B-16F5-4956-9291-BB68E17C9142}.Release|x86.ActiveCfg = Release|Any CPU
{58730C8B-16F5-4956-9291-BB68E17C9142}.Release|x86.Build.0 = Release|Any CPU
{E6A45CDF-B408-420F-B475-74611BEFC52B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6A45CDF-B408-420F-B475-74611BEFC52B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6A45CDF-B408-420F-B475-74611BEFC52B}.Debug|x86.ActiveCfg = Debug|Any CPU
Expand Down Expand Up @@ -818,9 +794,7 @@ Global
{D11FC318-8F5D-4C8C-9287-AB40A016D13C} = {F6DAEE9A-8BE1-4C4A-BC83-09215517C7DA}
{1FB1DD07-06AA-45B4-B5AC-20FF5BEE98B6} = {F6DAEE9A-8BE1-4C4A-BC83-09215517C7DA}
{141F6C23-E1B1-4D89-9F10-F0B8AD58E71F} = {4C7B48D7-19AF-4AE7-9D1D-3BB289D5480D}
{E7EC4A3E-9D57-45B8-83F5-EDDFD6CEF090} = {141F6C23-E1B1-4D89-9F10-F0B8AD58E71F}
{59ADCE46-9740-4079-834D-9A03A3494EBC} = {141F6C23-E1B1-4D89-9F10-F0B8AD58E71F}
{58730C8B-16F5-4956-9291-BB68E17C9142} = {141F6C23-E1B1-4D89-9F10-F0B8AD58E71F}
{E6A45CDF-B408-420F-B475-74611BEFC52B} = {141F6C23-E1B1-4D89-9F10-F0B8AD58E71F}
{4239EFEA-E746-446A-BF7A-51FCBAB13946} = {CFE3259A-2D30-4EB0-80D5-E8B5F3D01449}
{2E60864A-E3FF-4BCC-810F-DC7C34E6B236} = {CFE3259A-2D30-4EB0-80D5-E8B5F3D01449}
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ environment:
matrix:
- BUILD_PROFILE: ci_part1
- BUILD_PROFILE: ci_part2
- BUILD_PROFILE: ci_part3

init:
- git config --global core.autocrlf true
Expand Down
2 changes: 1 addition & 1 deletion build-everything.proj
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
</ItemGroup>

<ItemGroup Condition="'$(TEST_CORECLR_FSHARP_SUITE)'=='1'" >
<ProjectsWithNet40 Include="tests/fsharp/FSharp.Tests.FSharpSuite.DrivingCoreCLR.fsproj" />
<ProjectsWithCoreClr Include="tests/fsharp/FSharp.Tests.FSharpSuite.DrivingCoreCLR/FSharp.Tests.FSharpSuite.DrivingCoreCLR.fsproj" />
</ItemGroup>

<ItemGroup Condition="'$(TEST_NET40_FSHARPQA_SUITE)'=='1' OR '$(TEST_NET40_FSHARP_SUITE)'=='1'" >
Expand Down
Loading