fix SoftNcRunner GM code normalization.
This commit is contained in:
@@ -695,6 +695,80 @@ reported <a class="xref" href="Hi.NcParsers.NcDiagnostic.html">NcDiagnostic</a>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcParsers_NcDiagnosticProgress_UnsupportedMessage_" data-uid="Hi.NcParsers.NcDiagnosticProgress.UnsupportedMessage*"></a>
|
||||
|
||||
<h3 id="Hi_NcParsers_NcDiagnosticProgress_UnsupportedMessage_Hi_NcParsers_Sentence_System_String_System_String_System_Object_" data-uid="Hi.NcParsers.NcDiagnosticProgress.UnsupportedMessage(Hi.NcParsers.Sentence,System.String,System.String,System.Object)">
|
||||
UnsupportedMessage(Sentence, string, string, object)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Emits <a class="xref" href="Hi.NcParsers.NcDiagnosticCategory.html#Hi_NcParsers_NcDiagnosticCategory_Unsupported">Unsupported</a> + <a class="xref" href="Hi.NcParsers.NcDiagnosticSeverity.html#Hi_NcParsers_NcDiagnosticSeverity_Message">Message</a> located at <code class="paramref">sentence</code>.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void UnsupportedMessage(Sentence sentence, string id, string text, object detail = null)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>sentence</code> <a class="xref" href="Hi.NcParsers.Sentence.html">Sentence</a></dt>
|
||||
<dd></dd>
|
||||
<dt><code>id</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
<dt><code>text</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
<dt><code>detail</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcParsers_NcDiagnosticProgress_UnsupportedMessage_" data-uid="Hi.NcParsers.NcDiagnosticProgress.UnsupportedMessage*"></a>
|
||||
|
||||
<h3 id="Hi_NcParsers_NcDiagnosticProgress_UnsupportedMessage_System_String_System_String_System_Object_" data-uid="Hi.NcParsers.NcDiagnosticProgress.UnsupportedMessage(System.String,System.String,System.Object)">
|
||||
UnsupportedMessage(string, string, object)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Emits <a class="xref" href="Hi.NcParsers.NcDiagnosticCategory.html#Hi_NcParsers_NcDiagnosticCategory_Unsupported">Unsupported</a> + <a class="xref" href="Hi.NcParsers.NcDiagnosticSeverity.html#Hi_NcParsers_NcDiagnosticSeverity_Message">Message</a> (recognized, intentionally not simulated, considered safe / no-op offline).</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void UnsupportedMessage(string id, string text, object detail = null)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>id</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
<dt><code>text</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
<dt><code>detail</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcParsers_NcDiagnosticProgress_UnsupportedWarning_" data-uid="Hi.NcParsers.NcDiagnosticProgress.UnsupportedWarning*"></a>
|
||||
|
||||
<h3 id="Hi_NcParsers_NcDiagnosticProgress_UnsupportedWarning_Hi_NcParsers_Sentence_System_String_System_String_System_Object_" data-uid="Hi.NcParsers.NcDiagnosticProgress.UnsupportedWarning(Hi.NcParsers.Sentence,System.String,System.String,System.Object)">
|
||||
|
||||
Reference in New Issue
Block a user