Skip to content

Commit 5acdfa6

Browse files
committed
remove warnings, add diagnostics
1 parent 7d94a87 commit 5acdfa6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

tests/service/ExprTests.fs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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 =

tests/service/TestTP/TestTP.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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>

0 commit comments

Comments
 (0)