X Tutup
Skip to content

Commit 4f71a94

Browse files
committed
Quiet Test Fixture build warnings about unused events.
They will be used (or attempted to be used) from Python.
1 parent a1b9136 commit 4f71a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testing/Python.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<OutputPath>bin\</OutputPath>
1212
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1313
<TargetFrameworkProfile />
14-
<NoWarn>1591</NoWarn>
14+
<NoWarn>1591,0067</NoWarn>
1515
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
1616
<PythonBuildDir Condition=" '$(PythonBuildDir)' == '' ">$(SolutionDir)</PythonBuildDir>
1717
<!--If need to freeze language version: <LangVersion>5</LangVersion> !-->

0 commit comments

Comments
 (0)
X Tutup