David Thielen
David Thielen
I am also finding `TryGetValue()` gives me some internal object while `Get()` works. I think the issue is (from CachingService.cs): ```cs public virtual T Get(string key) { ValidateKey(key); var item...
If this is continued elsewhere, happy to help.
[Here is a very simple/basic Blazor app that tries to use the azureblobstorage sink](https://www.dropbox.com/scl/fi/tnpnggdmw82538ke300li/Serilog_bug.zip?rlkey=tbpnb1mmzvcrimn3xbn3tr9e5&dl=1). Neither sink (also has File) works. In addition, when the azureblobstorage is specified, it causes an...
@arnaudleclerc I created a simple sample - and it works. So I'm now trying to figure out the difference.
Here's a simple example showing the issue. [Map_NoShapes.zip](https://github.com/arnaudleclerc/AzureMapsControl.Components/files/14746527/Map_NoShapes.zip)
According to @rbrundritt ([see here](https://learn.microsoft.com/en-us/answers/questions/1630519/map-symbollayer-click-has-0-shapes-for-a-clustered?page=1#answer-1488783)), the Shapes collection should be empty and the pins in the cluster can be read with: ```javascript datasource.getClusterLeaves(cluster.properties.cluster_id, Infinity, 0) ``` which leads to the...
Hi @arnaudleclerc I had run the steps in the doc but not `npm run build`. I ran that too and it was successful, but still the same error. Any other...
[According to this](https://learn.microsoft.com/en-us/azure/azure-maps/set-drawing-options), do we need to change to: ``` ``` And if I don't allow drawing, do I even need these at all?
And [according to this](https://learn.microsoft.com/en-us/azure/azure-maps/how-to-use-indoor-module), do we need to change to: ``` ``` And again, do we need this at all if we don't use indoor maps?
I'm using version 3 with no problems (so far). But I leave it to someone who knows this code well to decide if they want to change the documentation and...