File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22<Project >
33 <PropertyGroup >
44 <NoWarn >CS1591;CA1416;CS8632;NU1608;NU1109</NoWarn >
5- <Version >23.4.1 </Version >
5+ <Version >23.4.2 </Version >
66 <LangVersion >preview</LangVersion >
77 <AssemblyVersion >1.0.0</AssemblyVersion >
88 <ContinuousIntegrationBuild >false</ContinuousIntegrationBuild >
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ public virtual async ValueTask TearDown()
206206 {
207207 if ( BuildServerDetector . Detected )
208208 {
209- LocalDbLogging . Log ( $ "Purging { Database . Name } ") ;
209+ LocalDbLogging . LogIfVerbose ( $ "Purging { Database . Name } ") ;
210210 await Database . Delete ( ) ;
211211 }
212212 else
@@ -218,4 +218,4 @@ public virtual async ValueTask TearDown()
218218 // ReSharper restore ConditionIsAlwaysTrueOrFalseAccordingToNullableAPIContract
219219 instance . Value = null ;
220220 }
221- }
221+ }
You can’t perform that action at this time.
0 commit comments