Skip to content

Commit b99d22a

Browse files
authored
Merge pull request #835 from dawedawe/silence_warnings
Silence warnings about unused values during compilation
2 parents b241b61 + ad01a2e commit b99d22a

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)