File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -237,8 +237,8 @@ internal static int ProcessArgs(string[] args, TimeSpan startupTime)
237237 // Get the global.json state to report in telemetry along with this command invocation.
238238 // We don't care about the actual SDK resolution, just the global.json information,
239239 // so just pass empty string as executable directory for resolution.
240- NativeWrapper . SdkResolutionResult result = NativeWrapper . NETCoreSdkResolverNativeWrapper . ResolveSdk ( string . Empty , Environment . CurrentDirectory ) ;
241- globalJsonState = result . GlobalJsonState ;
240+ // NativeWrapper.SdkResolutionResult result = NativeWrapper.NETCoreSdkResolverNativeWrapper.ResolveSdk(string.Empty, Environment.CurrentDirectory);
241+ // globalJsonState = result.GlobalJsonState;
242242 }
243243
244244 TelemetryEventEntry . SendFiltered ( Tuple . Create ( parseResult , performanceData , globalJsonState ) ) ;
You can’t perform that action at this time.
0 commit comments