This commit is contained in:
2248356998 qq.com
2025-08-14 05:47:54 +08:00
parent 02ad494a26
commit 21b4695683
3 changed files with 2 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
<PropertyGroup>
<PluginVersion>10.10.18</PluginVersion>
<ProPluginVersion>10.10.18</ProPluginVersion>
<DefaultVersion>10.10.18</DefaultVersion>
<DefaultVersion>10.10.19</DefaultVersion>
<AuthenticationVersion>10.10.1</AuthenticationVersion>
<SourceGeneratorVersion>10.10.1</SourceGeneratorVersion>
<NET8Version>8.0.19</NET8Version>

View File

@@ -736,10 +736,10 @@ public abstract partial class CollectBase : DriverBase
protected override async Task DisposeAsync(bool disposing)
{
await base.DisposeAsync(disposing).ConfigureAwait(false);
_linkedCtsCache?.SafeDispose();
if (ReadWriteLock != null)
await ReadWriteLock.SafeDisposeAsync().ConfigureAwait(false);
await base.DisposeAsync(disposing).ConfigureAwait(false);
}
#endif

View File

@@ -58,7 +58,6 @@
</Tooltip>
}
}
@if (DeviceRuntime.IsCollect == false && AuthorizeButton("删除缓存"))
{
@@ -125,15 +124,7 @@
<EditorItem Field=@context.SourceVariableCount FieldExpression=@(() => context.SourceVariableCount) />
<EditorItem Field=@context.MethodVariableCount FieldExpression=@(() => context.MethodVariableCount) />
}
@*<EditorItem ComponentParameters=@(new Dictionary<string,object>(){
["class"]="red--text",
}
) Field=@context.LastErrorMessage FieldExpression=@(()=> context.LastErrorMessage ) Rows="1" ShowLabelTooltip="false">
<EditTemplate Context="value">
<Display Value=@value.LastErrorMessage ValueExpression=@(()=> context.LastErrorMessage ) ShowTooltip class="red--text" ShowLabel="true" />
</EditTemplate>
</EditorItem> *@
<EditorItem Field=@context.LastErrorMessage FieldExpression=@(() => context.LastErrorMessage) ShowLabelTooltip="true">
<EditTemplate Context="value">
<div class="col-12">