Bug
Bug ID Number | BUG-000177035 |
---|---|
Submitted | June 9, 2025 |
Last Modified | July 1, 2025 |
Applies to | ArcGIS Pro SDK for .NET |
Version found | 3.5 |
Operating System | Windows OS |
Operating System Version | 11.0 64 bit |
Status | 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; });
Bug ID: BUG-000177035
Software:
Get help from ArcGIS experts
Download the Esri Support App