-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds ArcGIS Maps SDK mappings (#1572)
* Adding Esri Xamarin.Forms => Maui mapping * Added missing mappings * Add more mappings * Fix test failure --------- Co-authored-by: Morten Nielsen <mort5161@esri.com>
- Loading branch information
Showing
3 changed files
with
202 additions
and
0 deletions.
There are no files selected for viewing
68 changes: 68 additions & 0 deletions
68
...ppings/Esri/Esri.ArcGISRuntime.Xamarin.Forms/esri.arcgisruntime.xamarin.forms.apimap.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
{ | ||
"Esri.ArcGISRuntime.Xamarin.Forms": { | ||
"value": "Esri.ArcGISRuntime.Maui", | ||
"kind": "namespace", | ||
"state": "Replaced" | ||
}, | ||
"Esri.ArcGISRuntime.Toolkit.Xamarin.Forms": { | ||
"value": "Esri.ArcGISRuntime.Toolkit.Maui", | ||
"kind": "namespace", | ||
"state": "Replaced" | ||
}, | ||
"Esri.ArcGISRuntime.Toolkit.UI.Controls": { | ||
"kind": "namespace", | ||
"state": "Removed" | ||
}, | ||
"Esri.ArcGISRuntime.ARToolkit.Forms": { | ||
"kind": "namespace", | ||
"state": "NotImplemented" | ||
}, | ||
"Esri.ArcGISRuntime.Toolkit.Xamarin.Forms.LayerLegend": { | ||
"kind": "type", | ||
"state": "Removed", | ||
"needsManualUpgrade": true, | ||
"needsTodoInComment": true | ||
}, | ||
"Esri.ArcGISRuntime.Toolkit.Xamarin.Forms.TimeSlider": { | ||
"kind": "type", | ||
"state": "NotImplemented", | ||
"needsManualUpgrade": true, | ||
"needsTodoInComment": true | ||
}, | ||
"Esri.ArcGISRuntime.Toolkit.Xamarin.Forms.CompassRenderer": { | ||
"kind": "type", | ||
"state": "Removed", | ||
"needsManualUpgrade": true, | ||
"needsTodoInComment": true | ||
}, | ||
"Esri.ArcGISRuntime.Toolkit.Xamarin.Forms.ScaleLineRenderer": { | ||
"kind": "type", | ||
"state": "Removed", | ||
"needsManualUpgrade": true, | ||
"needsTodoInComment": true | ||
}, | ||
"Esri.ArcGISRuntime.Toolkit.Xamarin.Forms.TimeSliderRenderer": { | ||
"kind": "type", | ||
"state": "Removed", | ||
"needsManualUpgrade": true, | ||
"needsTodoInComment": true | ||
}, | ||
"Esri.ArcGISRuntime.Toolkit.Xamarin.Forms.LayerLegendRenderer": { | ||
"kind": "type", | ||
"state": "Removed", | ||
"needsManualUpgrade": true, | ||
"needsTodoInComment": true | ||
}, | ||
"Esri.ArcGISRuntime.Toolkit.Xamarin.Forms.PopupViewerRenderer": { | ||
"kind": "type", | ||
"state": "Removed", | ||
"needsManualUpgrade": true, | ||
"needsTodoInComment": true | ||
}, | ||
"Esri.ArcGISRuntime.Toolkit.Xamarin.Forms.SymbolDisplayRenderer": { | ||
"kind": "type", | ||
"state": "Removed", | ||
"needsManualUpgrade": true, | ||
"needsTodoInComment": true | ||
} | ||
} |
130 changes: 130 additions & 0 deletions
130
...gs/Esri/Esri.ArcGISRuntime.Xamarin.Forms/esri.arcgisruntime.xamarin.forms.packagemap.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,130 @@ | ||
{ | ||
"packages": [ | ||
{ | ||
"name": "Esri.ArcGISRuntime.Xamarin.Forms", | ||
"frameworks": { | ||
".NETCoreApp,Version=v6.0": [ | ||
{ | ||
"name": "Esri.ArcGISRuntime.Maui", | ||
"version": "200.1" | ||
} | ||
], | ||
".NETCoreApp,Version=v7.0": [ | ||
{ | ||
"name": "Esri.ArcGISRuntime.Maui", | ||
"version": "200.2" | ||
} | ||
], | ||
".NETCoreApp,Version=v8.0": [ | ||
{ | ||
"name": "Esri.ArcGISRuntime.Maui", | ||
"version": "200.*" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "Esri.ArcGISRuntime.Toolkit.Xamarin.Forms", | ||
"frameworks": { | ||
".NETCoreApp,Version=v6.0": [ | ||
{ | ||
"name": "Esri.ArcGISRuntime.Toolkit.Maui", | ||
"version": "200.1" | ||
} | ||
], | ||
".NETCoreApp,Version=v7.0": [ | ||
{ | ||
"name": "Esri.ArcGISRuntime.Toolkit.Maui", | ||
"version": "200.2" | ||
} | ||
], | ||
".NETCoreApp,Version=v8.0": [ | ||
{ | ||
"name": "Esri.ArcGISRuntime.Toolkit.Maui", | ||
"version": "200.*" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "Esri.ArcGISRuntime.Xamarin.Android", | ||
"frameworks": { | ||
".NETCoreApp,Version=v6.0": [ | ||
{ | ||
"name": "Esri.ArcGISRuntime.Android", | ||
"version": "200.1" | ||
} | ||
], | ||
".NETCoreApp,Version=v7.0": [ | ||
{ | ||
"name": "Esri.ArcGISRuntime.Android", | ||
"version": "200.2" | ||
} | ||
], | ||
".NETCoreApp,Version=v8.0": [ | ||
{ | ||
"name": "Esri.ArcGISRuntime.Android", | ||
"version": "200.*" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "Esri.ArcGISRuntime.Xamarin.iOS", | ||
"frameworks": { | ||
".NETCoreApp,Version=v6.0": [ | ||
{ | ||
"name": "Esri.ArcGISRuntime.iOS", | ||
"version": "200.1" | ||
} | ||
], | ||
".NETCoreApp,Version=v7.0": [ | ||
{ | ||
"name": "Esri.ArcGISRuntime.iOS", | ||
"version": "200.2" | ||
} | ||
], | ||
".NETCoreApp,Version=v8.0": [ | ||
{ | ||
"name": "Esri.ArcGISRuntime.iOS", | ||
"version": "200.*" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "Esri.ArcGISRuntime.UWP", | ||
"frameworks": { | ||
".NETCoreApp,Version=v6.0": [ | ||
{ | ||
"name": "Esri.ArcGISRuntime.WinUI", | ||
"version": "200.1" | ||
} | ||
], | ||
".NETCoreApp,Version=v7.0": [ | ||
{ | ||
"name": "Esri.ArcGISRuntime.WinUI", | ||
"version": "200.2" | ||
} | ||
], | ||
".NETCoreApp,Version=v8.0": [ | ||
{ | ||
"name": "Esri.ArcGISRuntime.WinUI", | ||
"version": "200.*" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "Esri.ArcGISRuntime.runtimes.win10", | ||
"frameworks": { | ||
".NETCoreApp,Version=v8.0": [ | ||
{ | ||
"name": "Esri.ArcGISRuntime.runtimes.win", | ||
"version": "200.*" | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} |
4 changes: 4 additions & 0 deletions
4
src/UpgradeAssistant.Mappings/mappings/Esri/Esri.ArcGISRuntime.Xamarin.Forms/metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"traits": "(Xamarin | Maui)", | ||
"order": 1000 | ||
} |