Thomas Stocker

Results 147 comments of Thomas Stocker
trafficstars

There is a IsInBoxZoomMode method in the MapControl unfortunatly it is private and static, so you could make a pull request to make this method protected virtual.

I'll implement this but the IconPath is an Uri ``` var file = new Uri("file://myfolder/myimage.png"); var http = new Uri("http://mywebsite.com/myimage.png"); var resource = new Uri("embeddedResource://myassembly.resourses.images.myimage.png"); ``` tested it (in unit...

Same error here https://github.com/Mapsui/Mapsui/actions/runs/5756371034/job/15605646549?pr=1820 Post job cleanup. "C:\Program Files\Git\usr\bin\tar.exe" --posix -cf cache.tzst --exclude cache.tzst -P -C D:/a/Mapsui/Mapsui --files-from manifest.txt --force-local --use-compress-program "zstd -T0" /usr/bin/tar: cache.tzst: Cannot write: Broken pipe /usr/bin/tar:...

Shouldn't this be protected internal https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/protected-internal

The real workaround would be to use RegisterFastColumnSetter (I have written a SourceGenerator that Generates the code for it).

Is there some Interest in this Pull Request. If there is some Interest I would update this pull request with a SourceGenerator that Generates the Code for Using the FastColumn...

pull request with workaround https://github.com/praeclarum/sqlite-net/pull/1064

I don't think that this is the problem because the MakeGeneric fixed this case `... .ExecuteDeferredQuery(new TableMapping(typeof(ClassB))).ToList();` where object was added as the Type to fill. This carshed with the...

I think the real solution for fixing this would be to write a Source Generator that uses the interface that I have added in this pull request. Then It will...

With Visual Studio 2022 17.1 AOT and Interpreter work now. So this can used as a workaround too. ![image](https://user-images.githubusercontent.com/2290863/154221544-43e4023c-29d2-4ce6-8a01-b65dba95a124.png)