My company's software is used internationally so we test with different operating system (Windows) regional settings (i.e., various country specific numeric formats). One section of our code uses the EditOperation Modify method to change some geometries. This code works fine in ArcGIS Pro v2.6.x and v2.7.x with different regional settings, but in v2.8.1 when the regional settings are set to a region that uses a comma instead of a decimal point as the decimal separator, it no longer works correctly. Specifically, the changed geometries end up with shape area = 0 and they disappear from the map. If I go into the Windows 10 region settings and manually change the decimal symbol to a point, it works fine again, so the decimal separator is the problem. Has anyone else encountered this? Any work-arounds? This seems to be a bug....