Skip to content

Commit

Permalink
Update AssemblyCSharpBuilder.Compile.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
NMSAzulX committed Jul 4, 2024
1 parent 86eeec5 commit dac0dff
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ public sealed partial class AssemblyCSharpBuilder
/// 重复编译
/// <list type="number">
/// <item>
/// 该方法逻辑
/// 当前方法逻辑为
/// <list type="bullet">
/// <item> WithPreCompilationOptions() 方法阻止创建新的 编译选项.</item>
/// <item> WithPreCompilationReferences() 方法阻止覆盖新的引用. </item>
/// <item>调用 WithPreCompilationOptions() 阻止创建新的编译选项.</item>
/// <item>调用 WithPreCompilationReferences() 阻止覆盖新的引用. </item>
/// </list>
/// </item>
/// <item>
Expand Down

0 comments on commit dac0dff

Please sign in to comment.