From 7e4b090c807064811ad039bc7c6686c77e98c927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=9C=A8=E6=A3=AE=20=C2=B7=20=E4=BD=9C=E9=9C=96?= <16236903+NMSAzulX@users.noreply.github.com> Date: Mon, 21 Oct 2024 00:00:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- samples/HESample/HESample.csproj | 2 +- .../CompileUnit/AssemblyCSharpBuilder.Compile.cs | 3 +-- .../Natasha.CSharp.Compiler/Natasha.CSharp.Compiler.csproj | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/samples/HESample/HESample.csproj b/samples/HESample/HESample.csproj index 0d02b709..7d3042b5 100644 --- a/samples/HESample/HESample.csproj +++ b/samples/HESample/HESample.csproj @@ -8,7 +8,7 @@ - + diff --git a/src/Natasha.CSharp/Natasha.CSharp.Compiler/CompileUnit/AssemblyCSharpBuilder.Compile.cs b/src/Natasha.CSharp/Natasha.CSharp.Compiler/CompileUnit/AssemblyCSharpBuilder.Compile.cs index 7c928ad9..8408ca95 100644 --- a/src/Natasha.CSharp/Natasha.CSharp.Compiler/CompileUnit/AssemblyCSharpBuilder.Compile.cs +++ b/src/Natasha.CSharp/Natasha.CSharp.Compiler/CompileUnit/AssemblyCSharpBuilder.Compile.cs @@ -14,7 +14,7 @@ public sealed partial class AssemblyCSharpBuilder { /// /// 重复编译 - /// + /// /// /// 当前方法逻辑为: /// @@ -201,7 +201,6 @@ public void CompileWithoutAssembly() /// 编译成功生成的程序集. public Assembly GetAssembly() { - GetAvailableCompilation(); if (Domain!.Name != "Default") { diff --git a/src/Natasha.CSharp/Natasha.CSharp.Compiler/Natasha.CSharp.Compiler.csproj b/src/Natasha.CSharp/Natasha.CSharp.Compiler/Natasha.CSharp.Compiler.csproj index e58abf22..4d7edfc2 100644 --- a/src/Natasha.CSharp/Natasha.CSharp.Compiler/Natasha.CSharp.Compiler.csproj +++ b/src/Natasha.CSharp/Natasha.CSharp.Compiler/Natasha.CSharp.Compiler.csproj @@ -19,7 +19,7 @@ - +