File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Packages/com.unity.ide.visualstudio.tests/Tests/Editor Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ public void DefaultSyncSettings_WhenSynced_CreatesProjectFileFromDefaultTemplate
150150 $ " <DefineConstants></DefineConstants>",
151151 " <ErrorReport>prompt</ErrorReport>" ,
152152 " <WarningLevel>4</WarningLevel>" ,
153- " <NoWarn>0169</NoWarn>" ,
153+ " <NoWarn>0169;USG0001 </NoWarn>" ,
154154 " <AllowUnsafeBlocks>False</AllowUnsafeBlocks>" ,
155155 " </PropertyGroup>" ,
156156 " <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' \" >" ,
@@ -159,7 +159,7 @@ public void DefaultSyncSettings_WhenSynced_CreatesProjectFileFromDefaultTemplate
159159 " <OutputPath>Temp\\ bin\\ Release\\ </OutputPath>" ,
160160 " <ErrorReport>prompt</ErrorReport>" ,
161161 " <WarningLevel>4</WarningLevel>" ,
162- " <NoWarn>0169</NoWarn>" ,
162+ " <NoWarn>0169;USG0001 </NoWarn>" ,
163163 " <AllowUnsafeBlocks>False</AllowUnsafeBlocks>" ,
164164 " </PropertyGroup>" ,
165165 " <PropertyGroup>" ,
You can’t perform that action at this time.
0 commit comments