deploy fixed MRR drift and webservice CylindroidHolder buckle branch update issue.

This commit is contained in:
2026-05-28 20:27:45 +08:00
parent 95b5790622
commit bb0ab7a280
22 changed files with 149 additions and 76 deletions
@@ -576,6 +576,63 @@ by each type's <code>Reg(this)</code> call.</p>
<a id="Hi_Common_XmlUtils_XFactory_GenListSkippingUnloadable_" data-uid="Hi.Common.XmlUtils.XFactory.GenListSkippingUnloadable*"></a>
<h3 id="Hi_Common_XmlUtils_XFactory_GenListSkippingUnloadable__1_System_Collections_Generic_IEnumerable_System_Xml_Linq_XElement__System_String_System_IProgress_System_Object__System_Boolean_System_Object___" data-uid="Hi.Common.XmlUtils.XFactory.GenListSkippingUnloadable``1(System.Collections.Generic.IEnumerable{System.Xml.Linq.XElement},System.String,System.IProgress{System.Object},System.Boolean,System.Object[])">
GenListSkippingUnloadable&lt;T&gt;(IEnumerable&lt;XElement&gt;, string, IProgress&lt;object&gt;, bool, object[])
</h3>
<div class="markdown level1 summary"><p>Deserializes each element of <code class="paramref">elements</code> into a
<code class="typeparamref">T</code>, skipping — instead of throwing on — any element
whose XName is not registered (e.g. a renamed or removed component) or
whose generator throws. Each skipped element is reported to
<code class="paramref">progress</code> as a <a class="xref" href="Hi.Common.Messages.MessageFlag.html#Hi_Common_Messages_MessageFlag_Warning">Warning</a>.
Use when a partially-loadable list (such as a saved pipeline whose schema
has drifted while a feature is in development) is preferable to aborting
the whole load.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static List&lt;T&gt; GenListSkippingUnloadable&lt;T&gt;(IEnumerable&lt;XElement&gt; elements, string baseDirectory, IProgress&lt;object&gt; progress, bool enableRebase = true, object[] res = null) where T : class</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>elements</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.xml.linq.xelement">XElement</a>&gt;</dt>
<dd></dd>
<dt><code>baseDirectory</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
<dt><code>progress</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iprogress-1">IProgress</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>&gt;</dt>
<dd></dd>
<dt><code>enableRebase</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
<dd></dd>
<dt><code>res</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>[]</dt>
<dd></dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;T&gt;</dt>
<dd></dd>
</dl>
<h4 class="section">Type Parameters</h4>
<dl class="parameters">
<dt><code>T</code></dt>
<dd></dd>
</dl>
<a id="Hi_Common_XmlUtils_XFactory_Gen_" data-uid="Hi.Common.XmlUtils.XFactory.Gen*"></a>
<h3 id="Hi_Common_XmlUtils_XFactory_Gen__1_System_Xml_Linq_XElement_System_String_System_IProgress_System_Object__System_Boolean_System_Object___" data-uid="Hi.Common.XmlUtils.XFactory.Gen``1(System.Xml.Linq.XElement,System.String,System.IProgress{System.Object},System.Boolean,System.Object[])">
File diff suppressed because one or more lines are too long
+16
View File
@@ -16255,6 +16255,22 @@ references:
fullName.vb: Hi.Common.XmlUtils.XFactory.GenFileRefSource(Of T)(System.Xml.Linq.XElement, String, System.IProgress(Of Object), Boolean, Object())
nameWithType: XFactory.GenFileRefSource<T>(XElement, string, IProgress<object>, bool, object[])
nameWithType.vb: XFactory.GenFileRefSource(Of T)(XElement, String, IProgress(Of Object), Boolean, Object())
- uid: Hi.Common.XmlUtils.XFactory.GenListSkippingUnloadable*
name: GenListSkippingUnloadable
href: api/Hi.Common.XmlUtils.XFactory.html#Hi_Common_XmlUtils_XFactory_GenListSkippingUnloadable_
commentId: Overload:Hi.Common.XmlUtils.XFactory.GenListSkippingUnloadable
isSpec: "True"
fullName: Hi.Common.XmlUtils.XFactory.GenListSkippingUnloadable
nameWithType: XFactory.GenListSkippingUnloadable
- uid: Hi.Common.XmlUtils.XFactory.GenListSkippingUnloadable``1(System.Collections.Generic.IEnumerable{System.Xml.Linq.XElement},System.String,System.IProgress{System.Object},System.Boolean,System.Object[])
name: GenListSkippingUnloadable<T>(IEnumerable<XElement>, string, IProgress<object>, bool, object[])
href: api/Hi.Common.XmlUtils.XFactory.html#Hi_Common_XmlUtils_XFactory_GenListSkippingUnloadable__1_System_Collections_Generic_IEnumerable_System_Xml_Linq_XElement__System_String_System_IProgress_System_Object__System_Boolean_System_Object___
commentId: M:Hi.Common.XmlUtils.XFactory.GenListSkippingUnloadable``1(System.Collections.Generic.IEnumerable{System.Xml.Linq.XElement},System.String,System.IProgress{System.Object},System.Boolean,System.Object[])
name.vb: GenListSkippingUnloadable(Of T)(IEnumerable(Of XElement), String, IProgress(Of Object), Boolean, Object())
fullName: Hi.Common.XmlUtils.XFactory.GenListSkippingUnloadable<T>(System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement>, string, System.IProgress<object>, bool, object[])
fullName.vb: Hi.Common.XmlUtils.XFactory.GenListSkippingUnloadable(Of T)(System.Collections.Generic.IEnumerable(Of System.Xml.Linq.XElement), String, System.IProgress(Of Object), Boolean, Object())
nameWithType: XFactory.GenListSkippingUnloadable<T>(IEnumerable<XElement>, string, IProgress<object>, bool, object[])
nameWithType.vb: XFactory.GenListSkippingUnloadable(Of T)(IEnumerable(Of XElement), String, IProgress(Of Object), Boolean, Object())
- uid: Hi.Common.XmlUtils.XFactory.Gen``1(System.Xml.Linq.XElement,System.String,System.IProgress{System.Object},System.Boolean,System.Object[])
name: Gen<T>(XElement, string, IProgress<object>, bool, object[])
href: api/Hi.Common.XmlUtils.XFactory.html#Hi_Common_XmlUtils_XFactory_Gen__1_System_Xml_Linq_XElement_System_String_System_IProgress_System_Object__System_Boolean_System_Object___