When trying to update from BruTile 5.0.6 to 6.0.0-beta.1, I'm seeing strange exceptions on lines like this:
ILayer l = new TileLayer(new HttpTileSource(new GlobalSphericalMercator(minZoomLevel: 0, maxZoomLevel: 18, name: name),
"https://sg.geodatenzentrum.de/wmts_topplus_open/tile/1.0.0/web_scale_grau/default/WEBMERCATOR/{z}/{y}/{x}.png",
attribution: BKGAttribution, persistentCache: fc, configureHttpRequestMessage: configureHttpRequestMessage)) { Name = name };
The exception is as mentioned in the title:
System.BadImageFormatException: Expected reference type but got type kind 17
Note that Mapsui is used in version 4.1.6. Can this be an incompatibility between the BruTile and Mapsui versions? Is it worth to try Mapsui 5.0.0-beta.1?
When trying to update from BruTile 5.0.6 to 6.0.0-beta.1, I'm seeing strange exceptions on lines like this:
The exception is as mentioned in the title:
Note that Mapsui is used in version 4.1.6. Can this be an incompatibility between the BruTile and Mapsui versions? Is it worth to try Mapsui 5.0.0-beta.1?