漏洞
| 漏洞 ID 编号 | BUG-000177035 |
|---|---|
| 已提交 | June 9, 2025 |
| 上次修改时间 | July 1, 2025 |
| 适用范围 | ArcGIS Pro SDK for .NET |
| 找到的版本 | 3.5 |
| 操作系统 | Windows OS |
| 操作系统版本 | 11.0 64 bit |
| 状态 | Will Not Be Addressed |
Users need to call CoreDataExtensions.RefreshDatastore(version) after the reconciliation operation in their provided code for support.
QueuedTask.Run(() => { using var versionManager = GetVersionManagerFromMap(); using var version = versionManager?.GetCurrentVersion(); if (version is null) return false; var result = version.Reconcile( new ReconcileOptions(version.GetParent()) { ConflictResolutionMethod = ConflictResolutionMethod.Continue, }); CoreDataExtensions.RefreshDatastore(version); return result?.HasConflicts ?? false; });
漏洞 ID: BUG-000177035
软件:
获取来自 ArcGIS 专家的帮助
下载 Esri 支持应用程序