Uh oh!
There was an error while loading. Please reload this page.
Add F# EndToEnd tests - #6914
Conversation
7ff81a0 to
0009725CompareAn app with lib
0009725 to
c9fa55eCompare@dsyme@ncave can you please check if this fails for you (i cannot repro locally the bug). How to test it:
if you want to see the test generated, before and change using(DisposableDirectorydirectory=Temp.CreateDirectory())to varDisposableDirectory directory =Temp.CreateDirectory();the test failure will show the generated directory, so you can manually run the commands |
Ok got it, fails if lib is this is the repro case of error https://github.com/dotnet/cli/issues/6912 and https://github.com/dotnet/cli/issues/6863 /cc @dsyme@cartermp@KevinRansom@ncave |
dsyme
commented
Jun 17, 2017
@enricosada Thanks! |
dsyme
left a comment
There was a problem hiding this comment.
Approved (once the corresponding fixes dotnet/fsharp#3215 are integrated into Microsoft/visualfsharp and available here)
cartermp
left a comment
There was a problem hiding this comment.
👍 Thanks a bunch, @enricosada. Same as @dsyme, this is good pending the changes to VF#
wli3
commented
Jun 19, 2017
Failed with |
cartermp
commented
Jun 19, 2017
enricosada
commented
Jun 21, 2017
closing in favor of #6975 who target |
a
dotnet newan f# console app who reference andotnet newF# lib,restore=>build=>run