File tree 2 files changed +7
-1
lines changed
src/Microsoft.TestPlatform.Common/Utilities 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 32
32
<JsonNetVersion >9.0.1</JsonNetVersion >
33
33
<MoqVersion >4.7.63</MoqVersion >
34
34
<TestPlatformExternalsVersion >16.0.0-preview-2148743</TestPlatformExternalsVersion >
35
- <MicrosoftFakesVersion >16.6.3 -beta.20169 .2</MicrosoftFakesVersion >
35
+ <MicrosoftFakesVersion >16.6.2 -beta.20208 .2</MicrosoftFakesVersion >
36
36
37
37
<MicrosoftBuildPackageVersion >16.0.461</MicrosoftBuildPackageVersion >
38
38
<MicrosoftBuildFrameworkPackageVersion >$(MicrosoftBuildPackageVersion)</MicrosoftBuildFrameworkPackageVersion >
Original file line number Diff line number Diff line change @@ -90,6 +90,12 @@ private static bool TryAddFakesDataCollectorSettings(
90
90
{
91
91
var sourceTFMMap = CreateDictionary ( sources , framework ) ;
92
92
var fakesSettings = newConfigurator ( sourceTFMMap ) ;
93
+ // if no fakes, return settings unchanged
94
+ if ( fakesSettings == null )
95
+ {
96
+ return false ;
97
+ }
98
+
93
99
XmlRunSettingsUtilities . InsertDataCollectorsNode ( runSettings . CreateNavigator ( ) , fakesSettings ) ;
94
100
return true ;
95
101
}
You can’t perform that action at this time.
0 commit comments