From bde165f3ac041e03db0d7a411311780235cd6210 Mon Sep 17 00:00:00 2001 From: Mr-Rm Date: Wed, 14 Aug 2024 16:01:57 +0400 Subject: [PATCH] =?UTF-8?q?fix=20v2:=20=D0=B4=D0=B8=D1=80=D0=B5=D0=BA?= =?UTF-8?q?=D1=82=D0=B8=D0=B2=D0=B0=20#=D0=98=D1=81=D0=BF=D0=BE=D0=BB?= =?UTF-8?q?=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D1=82=D1=8C=20=D0=B2=20TestApp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/TestApp/MainWindow.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/TestApp/MainWindow.xaml.cs b/src/TestApp/MainWindow.xaml.cs index 3cd551ad0..16d4d78d9 100644 --- a/src/TestApp/MainWindow.xaml.cs +++ b/src/TestApp/MainWindow.xaml.cs @@ -138,6 +138,7 @@ private HostedScriptEngine CreateEngine() .Create() .SetDefaultOptions() .UseNativeRuntime() + .UseImports() .SetupEnvironment(e => { e.AddStandardLibrary();