编辑页面树状目录变更,待排查问题

This commit is contained in:
2025-03-25 17:20:09 +08:00
parent adcab16382
commit 501fa77e5a
282 changed files with 19609 additions and 34059 deletions

View File

@@ -57,13 +57,16 @@
<ApplicationIcon>1287509_tools_configuration_control_options_repair_icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="FlexCell, Version=4.4.4.0, Culture=neutral, PublicKeyToken=6f86587eb70ee309, processorArchitecture=MSIL" />
<Reference Include="FlexCell, Version=4.7.0.0, Culture=neutral, PublicKeyToken=6f86587eb70ee309, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>C:\Program Files (x86)\FlexCell Technologies\FlexCell.NET4\bin\FlexCell.dll</HintPath>
</Reference>
<Reference Include="FluentFTP, Version=33.0.3.0, Culture=neutral, PublicKeyToken=f4af092b1d8df44f, processorArchitecture=MSIL">
<HintPath>..\packages\FluentFTP.33.0.3\lib\net45\FluentFTP.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
<Reference Include="System.Buffers, Version=4.0.4.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Buffers.4.6.0\lib\net462\System.Buffers.dll</HintPath>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
@@ -71,8 +74,8 @@
<Reference Include="System.Drawing.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Drawing.Common.6.0.0\lib\net461\System.Drawing.Common.dll</HintPath>
</Reference>
<Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
<Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
</Reference>
<Reference Include="System.Numerics" />
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">

View File

@@ -11,7 +11,15 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
<bindingRedirect oldVersion="0.0.0.0-4.0.4.0" newVersion="4.0.4.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Google.Protobuf" publicKeyToken="a7d26565bac4d604" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.30.1.0" newVersion="3.30.1.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>

View File

@@ -11,7 +11,15 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
<bindingRedirect oldVersion="0.0.0.0-4.0.4.0" newVersion="4.0.4.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Google.Protobuf" publicKeyToken="a7d26565bac4d604" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.30.1.0" newVersion="3.30.1.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -1,38 +1,173 @@
<?xml version="1.0" encoding="utf-8"?><doc>
<assembly>
<name>System.Buffers</name>
</assembly>
<members>
<member name="T:System.Buffers.ArrayPool`1">
<summary>Provides a resource pool that enables reusing instances of type <see cref="T[]"></see>.</summary>
<typeparam name="T">The type of the objects that are in the resource pool.</typeparam>
</member>
<member name="M:System.Buffers.ArrayPool`1.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Buffers.ArrayPool`1"></see> class.</summary>
</member>
<member name="M:System.Buffers.ArrayPool`1.Create">
<summary>Creates a new instance of the <see cref="T:System.Buffers.ArrayPool`1"></see> class.</summary>
<returns>A new instance of the <see cref="System.Buffers.ArrayPool`1"></see> class.</returns>
</member>
<member name="M:System.Buffers.ArrayPool`1.Create(System.Int32,System.Int32)">
<summary>Creates a new instance of the <see cref="T:System.Buffers.ArrayPool`1"></see> class using the specifed configuration.</summary>
<param name="maxArrayLength">The maximum length of an array instance that may be stored in the pool.</param>
<param name="maxArraysPerBucket">The maximum number of array instances that may be stored in each bucket in the pool. The pool groups arrays of similar lengths into buckets for faster access.</param>
<returns>A new instance of the <see cref="System.Buffers.ArrayPool`1"></see> class with the specified configuration.</returns>
</member>
<member name="M:System.Buffers.ArrayPool`1.Rent(System.Int32)">
<summary>Retrieves a buffer that is at least the requested length.</summary>
<param name="minimumLength">The minimum length of the array.</param>
<returns>An array of type <see cref="T[]"></see> that is at least <paramref name="minimumLength">minimumLength</paramref> in length.</returns>
</member>
<member name="M:System.Buffers.ArrayPool`1.Return(`0[],System.Boolean)">
<summary>Returns an array to the pool that was previously obtained using the <see cref="M:System.Buffers.ArrayPool`1.Rent(System.Int32)"></see> method on the same <see cref="T:System.Buffers.ArrayPool`1"></see> instance.</summary>
<param name="array">A buffer to return to the pool that was previously obtained using the <see cref="M:System.Buffers.ArrayPool`1.Rent(System.Int32)"></see> method.</param>
<param name="clearArray">Indicates whether the contents of the buffer should be cleared before reuse. If <paramref name="clearArray">clearArray</paramref> is set to true, and if the pool will store the buffer to enable subsequent reuse, the <see cref="M:System.Buffers.ArrayPool`1.Return(`0[],System.Boolean)"></see> method will clear the <paramref name="array">array</paramref> of its contents so that a subsequent caller using the <see cref="M:System.Buffers.ArrayPool`1.Rent(System.Int32)"></see> method will not see the content of the previous caller. If <paramref name="clearArray">clearArray</paramref> is set to false or if the pool will release the buffer, the array&amp;#39;s contents are left unchanged.</param>
</member>
<member name="P:System.Buffers.ArrayPool`1.Shared">
<summary>Gets a shared <see cref="T:System.Buffers.ArrayPool`1"></see> instance.</summary>
<returns>A shared <see cref="System.Buffers.ArrayPool`1"></see> instance.</returns>
</member>
</members>
</doc>
<?xml version="1.0"?>
<doc>
<assembly>
<name>System.Buffers</name>
</assembly>
<members>
<member name="T:System.Buffers.ArrayPool`1">
<summary>
Provides a resource pool that enables reusing instances of type <see cref="T:T[]"/>.
</summary>
<remarks>
<para>
Renting and returning buffers with an <see cref="T:System.Buffers.ArrayPool`1"/> can increase performance
in situations where arrays are created and destroyed frequently, resulting in significant
memory pressure on the garbage collector.
</para>
<para>
This class is thread-safe. All members may be used by multiple threads concurrently.
</para>
</remarks>
</member>
<member name="F:System.Buffers.ArrayPool`1.s_sharedInstance">
<summary>The lazily-initialized shared pool instance.</summary>
</member>
<member name="P:System.Buffers.ArrayPool`1.Shared">
<summary>
Retrieves a shared <see cref="T:System.Buffers.ArrayPool`1"/> instance.
</summary>
<remarks>
The shared pool provides a default implementation of <see cref="T:System.Buffers.ArrayPool`1"/>
that's intended for general applicability. It maintains arrays of multiple sizes, and
may hand back a larger array than was actually requested, but will never hand back a smaller
array than was requested. Renting a buffer from it with <see cref="M:System.Buffers.ArrayPool`1.Rent(System.Int32)"/> will result in an
existing buffer being taken from the pool if an appropriate buffer is available or in a new
buffer being allocated if one is not available.
</remarks>
</member>
<member name="M:System.Buffers.ArrayPool`1.EnsureSharedCreated">
<summary>Ensures that <see cref="F:System.Buffers.ArrayPool`1.s_sharedInstance"/> has been initialized to a pool and returns it.</summary>
</member>
<member name="M:System.Buffers.ArrayPool`1.Create">
<summary>
Creates a new <see cref="T:System.Buffers.ArrayPool`1"/> instance using default configuration options.
</summary>
<returns>A new <see cref="T:System.Buffers.ArrayPool`1"/> instance.</returns>
</member>
<member name="M:System.Buffers.ArrayPool`1.Create(System.Int32,System.Int32)">
<summary>
Creates a new <see cref="T:System.Buffers.ArrayPool`1"/> instance using custom configuration options.
</summary>
<param name="maxArrayLength">The maximum length of array instances that may be stored in the pool.</param>
<param name="maxArraysPerBucket">
The maximum number of array instances that may be stored in each bucket in the pool. The pool
groups arrays of similar lengths into buckets for faster access.
</param>
<returns>A new <see cref="T:System.Buffers.ArrayPool`1"/> instance with the specified configuration options.</returns>
<remarks>
The created pool will group arrays into buckets, with no more than <paramref name="maxArraysPerBucket"/>
in each bucket and with those arrays not exceeding <paramref name="maxArrayLength"/> in length.
</remarks>
</member>
<member name="M:System.Buffers.ArrayPool`1.Rent(System.Int32)">
<summary>
Retrieves a buffer that is at least the requested length.
</summary>
<param name="minimumLength">The minimum length of the array needed.</param>
<returns>
An <see cref="T:T[]"/> that is at least <paramref name="minimumLength"/> in length.
</returns>
<remarks>
This buffer is loaned to the caller and should be returned to the same pool via
<see cref="M:System.Buffers.ArrayPool`1.Return(`0[],System.Boolean)"/> so that it may be reused in subsequent usage of <see cref="M:System.Buffers.ArrayPool`1.Rent(System.Int32)"/>.
It is not a fatal error to not return a rented buffer, but failure to do so may lead to
decreased application performance, as the pool may need to create a new buffer to replace
the one lost.
</remarks>
</member>
<member name="M:System.Buffers.ArrayPool`1.Return(`0[],System.Boolean)">
<summary>
Returns to the pool an array that was previously obtained via <see cref="M:System.Buffers.ArrayPool`1.Rent(System.Int32)"/> on the same
<see cref="T:System.Buffers.ArrayPool`1"/> instance.
</summary>
<param name="array">
The buffer previously obtained from <see cref="M:System.Buffers.ArrayPool`1.Rent(System.Int32)"/> to return to the pool.
</param>
<param name="clearArray">
If <c>true</c> and if the pool will store the buffer to enable subsequent reuse, <see cref="M:System.Buffers.ArrayPool`1.Return(`0[],System.Boolean)"/>
will clear <paramref name="array"/> of its contents so that a subsequent consumer via <see cref="M:System.Buffers.ArrayPool`1.Rent(System.Int32)"/>
will not see the previous consumer's content. If <c>false</c> or if the pool will release the buffer,
the array's contents are left unchanged.
</param>
<remarks>
Once a buffer has been returned to the pool, the caller gives up all ownership of the buffer
and must not use it. The reference returned from a given call to <see cref="M:System.Buffers.ArrayPool`1.Rent(System.Int32)"/> must only be
returned via <see cref="M:System.Buffers.ArrayPool`1.Return(`0[],System.Boolean)"/> once. The default <see cref="T:System.Buffers.ArrayPool`1"/>
may hold onto the returned buffer in order to rent it again, or it may release the returned buffer
if it's determined that the pool already has enough buffers stored.
</remarks>
</member>
<member name="T:System.Buffers.ArrayPoolEventSource.BufferAllocatedReason">
<summary>The reason for a BufferAllocated event.</summary>
</member>
<member name="F:System.Buffers.ArrayPoolEventSource.BufferAllocatedReason.Pooled">
<summary>The pool is allocating a buffer to be pooled in a bucket.</summary>
</member>
<member name="F:System.Buffers.ArrayPoolEventSource.BufferAllocatedReason.OverMaximumSize">
<summary>The requested buffer size was too large to be pooled.</summary>
</member>
<member name="F:System.Buffers.ArrayPoolEventSource.BufferAllocatedReason.PoolExhausted">
<summary>The pool has already allocated for pooling as many buffers of a particular size as it's allowed.</summary>
</member>
<member name="M:System.Buffers.ArrayPoolEventSource.BufferRented(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Event for when a buffer is rented. This is invoked once for every successful call to Rent,
regardless of whether a buffer is allocated or a buffer is taken from the pool. In a
perfect situation where all rented buffers are returned, we expect to see the number
of BufferRented events exactly match the number of BuferReturned events, with the number
of BufferAllocated events being less than or equal to those numbers (ideally significantly
less than).
</summary>
</member>
<member name="M:System.Buffers.ArrayPoolEventSource.BufferAllocated(System.Int32,System.Int32,System.Int32,System.Int32,System.Buffers.ArrayPoolEventSource.BufferAllocatedReason)">
<summary>
Event for when a buffer is allocated by the pool. In an ideal situation, the number
of BufferAllocated events is significantly smaller than the number of BufferRented and
BufferReturned events.
</summary>
</member>
<member name="M:System.Buffers.ArrayPoolEventSource.BufferReturned(System.Int32,System.Int32,System.Int32)">
<summary>
Event raised when a buffer is returned to the pool. This event is raised regardless of whether
the returned buffer is stored or dropped. In an ideal situation, the number of BufferReturned
events exactly matches the number of BufferRented events.
</summary>
</member>
<member name="F:System.Buffers.DefaultArrayPool`1.DefaultMaxArrayLength">
<summary>The default maximum length of each array in the pool (2^20).</summary>
</member>
<member name="F:System.Buffers.DefaultArrayPool`1.DefaultMaxNumberOfArraysPerBucket">
<summary>The default maximum number of arrays per bucket that are available for rent.</summary>
</member>
<member name="F:System.Buffers.DefaultArrayPool`1.s_emptyArray">
<summary>Lazily-allocated empty array used when arrays of length 0 are requested.</summary>
</member>
<member name="P:System.Buffers.DefaultArrayPool`1.Id">
<summary>Gets an ID for the pool to use with events.</summary>
</member>
<member name="T:System.Buffers.DefaultArrayPool`1.Bucket">
<summary>Provides a thread-safe bucket containing buffers that can be Rent'd and Return'd.</summary>
</member>
<member name="M:System.Buffers.DefaultArrayPool`1.Bucket.#ctor(System.Int32,System.Int32,System.Int32)">
<summary>
Creates the pool with numberOfBuffers arrays where each buffer is of bufferLength length.
</summary>
</member>
<member name="P:System.Buffers.DefaultArrayPool`1.Bucket.Id">
<summary>Gets an ID for the bucket to use with events.</summary>
</member>
<member name="M:System.Buffers.DefaultArrayPool`1.Bucket.Rent">
<summary>Takes an array from the bucket. If the bucket is empty, returns null.</summary>
</member>
<member name="M:System.Buffers.DefaultArrayPool`1.Bucket.Return(`0[])">
<summary>
Attempts to return the buffer to the bucket. If successful, the buffer will be stored
in the bucket and true will be returned; otherwise, the buffer won't be stored, and false
will be returned.
</summary>
</member>
<member name="P:System.SR.ArgumentException_BufferNotFromPool">
<summary>The buffer is not associated with this pool and may not be returned to it.</summary>
</member>
</members>
</doc>

View File

@@ -1,29 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>System.Text.Encoding.CodePages</name>
</assembly>
<members>
<member name="T:System.Text.CodePagesEncodingProvider">
<summary>Provides access to an encoding provider for code pages that otherwise are available only in the desktop .NET Framework.</summary>
</member>
<member name="M:System.Text.CodePagesEncodingProvider.GetEncoding(System.Int32)">
<summary>Returns the encoding associated with the specified code page identifier.</summary>
<param name="codepage">The code page identifier of the preferred encoding which the encoding provider may support.</param>
<returns>The encoding associated with the specified code page identifier, or <see langword="null" /> if the provider does not support the requested codepage encoding.</returns>
</member>
<member name="M:System.Text.CodePagesEncodingProvider.GetEncoding(System.String)">
<summary>Returns the encoding associated with the specified code page name.</summary>
<param name="name">The code page name of the preferred encoding which the encoding provider may support.</param>
<returns>The encoding associated with the specified code page, or <see langword="null" /> if the provider does not support the requested encoding.</returns>
</member>
<member name="M:System.Text.CodePagesEncodingProvider.GetEncodings">
<summary>Returns an array that contains all the encodings that are supported by the <see cref="T:System.Text.CodePagesEncodingProvider" />.</summary>
<returns>An array that contains all the supported encodings.</returns>
</member>
<member name="P:System.Text.CodePagesEncodingProvider.Instance">
<summary>Gets an encoding provider for code pages supported in the desktop .NET Framework but not in the current .NET Framework platform.</summary>
<returns>An encoding provider that allows access to encodings not supported on the current .NET Framework platform.</returns>
</member>
</members>
</doc>

Binary file not shown.

View File

@@ -53,7 +53,15 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
<bindingRedirect oldVersion="0.0.0.0-4.0.4.0" newVersion="4.0.4.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Google.Protobuf" publicKeyToken="a7d26565bac4d604" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.30.1.0" newVersion="3.30.1.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>

Binary file not shown.

View File

@@ -3015,6 +3015,87 @@ UTS_Core
</summary>
<returns>建表语句</returns>
</member>
<member name="F:UTS_Core.UTSModule.DbTableModel.Customer.StationPacketReleaseLogTable.ColNames.ID">
<summary>
工艺站包索引
</summary>
</member>
<member name="F:UTS_Core.UTSModule.DbTableModel.Customer.StationPacketReleaseLogTable.ColNames.ProjectID">
<summary>
项目索引
</summary>
</member>
<member name="F:UTS_Core.UTSModule.DbTableModel.Customer.StationPacketReleaseLogTable.ColNames.StationID">
<summary>
站位索引
</summary>
</member>
<member name="F:UTS_Core.UTSModule.DbTableModel.Customer.StationPacketReleaseLogTable.ColNames.CreateTime">
<summary>
创建时间
</summary>
</member>
<member name="F:UTS_Core.UTSModule.DbTableModel.Customer.StationPacketReleaseLogTable.ColNames.UpdateTime">
<summary>
更新时间
</summary>
</member>
<member name="F:UTS_Core.UTSModule.DbTableModel.Customer.StationPacketReleaseLogTable.ColNames.PacketName">
<summary>
当前包名
</summary>
</member>
<member name="F:UTS_Core.UTSModule.DbTableModel.Customer.StationPacketReleaseLogTable.ColNames.PacketMd5">
<summary>
当前包MD5值
</summary>
</member>
<member name="F:UTS_Core.UTSModule.DbTableModel.Customer.StationPacketReleaseLogTable.ColNames.Description">
<summary>
记录本版本更改内容
</summary>
</member>
<member name="F:UTS_Core.UTSModule.DbTableModel.Customer.StationPacketReleaseLogTable.ColNames.IsValid">
<summary>
当前包是否有效
</summary>
</member>
<member name="F:UTS_Core.UTSModule.DbTableModel.Customer.StationPacketReleaseLogTable.ColNames.UserID">
<summary>
登录用户索引
</summary>
</member>
<member name="F:UTS_Core.UTSModule.DbTableModel.Customer.StationPacketReleaseLogTable.ColNames.UserName">
<summary>
登录用户名称
</summary>
</member>
<member name="F:UTS_Core.UTSModule.DbTableModel.Customer.StationPacketReleaseLogTable.ColNames.PublicIP">
<summary>
发布电脑的公网IP
</summary>
</member>
<member name="F:UTS_Core.UTSModule.DbTableModel.Customer.StationPacketReleaseLogTable.ColNames.ComputerName">
<summary>
发布电脑用户名
</summary>
</member>
<member name="F:UTS_Core.UTSModule.DbTableModel.Customer.StationPacketReleaseLogTable.ColNames.SID">
<summary>
发布电脑的SID
</summary>
</member>
<member name="F:UTS_Core.UTSModule.DbTableModel.Customer.StationPacketReleaseLogTable.ColNames.Remark">
<summary>
备注
</summary>
</member>
<member name="M:UTS_Core.UTSModule.DbTableModel.Customer.StationPacketReleaseLogTable.CreateTableString(System.String,UTS_Core.Database.DbExecutor.DbTypeEnum)">
<summary>
建表语句
</summary>
<returns>建表语句</returns>
</member>
<member name="T:UTS_Core.UTSModule.DbTableModel.Customer.SyncListTable">
<summary>
用户数据库同步总表
@@ -5034,6 +5115,12 @@ UTS_Core
</summary>
<returns></returns>
</member>
<member name="P:UTS_Core.UTSModule.Project.ProjectInfo.UserName">
<summary>
项目当前操作人名称
</summary>
<returns></returns>
</member>
<member name="P:UTS_Core.UTSModule.Project.ProjectInfo.MasterImage">
<summary>
项目原图
@@ -5119,6 +5206,14 @@ UTS_Core
<param name="db">数据库执行器</param>
<param name="projectId">项目索引</param>
</member>
<member name="M:UTS_Core.UTSModule.Project.ProjectInfo.LoadLocalDbStationPackets(System.Int32,System.Int32)">
<summary>
获取当前站位所有站包
</summary>
<param name="pid"></param>
<param name="sid"></param>
<returns></returns>
</member>
<member name="M:UTS_Core.UTSModule.Project.ProjectInfo.LoadProjectInfo(UTS_Core.Database.DbExecutor,System.Int32)">
<summary>
通过项目索引初始化项目信息
@@ -6244,6 +6339,11 @@ UTS_Core
将树状视图导出为Xml
</summary>
</member>
<member name="M:UTS_Core.UTSModule.Station.FrmStationPlan.TsBtnDebugMode_Click(System.Object,System.EventArgs)">
<summary>
调试模式
</summary>
</member>
<member name="F:UTS_Core.UTSModule.Station.ProcessStation.StationTypeEnum.None">
<summary>
未知类型
@@ -6550,6 +6650,20 @@ UTS_Core
</summary>
<param name="revFileName"></param>
</member>
<member name="M:UTS_Core.UTSModule.Station.StationPacket.ReleaseUpdateStationTable(System.String,System.String)">
<summary>
发布站包时,更新站位表信息
</summary>
<param name="revFileName"></param>
<param name="md5"></param>
</member>
<member name="M:UTS_Core.UTSModule.Station.StationPacket.ReleaseUpdatePacketLogTable(System.String,System.String)">
<summary>
发布站包时,更新站包发布记录表信息
</summary>
<param name="revFileName"></param>
<param name="md5"></param>
</member>
<member name="M:UTS_Core.UTSModule.Station.StationPacket.ReleaseUpdatePacketInfo">
<summary>
发布项目成功后,更新项目包信息
@@ -6644,6 +6758,12 @@ UTS_Core
</summary>
<returns></returns>
</member>
<member name="P:UTS_Core.UTSModule.Station.RowNode.Desc4Record">
<summary>
记录总使用的说明内容
</summary>
<returns></returns>
</member>
<member name="P:UTS_Core.UTSModule.Station.RowNode.Count">
<summary>
子节点总数
@@ -7140,6 +7260,11 @@ UTS_Core
测试流程固定模块
</summary>
</member>
<member name="F:UTS_Core.UTSModule.Station.StationTestPlan.FixedModuleEnum.None">
<summary>
空模块,无测试时默认值
</summary>
</member>
<member name="F:UTS_Core.UTSModule.Station.StationTestPlan.FixedModuleEnum.Main">
<summary>
主模块,测试起始模块
@@ -7763,12 +7888,18 @@ UTS_Core
<member name="E:UTS_Core.UTSModule.Test.UtsTester.TestNodeCompleted">
<summary>测试节点完成事件</summary>
</member>
<member name="E:UTS_Core.UTSModule.Test.UtsTester.TestNodeResultChanged">
<summary>测试节点结果变化事件</summary>
</member>
<member name="E:UTS_Core.UTSModule.Test.UtsTester.TestTimeChanged">
<summary>测试时间变更事件</summary>
</member>
<member name="F:UTS_Core.UTSModule.Test.UtsTester._testNode">
<summary>当前测试节点</summary>
</member>
<member name="F:UTS_Core.UTSModule.Test.UtsTester._testFixedModule">
<summary> 当前测试固定模块</summary>
</member>
<member name="F:UTS_Core.UTSModule.Test.UtsTester._testWatch">
<summary>测试耗时计时器</summary>
</member>

View File

@@ -1 +1 @@
1ccdb82248a8db8afc8c187a49c2161670801675
633636fb0e8e6888140ccfd14b7f61c81bde021fbce143725da848c3645363fc

View File

@@ -264,3 +264,59 @@ E:\Git\AUTS\AUTS_Repair\obj\Debug\AUTS_Repair.vbproj.CopyComplete
E:\Git\AUTS\AUTS_Repair\obj\Debug\AUTS_Repair.exe
E:\Git\AUTS\AUTS_Repair\obj\Debug\AUTS_Repair.xml
E:\Git\AUTS\AUTS_Repair\obj\Debug\AUTS_Repair.pdb
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\AUTS_Repair.exe.config
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\AUTS_Repair.exe
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\AUTS_Repair.pdb
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\AUTS_Repair.xml
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\FluentFTP.dll
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\System.Buffers.dll
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\System.Drawing.Common.dll
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\System.Memory.dll
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\System.Numerics.Vectors.dll
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\System.Runtime.CompilerServices.Unsafe.dll
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\System.ValueTuple.dll
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\UTS_Core.dll
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\SharpCompress.dll
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\Newtonsoft.Json.dll
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\MySql.Data.dll
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\System.Data.SQLite.dll
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\Google.Protobuf.dll
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\Zstandard.Net.dll
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\K4os.Compression.LZ4.Streams.dll
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\BouncyCastle.Crypto.dll
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\Ubiety.Dns.Core.dll
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\K4os.Compression.LZ4.dll
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\K4os.Hash.xxHash.dll
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\UTS_Core.pdb
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\UTS_Core.xml
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\UTS_Core.dll.config
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\FluentFTP.xml
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\System.Buffers.xml
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\System.Drawing.Common.xml
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\System.Memory.xml
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\System.Numerics.Vectors.xml
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\System.Runtime.CompilerServices.Unsafe.xml
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\System.ValueTuple.xml
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\Newtonsoft.Json.xml
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\MySql.Data.xml
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\Google.Protobuf.pdb
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\Google.Protobuf.xml
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\K4os.Compression.LZ4.Streams.xml
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\K4os.Compression.LZ4.xml
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\K4os.Hash.xxHash.xml
D:\ML\Wen\AUTS\AUTS_Repair\obj\Debug\AUTS_Repair.vbproj.AssemblyReference.cache
D:\ML\Wen\AUTS\AUTS_Repair\obj\Debug\AUTS_Repair.FrmMain.resources
D:\ML\Wen\AUTS\AUTS_Repair\obj\Debug\AUTS_Repair.FrmCheckLog.resources
D:\ML\Wen\AUTS\AUTS_Repair\obj\Debug\AUTS_Repair.FrmImage.resources
D:\ML\Wen\AUTS\AUTS_Repair\obj\Debug\AUTS_Repair.Resources.resources
D:\ML\Wen\AUTS\AUTS_Repair\obj\Debug\AUTS_Repair.vbproj.GenerateResource.cache
D:\ML\Wen\AUTS\AUTS_Repair\obj\Debug\AUTS_Repair.vbproj.CoreCompileInputs.cache
D:\ML\Wen\AUTS\AUTS_Repair\obj\Debug\AUTS_Rep.516CDDBB.Up2Date
D:\ML\Wen\AUTS\AUTS_Repair\obj\Debug\AUTS_Repair.exe
D:\ML\Wen\AUTS\AUTS_Repair\obj\Debug\AUTS_Repair.xml
D:\ML\Wen\AUTS\AUTS_Repair\obj\Debug\AUTS_Repair.pdb
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\FlexCell.dll
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\ZstdSharp.dll
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\System.Threading.Tasks.Extensions.dll
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\SharpCompress.pdb
D:\ML\Wen\AUTS\AUTS_Repair\bin\Debug\System.Threading.Tasks.Extensions.xml

View File

@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FluentFTP" version="33.0.3" targetFramework="net48" />
<package id="System.Buffers" version="4.5.1" targetFramework="net48" />
<package id="System.Buffers" version="4.6.0" targetFramework="net48" />
<package id="System.Drawing.Common" version="6.0.0" targetFramework="net48" />
<package id="System.Memory" version="4.5.4" targetFramework="net48" />
<package id="System.Memory" version="4.5.5" targetFramework="net48" />
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net48" />
<package id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" targetFramework="net48" />
<package id="System.ValueTuple" version="4.5.0" targetFramework="net48" />