File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 46
46
" -c" ,
47
47
" release" ,
48
48
" -f" ,
49
- " net7 .0" ,
49
+ " net8 .0" ,
50
50
" ${workspaceFolder}/Dotnet.Script.Tests/DotNet.Script.Tests.csproj"
51
51
],
52
52
"problemMatcher" : " $msCompile" ,
Original file line number Diff line number Diff line change @@ -234,8 +234,8 @@ private static int Wain(string[] args)
234
234
}
235
235
236
236
AssemblyLoadContext assemblyLoadContext = null ;
237
- if ( isolatedLoadContext . HasValue ( ) )
238
- assemblyLoadContext = new ScriptAssemblyLoadContext ( ) ;
237
+ // if (isolatedLoadContext.HasValue())
238
+ assemblyLoadContext = new ScriptAssemblyLoadContext ( ) ;
239
239
240
240
if ( scriptFile . HasValue )
241
241
{
@@ -260,7 +260,7 @@ private static int Wain(string[] args)
260
260
var fileCommand = new ExecuteScriptCommand ( ScriptConsole . Default , logFactory ) ;
261
261
var result = await fileCommand . Run < int , CommandLineScriptGlobals > ( fileCommandOptions ) ;
262
262
if ( Environment . ExitCode != 0 ) return Environment . ExitCode ;
263
-
263
+
264
264
return result ;
265
265
266
266
}
You can’t perform that action at this time.
0 commit comments