Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
218 commits
Select commit Hold shift + click to select a range
20318b0
change the sliceTake and sliceSkip behavior
syeerzy Aug 21, 2017
61232e1
fixed the compile error
syeerzy Aug 21, 2017
4788e9d
use QuickParse to get proper full idents island in UnusedOpensDiagnos…
vasily-kirichenko Oct 18, 2017
c422581
module scope aware unused opens
Oct 19, 2017
9e51546
Merge remote-tracking branch 'origin/master' into fix-unused-opens-an…
vasily-kirichenko Oct 19, 2017
5f2eb3e
fix notUsed logic
vasily-kirichenko Oct 19, 2017
2899fb6
start adding UnusedOpensDiagnosticAnalyzer tests
vasily-kirichenko Oct 19, 2017
1e156fc
port all UnusedOpensDiagnosticAnalyzer tests from VFPT
vasily-kirichenko Oct 19, 2017
7673c14
fix some test, ignore other
Oct 20, 2017
bf88499
fix and ignore tests
Oct 20, 2017
2335589
move Unused Opens analyzer core logic to FCS
Oct 20, 2017
f8e4b40
fix tests
Oct 20, 2017
ef55edb
fix build
vasily-kirichenko Oct 20, 2017
f81fea2
collect open declarations EntityRefs during compilation
vasily-kirichenko Oct 20, 2017
b1d98f8
fix
vasily-kirichenko Oct 20, 2017
1bc77f9
try to get full EntityRef name
vasily-kirichenko Oct 20, 2017
37fc75d
don't update project info if the source file collection is empty (#3792)
brettfo Oct 21, 2017
92cbb6b
refactoring, fix compilation
vasily-kirichenko Oct 21, 2017
99d0f40
all not ignored tests pass
vasily-kirichenko Oct 21, 2017
12db301
exclude nested symbol uses from consideration
vasily-kirichenko Oct 21, 2017
86c7bc0
fix compilation
vasily-kirichenko Oct 21, 2017
eb75ac8
use module's child symbols
vasily-kirichenko Oct 22, 2017
f7362f5
fix for module suffix
vasily-kirichenko Oct 22, 2017
4b8a736
add functions and values into consideration
vasily-kirichenko Oct 22, 2017
71a5f23
switch back from full names to possible namespaces
Oct 23, 2017
c84c7d5
refactoring
Oct 23, 2017
5655a92
bring record field into scope
Oct 23, 2017
80dc7d3
bring non RQA DU cases into scope
Oct 23, 2017
a35e535
auto open modules
Oct 23, 2017
4ba197a
fix partially qualified name 1
Oct 23, 2017
6d1b4bd
find in open decls sub namespaces (wip)
Oct 23, 2017
42e528b
the proper way, finally
vasily-kirichenko Oct 23, 2017
d063ef8
active pattern cases work
vasily-kirichenko Oct 23, 2017
961f0e9
active patterns work
vasily-kirichenko Oct 23, 2017
05e7d26
symbol use for open declarations
vasily-kirichenko Oct 23, 2017
5e1255b
all tests pass except type in type extension
vasily-kirichenko Oct 23, 2017
c9b975e
install templates VSIX to a unique directory (#3804)
brettfo Oct 24, 2017
03ecab2
Merge remote-tracking branch 'origin/master' into typed-open-declarat…
Oct 24, 2017
6085f0b
consider definitions because they can be used at type extensions point
Oct 24, 2017
e146709
remove unused code
Oct 24, 2017
bf6bd3f
properly handle own namespace opening
Oct 24, 2017
6960062
fix tests
Oct 24, 2017
e55de7e
revert FSharpEntity.TryFullName for namespaces
Oct 24, 2017
b561754
fixed: opening nested auto open module makes outer module as unused
Oct 24, 2017
0366ad1
remove logging
Oct 24, 2017
2f9e8db
P2p references (#3777)
KevinRansom Oct 24, 2017
0037eb1
fix for identical sub module
vasily-kirichenko Oct 24, 2017
077d13a
Parameterise rc location (#3744)
KevinRansom Oct 13, 2017
29c1df1
Fix issues
KevinRansom Oct 24, 2017
55859f9
fix auto opens
vasily-kirichenko Oct 24, 2017
5f6388b
Merge pull request #3810 from Microsoft/master
brettfo Oct 24, 2017
f3d67ff
Merge remote-tracking branch 'origin/master' into typed-open-declarat…
Oct 25, 2017
aacb796
fix tests
Oct 25, 2017
d225014
handle C# extension methods
Oct 25, 2017
0676848
do not use MembersFunctionsAndValues
Oct 25, 2017
26526dd
wip
Oct 25, 2017
d6fade9
use EnclosingEntity if available
vasily-kirichenko Oct 25, 2017
ba6e2b8
fix compilation
Oct 26, 2017
b9bca6a
Merge dev15.5 to dev15.6 (#3825)
dotnet-bot Oct 26, 2017
01938e2
Merge master to dev15.6 (#3826)
dotnet-bot Oct 26, 2017
3a4bd07
Dev15.6 (#3832)
KevinRansom Oct 27, 2017
715c863
Merge pull request #3834 from Microsoft/merges/dev15.5-to-dev15.6-201…
KevinRansom Oct 27, 2017
9925e99
Merge pull request #3835 from Microsoft/merges/dev15.6-to-master-2017…
KevinRansom Oct 27, 2017
29e27d2
Merge pull request #3836 from Microsoft/merges/master-to-dev15.6-2017…
KevinRansom Oct 27, 2017
51fe090
Work around corecompile.cache bugs (#3833)
KevinRansom Oct 27, 2017
cadfd2c
Add icon for test libraries (#3838)
KevinRansom Oct 27, 2017
8f3c59c
Work around corecompile.cache bugs (#3833)
KevinRansom Oct 27, 2017
182fd38
Merge pull request #3839 from Microsoft/dev15.6
KevinRansom Oct 27, 2017
0bb0a00
Update build status for new branch names
brettfo Oct 27, 2017
0a17cb0
Ensure that Item templates are always installed with F#
Oct 27, 2017
885feb7
Merge pull request #3840 from KevinRansom/itemtemplates
KevinRansom Oct 27, 2017
542917b
Update the name of the preview VSIX branch.
brettfo Oct 27, 2017
726f56f
Add icon for test libraries (#3838)
KevinRansom Oct 27, 2017
bb20848
Merge remote-tracking branch 'origin/master' into typed-open-declarat…
vasily-kirichenko Oct 28, 2017
59103f7
fix a test
vasily-kirichenko Oct 28, 2017
8076475
fix FCS netstandard compilation
vasily-kirichenko Oct 28, 2017
a395c76
add NUnit3TestAdapter package to enable running tests from inside Rider
vasily-kirichenko Oct 28, 2017
6a978f1
fix test
vasily-kirichenko Oct 28, 2017
1b0fad8
do not filter symbol uses by range length in getSymbolUsesInSolution …
vasily-kirichenko Oct 29, 2017
8861075
Improve sprintf/printf for short format strings (#3761)
forki Oct 29, 2017
d2cb414
Keep context information over parens and sequence expressions (#3763)
forki Oct 29, 2017
1422322
Fix go to definition to symbols defined in referenced assemblies and …
vasily-kirichenko Oct 29, 2017
47772f9
Merge pull request #3842 from Microsoft/merges/dev15.5-to-dev15.6-201…
KevinRansom Oct 30, 2017
f087d4f
Merge pull request #3803 from vasily-kirichenko/typed-open-declaratio…
KevinRansom Oct 30, 2017
1e6f253
fix completion after double dot in non-auto mode
vasily-kirichenko Oct 30, 2017
46c2bc5
Merge remote-tracking branch 'origin/master' into do-no-auto-popup-co…
vasily-kirichenko Oct 30, 2017
8bee84b
Merge pull request #3843 from Microsoft/merges/master-to-dev15.6-2017…
KevinRansom Oct 30, 2017
d7ee51e
fix auto completion after dot
vasily-kirichenko Oct 30, 2017
1658aa0
don't run tests if the `PB_SKIPTESTS` variable is set to true
brettfo Oct 30, 2017
637c817
fix test and add lst.[0..x] test cases beside lst.[..x]
syeerzy Oct 31, 2017
c9f6980
change [x..-a] to [x..(-a)] fix build error
syeerzy Oct 31, 2017
3a30dfb
Allow the templates package to be locally overwritten.
brettfo Oct 31, 2017
88ab3e3
Merge pull request #3850 from Microsoft/merges/dev15.6-to-master-2017…
brettfo Oct 31, 2017
dd0538e
Merge pull request #3851 from Microsoft/merges/master-to-dev15.6-2017…
brettfo Oct 31, 2017
0991a3b
Merge pull request #3846 from vasily-kirichenko/do-no-auto-popup-comp…
KevinRansom Oct 31, 2017
4ad577f
Minor cleanup (#3854)
KevinRansom Nov 1, 2017
f1297fa
Merge remote-tracking branch 'Microsoft/master'
syeerzy Nov 1, 2017
c7e276a
Merge pull request #3856 from Microsoft/merges/master-to-dev15.6-2017…
KevinRansom Nov 1, 2017
b73a0c4
Merge pull request #3855 from Microsoft/merges/dev15.6-to-master-2017…
KevinRansom Nov 1, 2017
88379e7
Merge pull request #3847 from brettfo/skip-test-option
brettfo Nov 1, 2017
9cd9f22
skip publishing packages unless the variable `PB_PUBLISHTYPE` is set …
brettfo Nov 1, 2017
1adf07b
Minor cleanup
Nov 1, 2017
87c4f5e
Make cross language project references work when references are built
Nov 1, 2017
876e4a4
Merge pull request #3857 from brettfo/package-publish
brettfo Nov 1, 2017
4b59e6c
Merge remote-tracking branch 'Microsoft/master'
syeerzy Nov 2, 2017
0a9c0c1
Remove build fcs from branch dev15.5
KevinRansom Nov 2, 2017
15c2b12
Remove build fcs from branch dev15.5
KevinRansom Nov 2, 2017
0da7a64
Really do nothing
KevinRansom Nov 2, 2017
94e9a21
rollback a error change
syeerzy Nov 2, 2017
4b8de46
scripts
KevinRansom Nov 2, 2017
ebd20de
No test files when building none
KevinRansom Nov 2, 2017
26b66fb
Merge pull request #3860 from Microsoft/merges/dev15.6-to-master-2017…
KevinRansom Nov 2, 2017
0437472
Merge pull request #3858 from KevinRansom/issue3829branch15.5
KevinRansom Nov 2, 2017
41111ac
remove MyGet package publishing
brettfo Nov 2, 2017
6b4a0bd
use a stable up-to-date version of MSBuild
brettfo Nov 2, 2017
9fadedb
enable publishing NuGet packages to an Azure Blob feed
brettfo Nov 2, 2017
7542396
Merge pull request #3874 from brettfo/blob-publish
brettfo Nov 2, 2017
f8b648b
Merge pull request #3867 from brettfo/package-publish
brettfo Nov 2, 2017
651b6d6
Revert "Make cross language project references work when references a…
Nov 3, 2017
d903cf6
Merge pull request #3875 from brettfo/stable-msbuild
KevinRansom Nov 3, 2017
2a50594
Enable reference to prebuilt c# projects
Nov 3, 2017
619fa47
Revert "Make cross language project references work when references a…
Nov 3, 2017
15e4521
merge
Nov 3, 2017
e2151dd
Enable F# - C# project support
Nov 3, 2017
7ef93f8
Merge pull request #3878 from Microsoft/simplify
KevinRansom Nov 3, 2017
07505e8
Merge branch 'dev15.6' into merges/dev15.5-to-dev15.6-20171103-070041
KevinRansom Nov 3, 2017
e8c4ce1
Merge branch 'dev15.6' into merges/dev15.5-to-dev15.6-20171103-070041
KevinRansom Nov 3, 2017
af270ca
Merge pull request #3880 from Microsoft/merges/master-to-dev15.6-2017…
KevinRansom Nov 3, 2017
61660da
enable additional NuGet restore sources to be passed in
brettfo Nov 2, 2017
8a96a49
Merge pull request #3879 from Microsoft/merges/dev15.5-to-dev15.6-201…
KevinRansom Nov 3, 2017
ae34e3b
Merge pull request #3876 from brettfo/nuget-sources
KevinRansom Nov 4, 2017
5165d13
Remove portable library templates
KevinRansom Nov 4, 2017
c28a5cb
report the value of PB_RESTORESOURCE
brettfo Nov 4, 2017
2bdb156
Merge pull request #3885 from KevinRansom/removeportables
KevinRansom Nov 4, 2017
d356368
Merge pull request #3887 from brettfo/report-nuget-source
KevinRansom Nov 4, 2017
2afdda0
Revert "use a stable up-to-date version of MSBuild"
KevinRansom Nov 5, 2017
fefae46
Merge pull request #3888 from KevinRansom/revertmsbuild
KevinRansom Nov 5, 2017
578db47
Use UTC timestamps in the compiler and service (#3889)
auduchinok Nov 6, 2017
690fdc4
Do not trim error ranges (#3892)
auduchinok Nov 6, 2017
fa2c844
update template setup authoring for removed templates
brettfo Nov 6, 2017
82e1d2f
Merge pull request #3893 from Microsoft/merges/dev15.6-to-master-2017…
KevinRansom Nov 6, 2017
676ab75
Merge pull request #3895 from brettfo/delete-template-authoring
brettfo Nov 6, 2017
1cb436a
Fix Struct.ValueTuple on net 4.7.1
Nov 7, 2017
46a1e68
Update Dependencies (#3884)
KevinRansom Nov 7, 2017
e0933b4
Use HashSet instead of Set in the type suggestion algorithm (#3883)
vasily-kirichenko Nov 7, 2017
52f911b
Merge pull request #3898 from Microsoft/merges/master-to-dev15.6-2017…
KevinRansom Nov 7, 2017
c212e96
#nsure hosted compiler deploys system.valuetuple
KevinRansom Nov 7, 2017
433b331
apply all patches from source-build repo (#3904)
brettfo Nov 8, 2017
cea9284
Use NO_EXTENSIONTYPING for better compiler debugging in normal case (…
dsyme Nov 8, 2017
9a38176
Fix build by removing PCL projects from the solution file (#3913)
cartermp Nov 8, 2017
37408a9
Merge pull request #3908 from Microsoft/merges/master-to-dev15.6-2017…
KevinRansom Nov 8, 2017
c66a799
Merge pull request #3907 from Microsoft/merges/dev15.6-to-master-2017…
KevinRansom Nov 8, 2017
72a14e1
Fixes --- Current master does not work on 15.4 (#3903)
KevinRansom Nov 9, 2017
0b65191
do not provide completion after ' (#3911)
vasily-kirichenko Nov 9, 2017
e600412
Merge pull request #3914 from Microsoft/merges/dev15.6-to-master-2017…
KevinRansom Nov 9, 2017
c0b044c
Use WaitForExit(timeout) rather than loop on HasExited property for s…
KevinRansom Nov 9, 2017
d63f873
Hosted compiler sets an alternate directory
KevinRansom Nov 9, 2017
4277b59
Merge pull request #3915 from Microsoft/merges/master-to-dev15.6-2017…
KevinRansom Nov 9, 2017
e27a3ae
Fix hintpath
KevinRansom Nov 10, 2017
b00692f
Update some projects with System.ValueTuple
KevinRansom Nov 10, 2017
54dd973
Fix test
KevinRansom Nov 10, 2017
ca4dc83
use TcRef.LogicalName instead of Stamp to calculate completion item h…
vasily-kirichenko Nov 11, 2017
1c46a58
add a test
vasily-kirichenko Nov 11, 2017
ba1e562
Merge pull request #3897 from KevinRansom/valuetuplefix
KevinRansom Nov 13, 2017
b083323
Merge pull request #3929 from vasily-kirichenko/remove-duplicates-fro…
KevinRansom Nov 13, 2017
dbf7a9f
Merge pull request #3475 from syeerzy/master
KevinRansom Nov 13, 2017
d24d3f2
Merge pull request #3942 from Microsoft/merges/master-to-dev15.6-2017…
KevinRansom Nov 14, 2017
2d87af1
Merge pull request #3941 from Microsoft/merges/dev15.6-to-master-2017…
KevinRansom Nov 14, 2017
82a137c
Merge pull request #3930 from vasily-kirichenko/add-an-unused-opens-test
KevinRansom Nov 15, 2017
6358145
Merge pull request #3945 from Microsoft/merges/dev15.6-to-master-2017…
KevinRansom Nov 15, 2017
ce49ce8
Merge pull request #3946 from Microsoft/merges/master-to-dev15.6-2017…
KevinRansom Nov 15, 2017
693e8a3
Added two tests for object initializer syntax for completion
TIHan Nov 15, 2017
b2a0416
remove old .rc file
brettfo Nov 15, 2017
187674c
Formatting completion lists in VerifyCompletionList
TIHan Nov 15, 2017
f7f2917
Merge pull request #3951 from brettfo/remove-cpp-dependency
brettfo Nov 15, 2017
6e38ed8
Added new test for completion provider for @ characters. Removed a te…
TIHan Nov 15, 2017
1a53911
Merge pull request #3956 from Microsoft/merges/dev15.6-to-master-2017…
KevinRansom Nov 16, 2017
066bef3
Merge pull request #3957 from Microsoft/merges/master-to-dev15.6-2017…
KevinRansom Nov 16, 2017
f1a5d16
Test case for #3950 (#3958)
nosami Nov 16, 2017
b9cf6a4
Symbol uses for namespaces (#3932)
vasily-kirichenko Nov 16, 2017
c55d1e1
Using Seq.isEmpty instead of checking count
TIHan Nov 16, 2017
6368914
Merge pull request #3955 from TIHan/ide-test-fix1
TIHan Nov 16, 2017
8a53c85
only pull references from NuGet packages, never from the GAC
brettfo Nov 10, 2017
19f3719
Merge pull request #3953 from brettfo/no-gac
brettfo Nov 17, 2017
a9d822a
Merge pull request #3964 from Microsoft/merges/dev15.6-to-master-2017…
brettfo Nov 17, 2017
c9eb89c
For FSI on coreclr use ResolutionEnvironment.CompilationAndEvaluation…
KevinRansom Nov 17, 2017
7f7f488
ExportedTypes optimization (#3959)
ncave Nov 17, 2017
3ad6962
Make Structure module public in FCS (#3910)
auduchinok Nov 17, 2017
0c11595
Added "no-test" argument for build script (#3970)
TIHan Nov 18, 2017
c03b9c1
Minor cleanup for Build Task (#3969)
KevinRansom Nov 19, 2017
39d8459
Better completion (#3940)
vasily-kirichenko Nov 19, 2017
ae6f593
Add static members to the extended completion (#3949)
vasily-kirichenko Nov 20, 2017
e0596f3
fix error range of wrong namespace in open declaration (#3966)
vasily-kirichenko Nov 20, 2017
d8544fe
minor IL simplification (#3975)
ncave Nov 20, 2017
a7a6586
Revert "minor IL simplification (#3975)" (#3979)
dsyme Nov 20, 2017
8b4f189
Update feed tasks version
mmitche Nov 20, 2017
37d02af
ensure the expected dotnet CLI is actually present
brettfo Nov 20, 2017
0a8adb6
Fix FSharpMemberOrFunctionOrValue.IsConstructor property for ctor def…
vasily-kirichenko Nov 20, 2017
2a8bb92
Merge pull request #3986 from brettfo/tools-semaphore
brettfo Nov 20, 2017
17f8854
Merge pull request #3984 from mmitche/update-tassks-version
brettfo Nov 20, 2017
b12630e
publish non .nupkg insertion items
brettfo Nov 20, 2017
ea75c3c
normalize backslashes in .nuspec files
brettfo Nov 20, 2017
a0f4537
Merge pull request #3987 from brettfo/blob-publish
brettfo Nov 20, 2017
50f69b6
only public sign assemblies, not test sign
brettfo Nov 20, 2017
309f4f6
Merge pull request #3989 from brettfo/nuspec-paths
brettfo Nov 20, 2017
949e1d4
Merge pull request #3983 from brettfo/no-test-sign
brettfo Nov 21, 2017
f3b278a
remove test dependency on sn.exe
brettfo Nov 21, 2017
4afe7a5
Merge pull request #3992 from brettfo/remove-sn-test-dep
brettfo Nov 22, 2017
9ef05a7
List.fold IL simplification (#3982)
ncave Nov 22, 2017
ee05187
Merge consequent open decls and hash directives into single structure…
vasily-kirichenko Nov 22, 2017
0be804a
reenable delay signing and `sn -Vr` for build assemblies to speed up …
brettfo Nov 22, 2017
442dfc2
Merge pull request #4002 from brettfo/reenable-delay-sign
brettfo Nov 22, 2017
3ebf370
remove unnecessary test dependency on `ngen.exe` (#4004)
brettfo Nov 22, 2017
27923d4
use ildasm.exe from a NuGet package (#3995)
brettfo Nov 23, 2017
33a94a1
Use ConcurrentDictionary in deduplicate names
auduchinok Nov 23, 2017
ae55828
Merge pull request #4007 from auduchinok/deduplicate-name-concurrent
KevinRansom Nov 23, 2017
e902109
Merge commit 'refs/pull/3784/head' of https://github.com/Microsoft/vi…
ncave Nov 26, 2017
91c6819
Replace more ILAsm in Exprs
ncave Nov 26, 2017
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
5 changes: 1 addition & 4 deletions DEVGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ To build and test Visual F# IDE Tools, install these requirements:
- Under the "Windows" workloads, select ".NET desktop development"
- Select "F# language support" under the optional components
- Under the "Other Toolsets" workloads, select "Visual Studio extension development"
- Under the "Individual components" tab select "Windows 10 SDK" as shown below (needed for compiling RC resource, see #2556): \
![image](https://cloud.githubusercontent.com/assets/1249087/23730261/5c78c850-041b-11e7-9d9d-62766351fd0f.png)
- Failing to install this will lead to error FS0193: Could not find file visualfsharp\vsintegration\src\FSharp.ProjectSystem.FSharp\obj\net40\ProjectResources.rc.res.

Steps to build:

Expand Down Expand Up @@ -195,7 +192,7 @@ For **Release**:

#### Notes on the Windows .NET Framework build

1. The `update.cmd` script adds required strong name validation skips, and NGens the compiler and libraries. This requires admin privileges.
1. The `update.cmd` script adds required strong name validation skips and NGens the compiler and libraries. This requires admin privileges.
1. The compiler binaries produced are "private" and strong-named signed with a test key.
1. Some additional tools are required to build the compiler, notably `fslex.exe`, `fsyacc.exe`, `FSharp.PowerPack.Build.Tasks.dll`, `FsSrGen.exe`, `FSharp.SRGen.Build.Tasks.dll`, and the other tools found in the `lkg` directory.
1. The overall bootstrapping process executes as follows
Expand Down
2 changes: 1 addition & 1 deletion DotnetCLIToolsVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0-preview2-006502
2.0.3-servicing-007056
35 changes: 35 additions & 0 deletions PublishToBlob.proj
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<Project>

<!--

This is for the internal orchestrated build scenarios and will likely never be run on a
developer's machine. The official build definition builds this file directly.

-->

<PropertyGroup>
<FeedTasksPackage>Microsoft.DotNet.Build.Tasks.Feed</FeedTasksPackage>
<!-- This version should be kept in sync with `packages.config` -->
<FeedTasksPackageVersion>1.0.0-prerelease-02219-01</FeedTasksPackageVersion>
</PropertyGroup>

<Import Project="$(MSBuildThisFileDirectory)packages\$(FeedTasksPackage).$(FeedTasksPackageVersion)\build\$(FeedTasksPackage).targets" />

<ItemGroup>
<NuGetPackages Include="$(MSBuildThisFileDirectory)artifacts\**\*.nupkg" />
<OtherAssets Include="$(MSBuildThisFileDirectory)insertion\**" />
</ItemGroup>

<Target Name="Build">
<PushToBlobFeed ExpectedFeedUrl="$(ExpectedFeedUrl)"
AccountKey="$(AccountKey)"
ItemsToPush="@(NuGetPackages)"
Overwrite="$(PublishOverwrite)" />
<PushToBlobFeed ExpectedFeedUrl="$(ExpectedFeedUrl)"
AccountKey="$(AccountKey)"
ItemsToPush="@(OtherAssets)"
PublishFlatContainer="true"
Overwrite="$(PublishOverwrite)" />
</Target>

</Project>
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ For historical reasons this repository is called "visualfsharp" and currently al
| | Ubuntu (Build) | Windows (Debug Build) | Windows (Release Tests 1) | Windows (Release Tests 2) | Windows (Release Tests 3) |
|:----------:|:----------------:|:----------------:|:------------------:|:-----------------------:|:---------------------:|
|**master** |[![Build Status](https://ci2.dot.net/buildStatus/icon?job=Microsoft_visualfsharp/master/release_ubuntu14.04)](https://ci2.dot.net/job/Microsoft_visualfsharp/job/master/job/release_ubuntu14.04/)|[![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/)|[![Build Status](https://ci2.dot.net/buildStatus/icon?job=Microsoft_visualfsharp/master/release_ci_part3_windows_nt)](https://ci2.dot.net/job/Microsoft_visualfsharp/job/master/job/release_ci_part3_windows_nt/)|
|**vs2017-rtm** |[![Build Status](https://ci2.dot.net/buildStatus/icon?job=Microsoft_visualfsharp/vs2017-rtm/release_ubuntu14.04)](https://ci2.dot.net/job/Microsoft_visualfsharp/job/vs2017-rtm/job/release_ubuntu14.04/)|[![Build Status](https://ci2.dot.net/buildStatus/icon?job=Microsoft_visualfsharp/vs2017-rtm/debug_windows_nt)](https://ci2.dot.net/job/Microsoft_visualfsharp/job/vs2017-rtm/job/debug_windows_nt/)|[![Build Status](https://ci2.dot.net/buildStatus/icon?job=Microsoft_visualfsharp/vs2017-rtm/release_ci_part1_windows_nt)](https://ci2.dot.net/job/Microsoft_visualfsharp/job/vs2017-rtm/job/release_ci_part1_windows_nt/)|[![Build Status](https://ci2.dot.net/buildStatus/icon?job=Microsoft_visualfsharp/vs2017-rtm/release_ci_part2_windows_nt)](https://ci2.dot.net/job/Microsoft_visualfsharp/job/vs2017-rtm/job/release_ci_part2_windows_nt/)|[![Build Status](https://ci2.dot.net/buildStatus/icon?job=Microsoft_visualfsharp/vs2017-rtm/release_ci_part3_windows_nt)](https://ci2.dot.net/job/Microsoft_visualfsharp/job/vs2017-rtm/job/release_ci_part3_windows_nt/)|
|**dev15.5** |[![Build Status](https://ci2.dot.net/buildStatus/icon?job=Microsoft_visualfsharp/dev15.5/release_ubuntu14.04)](https://ci2.dot.net/job/Microsoft_visualfsharp/job/dev15.5/job/release_ubuntu14.04/)|[![Build Status](https://ci2.dot.net/buildStatus/icon?job=Microsoft_visualfsharp/dev15.5/debug_windows_nt)](https://ci2.dot.net/job/Microsoft_visualfsharp/job/dev15.5/job/debug_windows_nt/)|[![Build Status](https://ci2.dot.net/buildStatus/icon?job=Microsoft_visualfsharp/dev15.5/release_ci_part1_windows_nt)](https://ci2.dot.net/job/Microsoft_visualfsharp/job/dev15.5/job/release_ci_part1_windows_nt/)|[![Build Status](https://ci2.dot.net/buildStatus/icon?job=Microsoft_visualfsharp/dev15.5/release_ci_part2_windows_nt)](https://ci2.dot.net/job/Microsoft_visualfsharp/job/dev15.5/job/release_ci_part2_windows_nt/)|[![Build Status](https://ci2.dot.net/buildStatus/icon?job=Microsoft_visualfsharp/dev15.5/release_ci_part3_windows_nt)](https://ci2.dot.net/job/Microsoft_visualfsharp/job/dev15.5/job/release_ci_part3_windows_nt/)|
|**dev15.6** |[![Build Status](https://ci2.dot.net/buildStatus/icon?job=Microsoft_visualfsharp/dev15.6/release_ubuntu14.04)](https://ci2.dot.net/job/Microsoft_visualfsharp/job/dev15.6/job/release_ubuntu14.04/)|[![Build Status](https://ci2.dot.net/buildStatus/icon?job=Microsoft_visualfsharp/dev15.6/debug_windows_nt)](https://ci2.dot.net/job/Microsoft_visualfsharp/job/dev15.6/job/debug_windows_nt/)|[![Build Status](https://ci2.dot.net/buildStatus/icon?job=Microsoft_visualfsharp/dev15.6/release_ci_part1_windows_nt)](https://ci2.dot.net/job/Microsoft_visualfsharp/job/dev15.6/job/release_ci_part1_windows_nt/)|[![Build Status](https://ci2.dot.net/buildStatus/icon?job=Microsoft_visualfsharp/dev15.6/release_ci_part2_windows_nt)](https://ci2.dot.net/job/Microsoft_visualfsharp/job/dev15.6/job/release_ci_part2_windows_nt/)|[![Build Status](https://ci2.dot.net/buildStatus/icon?job=Microsoft_visualfsharp/dev15.6/release_ci_part3_windows_nt)](https://ci2.dot.net/job/Microsoft_visualfsharp/job/dev15.6/job/release_ci_part3_windows_nt/)|


## Help improve the Quality of the Tools by Using the Nightly Releases of Visual F# Tools
Expand Down
62 changes: 1 addition & 61 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 15
VisualStudioVersion = 15.0.27005.2
VisualStudioVersion = 15.0.27102.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharp.Compiler.Private", "src\fsharp\FSharp.Compiler.Private\FSharp.Compiler.Private.fsproj", "{2E4D67B4-522D-4CF7-97E4-BA940F0B18F3}"
EndProject
Expand Down Expand Up @@ -96,14 +96,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleProject", "vsintegra
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibraryProject", "vsintegration\ProjectTemplates\LibraryProject\LibraryProject.csproj", "{01678CDA-A11F-4DEE-9344-2EDF91CF1AE7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetCore78Project", "vsintegration\ProjectTemplates\NetCore78Project\NetCore78Project.csproj", "{1A8DBF70-4178-4AE3-AF5F-39DDD5692210}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetCore259Project", "vsintegration\ProjectTemplates\NetCore259Project\NetCore259Project.csproj", "{D9D95330-3626-4199-B7AF-17B8E4AF6D87}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetCoreProject", "vsintegration\ProjectTemplates\NetCoreProject\NetCoreProject.csproj", "{5B739CF3-1116-4EB4-B598-6C16BEA81CE5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PortableLibraryProject", "vsintegration\ProjectTemplates\PortableLibraryProject\PortableLibraryProject.csproj", "{DB374A0C-7560-479F-9B21-D37C81F7624F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TutorialProject", "vsintegration\ProjectTemplates\TutorialProject\TutorialProject.csproj", "{2FACEE44-48BD-40B5-A2EE-B54A0C9BB7C4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ItemTemplates", "ItemTemplates", "{F6DAEE9A-8BE1-4C4A-BC83-09215517C7DA}"
Expand Down Expand Up @@ -564,54 +556,6 @@ Global
{01678CDA-A11F-4DEE-9344-2EDF91CF1AE7}.Release|Any CPU.Build.0 = Release|Any CPU
{01678CDA-A11F-4DEE-9344-2EDF91CF1AE7}.Release|x86.ActiveCfg = Release|Any CPU
{01678CDA-A11F-4DEE-9344-2EDF91CF1AE7}.Release|x86.Build.0 = Release|Any CPU
{1A8DBF70-4178-4AE3-AF5F-39DDD5692210}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A8DBF70-4178-4AE3-AF5F-39DDD5692210}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A8DBF70-4178-4AE3-AF5F-39DDD5692210}.Debug|x86.ActiveCfg = Debug|Any CPU
{1A8DBF70-4178-4AE3-AF5F-39DDD5692210}.Debug|x86.Build.0 = Debug|Any CPU
{1A8DBF70-4178-4AE3-AF5F-39DDD5692210}.Proto|Any CPU.ActiveCfg = Proto|Any CPU
{1A8DBF70-4178-4AE3-AF5F-39DDD5692210}.Proto|Any CPU.Build.0 = Proto|Any CPU
{1A8DBF70-4178-4AE3-AF5F-39DDD5692210}.Proto|x86.ActiveCfg = Proto|Any CPU
{1A8DBF70-4178-4AE3-AF5F-39DDD5692210}.Proto|x86.Build.0 = Proto|Any CPU
{1A8DBF70-4178-4AE3-AF5F-39DDD5692210}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A8DBF70-4178-4AE3-AF5F-39DDD5692210}.Release|Any CPU.Build.0 = Release|Any CPU
{1A8DBF70-4178-4AE3-AF5F-39DDD5692210}.Release|x86.ActiveCfg = Release|Any CPU
{1A8DBF70-4178-4AE3-AF5F-39DDD5692210}.Release|x86.Build.0 = Release|Any CPU
{D9D95330-3626-4199-B7AF-17B8E4AF6D87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9D95330-3626-4199-B7AF-17B8E4AF6D87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9D95330-3626-4199-B7AF-17B8E4AF6D87}.Debug|x86.ActiveCfg = Debug|Any CPU
{D9D95330-3626-4199-B7AF-17B8E4AF6D87}.Debug|x86.Build.0 = Debug|Any CPU
{D9D95330-3626-4199-B7AF-17B8E4AF6D87}.Proto|Any CPU.ActiveCfg = Proto|Any CPU
{D9D95330-3626-4199-B7AF-17B8E4AF6D87}.Proto|Any CPU.Build.0 = Proto|Any CPU
{D9D95330-3626-4199-B7AF-17B8E4AF6D87}.Proto|x86.ActiveCfg = Proto|Any CPU
{D9D95330-3626-4199-B7AF-17B8E4AF6D87}.Proto|x86.Build.0 = Proto|Any CPU
{D9D95330-3626-4199-B7AF-17B8E4AF6D87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9D95330-3626-4199-B7AF-17B8E4AF6D87}.Release|Any CPU.Build.0 = Release|Any CPU
{D9D95330-3626-4199-B7AF-17B8E4AF6D87}.Release|x86.ActiveCfg = Release|Any CPU
{D9D95330-3626-4199-B7AF-17B8E4AF6D87}.Release|x86.Build.0 = Release|Any CPU
{5B739CF3-1116-4EB4-B598-6C16BEA81CE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B739CF3-1116-4EB4-B598-6C16BEA81CE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B739CF3-1116-4EB4-B598-6C16BEA81CE5}.Debug|x86.ActiveCfg = Debug|Any CPU
{5B739CF3-1116-4EB4-B598-6C16BEA81CE5}.Debug|x86.Build.0 = Debug|Any CPU
{5B739CF3-1116-4EB4-B598-6C16BEA81CE5}.Proto|Any CPU.ActiveCfg = Proto|Any CPU
{5B739CF3-1116-4EB4-B598-6C16BEA81CE5}.Proto|Any CPU.Build.0 = Proto|Any CPU
{5B739CF3-1116-4EB4-B598-6C16BEA81CE5}.Proto|x86.ActiveCfg = Proto|Any CPU
{5B739CF3-1116-4EB4-B598-6C16BEA81CE5}.Proto|x86.Build.0 = Proto|Any CPU
{5B739CF3-1116-4EB4-B598-6C16BEA81CE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B739CF3-1116-4EB4-B598-6C16BEA81CE5}.Release|Any CPU.Build.0 = Release|Any CPU
{5B739CF3-1116-4EB4-B598-6C16BEA81CE5}.Release|x86.ActiveCfg = Release|Any CPU
{5B739CF3-1116-4EB4-B598-6C16BEA81CE5}.Release|x86.Build.0 = Release|Any CPU
{DB374A0C-7560-479F-9B21-D37C81F7624F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB374A0C-7560-479F-9B21-D37C81F7624F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB374A0C-7560-479F-9B21-D37C81F7624F}.Debug|x86.ActiveCfg = Debug|Any CPU
{DB374A0C-7560-479F-9B21-D37C81F7624F}.Debug|x86.Build.0 = Debug|Any CPU
{DB374A0C-7560-479F-9B21-D37C81F7624F}.Proto|Any CPU.ActiveCfg = Proto|Any CPU
{DB374A0C-7560-479F-9B21-D37C81F7624F}.Proto|Any CPU.Build.0 = Proto|Any CPU
{DB374A0C-7560-479F-9B21-D37C81F7624F}.Proto|x86.ActiveCfg = Proto|Any CPU
{DB374A0C-7560-479F-9B21-D37C81F7624F}.Proto|x86.Build.0 = Proto|Any CPU
{DB374A0C-7560-479F-9B21-D37C81F7624F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB374A0C-7560-479F-9B21-D37C81F7624F}.Release|Any CPU.Build.0 = Release|Any CPU
{DB374A0C-7560-479F-9B21-D37C81F7624F}.Release|x86.ActiveCfg = Release|Any CPU
{DB374A0C-7560-479F-9B21-D37C81F7624F}.Release|x86.Build.0 = Release|Any CPU
{2FACEE44-48BD-40B5-A2EE-B54A0C9BB7C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FACEE44-48BD-40B5-A2EE-B54A0C9BB7C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FACEE44-48BD-40B5-A2EE-B54A0C9BB7C4}.Debug|x86.ActiveCfg = Debug|Any CPU
Expand Down Expand Up @@ -858,10 +802,6 @@ Global
{F7876C9B-FB6A-4EFB-B058-D6967DB75FB2} = {4C7B48D7-19AF-4AE7-9D1D-3BB289D5480D}
{604F0DAA-2D33-48DD-B162-EDF0B672803D} = {C9B1D3F5-4971-4F04-9C26-37E3AC809AB4}
{01678CDA-A11F-4DEE-9344-2EDF91CF1AE7} = {C9B1D3F5-4971-4F04-9C26-37E3AC809AB4}
{1A8DBF70-4178-4AE3-AF5F-39DDD5692210} = {C9B1D3F5-4971-4F04-9C26-37E3AC809AB4}
{D9D95330-3626-4199-B7AF-17B8E4AF6D87} = {C9B1D3F5-4971-4F04-9C26-37E3AC809AB4}
{5B739CF3-1116-4EB4-B598-6C16BEA81CE5} = {C9B1D3F5-4971-4F04-9C26-37E3AC809AB4}
{DB374A0C-7560-479F-9B21-D37C81F7624F} = {C9B1D3F5-4971-4F04-9C26-37E3AC809AB4}
{2FACEE44-48BD-40B5-A2EE-B54A0C9BB7C4} = {C9B1D3F5-4971-4F04-9C26-37E3AC809AB4}
{F6DAEE9A-8BE1-4C4A-BC83-09215517C7DA} = {4C7B48D7-19AF-4AE7-9D1D-3BB289D5480D}
{6BA13AA4-C25F-480F-856B-8E8000299A72} = {F6DAEE9A-8BE1-4C4A-BC83-09215517C7DA}
Expand Down
Loading