fix SoftNcRunner GM code normalization.
This commit is contained in:
@@ -187,8 +187,8 @@ MillingStepLuggage data.</p>
|
||||
|
||||
<a id="Hi_SqliteUtils_SqliteStepStorage__ctor_" data-uid="Hi.SqliteUtils.SqliteStepStorage.#ctor*"></a>
|
||||
|
||||
<h3 id="Hi_SqliteUtils_SqliteStepStorage__ctor_System_String_" data-uid="Hi.SqliteUtils.SqliteStepStorage.#ctor(System.String)">
|
||||
SqliteStepStorage(string)
|
||||
<h3 id="Hi_SqliteUtils_SqliteStepStorage__ctor_System_String_Microsoft_Extensions_Logging_ILogger_" data-uid="Hi.SqliteUtils.SqliteStepStorage.#ctor(System.String,Microsoft.Extensions.Logging.ILogger)">
|
||||
SqliteStepStorage(string, ILogger)
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -197,13 +197,16 @@ MillingStepLuggage data.</p>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public SqliteStepStorage(string databasePath = null)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public SqliteStepStorage(string databasePath = null, ILogger logger = null)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>databasePath</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>The path to the SQLite database file. If null, uses in-memory database.</p>
|
||||
</dd>
|
||||
<dt><code>logger</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.extensions.logging.ilogger">ILogger</a></dt>
|
||||
<dd><p>Optional logger instance.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user