File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -684,6 +684,9 @@ let ``Check use of type provider that provides calls to F# code`` () =
684684 |> checker.ParseAndCheckProject
685685 |> Async.RunSynchronously
686686
687+ for r in res.Errors do
688+ printfn " %d , %d : %s " r.StartLineAlternate r.StartColumn r.Message
689+
687690 res.Errors.Length |> shouldEqual 0
688691
689692 let results =
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 14 .0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2+ <Project ToolsVersion =" 4 .0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44 <PropertyGroup >
55 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
You can’t perform that action at this time.
0 commit comments