File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
src/Build/BackEnd/Components/SdkResolution Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 88using System . Linq ;
99using System . Reflection ;
1010using System . Text . RegularExpressions ;
11- #if DEBUG
12- using System . Threading ;
13-
14- #endif
1511using Microsoft . Build . BackEnd . Logging ;
1612using Microsoft . Build . Construction ;
1713using Microsoft . Build . Evaluation ;
@@ -394,6 +390,8 @@ private bool TryResolveSdkUsingSpecifiedResolvers(
394390
395391 internal virtual void WaitIfTestRequires ( ) { }
396392
393+ // This is a convenience wrapper that we override for one test so that we don't introduce unnecessary #if DEBUG
394+ // segments into the production code.
397395 internal virtual IReadOnlyList < SdkResolverManifest > GetResolverManifests ( ElementLocation location ) => _sdkResolverLoader . GetResolversManifests ( location ) ;
398396
399397 /// <summary>
You can’t perform that action at this time.
0 commit comments