[mapguide-commits] r9997 - trunk/MgDev/Bindings

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Oct 26 08:34:44 PDT 2022


Author: jng
Date: 2022-10-26 08:34:44 -0700 (Wed, 26 Oct 2022)
New Revision: 9997

Modified:
   trunk/MgDev/Bindings/TODO.txt
Log:
#2852: TODO update

Modified: trunk/MgDev/Bindings/TODO.txt
===================================================================
--- trunk/MgDev/Bindings/TODO.txt	2022-10-26 15:31:03 UTC (rev 9996)
+++ trunk/MgDev/Bindings/TODO.txt	2022-10-26 15:34:44 UTC (rev 9997)
@@ -103,7 +103,7 @@
    - [x] viewer samples (Java)
    - [ ] viewer samples (.net)
      - Give the .net viewer samples the same migration plan as mapviewernet
-   - [ ] Include a web.config for all .net directories with the required settings to avoid needing to set this information with installer or MgInstantSetup:
+   - [x] Include a web.config for all .net directories with the required settings to avoid needing to set this information with installer or MgInstantSetup:
      - Add assembly reference to netstandard
      - Enable legacy request validation mode
      - Target .net Framework 4.8
@@ -112,6 +112,7 @@
       - GetDistance -> GetDistanceSimple
       - GetAzimuth -> GetAzimuthSimple
       - GetCoordinate -> GetCoordinateSimple
+   - [ ] See if later git master builds of SWIG address this issue, allowing us to revert these renames
    - MgMap
       - Create -> CreateStateless
    - MgPropertyDefinition/MgClassDefinition/MgFeatureSchema



More information about the mapguide-commits mailing list