I use OpenStreetMap as Basemap in my desktop program, but after New Year this map is only shown as a gray screen (no errors or exceptions reported). I'm using Visual Studio 2019 and ArcGIS 10.2.7 running on Win10 (1909)
My WPF code:
<esri: Map x: Name = "Map">
<esri: OpenStreetMapLayer ID = "TopoMap" /> <- Now just shows a gray screen (OK in 2019)
<esri: ArcGISTiledMapServiceLayer ID = "SatMap" ServiceUri = "https://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer" /> <- Still works
</esri: Map>