You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Avoid logging >Task returned false but did not log an error.< (#2557)
* Avoid logging >Task returned false but did not log an error.< on test failure
* Add VSTEST_BUILD_DEBUG env var
* Using namespaces
* Invert the switch because it will be still backwards in the final release
* Use bitness from process or OS (#2571)
* Do not force .NET4.5 in case legacy test settings are provided (#2545)
* Do not force .NET4.5 in case legacy test settings are provided
* Net core app
* Fix runconfig
* Default platform
Copy file name to clipboardExpand all lines: src/Microsoft.TestPlatform.Utilities/MSTestSettingsUtilities.cs
+1-11
Original file line number
Diff line number
Diff line change
@@ -25,12 +25,10 @@ public static class MSTestSettingsUtilities
25
25
/// Settings file which need to be imported. The file extension of the settings file will be specified by <paramref name="SettingsFileExtension"/> property.
26
26
/// </param>
27
27
/// <param name="defaultRunSettings"> Input RunSettings document to which settings file need to be imported. </param>
28
-
/// <param name="architecture"> The architecture. </param>
29
-
/// <param name="frameworkVersion"> The framework Version. </param>
30
28
/// <returns> Updated RunSetting Xml document with imported settings. </returns>
0 commit comments