fix cubetree init crash.

This commit is contained in:
2026-02-17 15:51:23 +08:00
parent 1a8a3b59d2
commit a21240016f
671 changed files with 12580 additions and 1166 deletions
@@ -200,7 +200,8 @@ Class SqliteRoleStore<TRole>
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Hi.SqliteUtils.SqliteRoleStore-1.html">SqliteRoleStore&lt;TRole&gt;</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -210,7 +211,8 @@ Class SqliteRoleStore&lt;TRole&gt;
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>storage</code> <a class="xref" href="Hi.SqliteUtils.SqliteIdentityStorage.html">SqliteIdentityStorage</a></dt>
<dd></dd>
<dd><p>The SQLite identity storage.</p>
</dd>
</dl>
@@ -235,7 +237,7 @@ Class SqliteRoleStore&lt;TRole&gt;
</h3>
<div class="markdown level1 summary"><p>Returns an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.linq.iqueryable-1">IQueryable&lt;T&gt;</a> collection of roles.</p>
<div class="markdown level1 summary"><p>Gets all roles as a queryable collection.</p>
</div>
<div class="markdown level1 conceptual"></div>
@@ -250,8 +252,7 @@ Class SqliteRoleStore&lt;TRole&gt;
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.linq.iqueryable-1">IQueryable</a>&lt;TRole&gt;</dt>
<dd><p>An <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.linq.iqueryable-1">IQueryable&lt;T&gt;</a> collection of roles.</p>
</dd>
<dd></dd>
</dl>