We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b241b61 + ad01a2e commit b99d22aCopy full SHA for b99d22a
tests/FSharp.ApiDocs.Tests/files/AttributesTestLib/AttributesTestLib.fsproj
@@ -3,6 +3,7 @@
3
<PropertyGroup>
4
<TargetFramework>netstandard2.1</TargetFramework>
5
<OutputPath>..\bin\$(Configuration)</OutputPath>
6
+ <NoWarn>FS1182</NoWarn>
7
</PropertyGroup>
8
<ItemGroup>
9
<Compile Include="Attributes.fs" />
tests/FSharp.ApiDocs.Tests/files/FsLib2/FsLib2.fsproj
<Compile Include="Library2.fs" />
0 commit comments