不具合
| 不具合 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 Support アプリのダウンロード