We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1b9136 commit 4f71a94Copy full SHA for 4f71a94
src/testing/Python.Test.csproj
@@ -11,7 +11,7 @@
11
<OutputPath>bin\</OutputPath>
12
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13
<TargetFrameworkProfile />
14
- <NoWarn>1591</NoWarn>
+ <NoWarn>1591,0067</NoWarn>
15
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
16
<PythonBuildDir Condition=" '$(PythonBuildDir)' == '' ">$(SolutionDir)</PythonBuildDir>
17
<!--If need to freeze language version: <LangVersion>5</LangVersion> !-->
0 commit comments