fix SoftNcRunner GM code normalization.

This commit is contained in:
2026-05-06 13:21:19 +08:00
parent 0fe9497552
commit 2f57932000
1238 changed files with 69405 additions and 22511 deletions
@@ -95,13 +95,26 @@
Classes
</h3>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Common.Messages.MessageBoardUtil.html">MessageBoardUtil</a></dt>
<dd><p>Utility class for displaying messages on a message board.</p>
<dt><a class="xref" href="Hi.Common.Messages.ActionProgress-1.html">ActionProgress&lt;T&gt;</a></dt>
<dd><p>Lightweight <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iprogress-1">IProgress&lt;T&gt;</a> that delegates to an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.action-1">Action&lt;T&gt;</a>.
Unlike <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.progress-1">Progress&lt;T&gt;</a>, does not capture
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.synchronizationcontext">SynchronizationContext</a>
and invokes the handler synchronously on the caller's thread.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Common.Messages.MessageUtil.html">MessageUtil</a></dt>
<dd><p>Provides utility methods for handling messages.</p>
<dt><a class="xref" href="Hi.Common.Messages.DebugUtil.html">DebugUtil</a></dt>
<dd><p>Debug utility provides functions: pause process, count execution time and show the count.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Common.Messages.ExceptionUtil.html">ExceptionUtil</a></dt>
<dd><p>Provides utility methods for handling exceptions.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Common.Messages.MessageBoardUtil.html">MessageBoardUtil</a></dt>
<dd><p>Utility class for displaying messages on a message board.</p>
</dd>
</dl>
<dl class="jumplist">