Skip to content

Commit ad01a2e

Browse files
committed
add NoWarn to test projects to silence warnings about unused values
1 parent 943537f commit ad01a2e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/FSharp.ApiDocs.Tests/files/AttributesTestLib/AttributesTestLib.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.1</TargetFramework>
55
<OutputPath>..\bin\$(Configuration)</OutputPath>
6+
<NoWarn>FS1182</NoWarn>
67
</PropertyGroup>
78
<ItemGroup>
89
<Compile Include="Attributes.fs" />

tests/FSharp.ApiDocs.Tests/files/FsLib2/FsLib2.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.1</TargetFramework>
55
<OutputPath>..\bin\$(Configuration)</OutputPath>
6+
<NoWarn>FS1182</NoWarn>
67
</PropertyGroup>
78
<ItemGroup>
89
<Compile Include="Library2.fs" />

0 commit comments

Comments
 (0)