Sören Nils Kuklau

Results 194 comments of Sören Nils Kuklau

[ Disclaimer: I'm not the maintainer. ] >I couldn't find a list of the outstanding features/API that needs to be worked on to fully wrap leaflet. Leaflet is fairly large...

> I was able to change Map to have the Center and Zoom properties stay updated to the status of the map. Are changes to the properties reflected immediately? We...

See also https://github.com/Mehigh17/BlazorLeaflet/issues/51#issuecomment-727096795 As for me, thanks for asking, but I don't currently have an ongoing Blazor project. I hope someone will step up, though!

@Tailslide I don't think it's a question of etiquette so much as… would there be enough interest? I recently started a new Blazor project, and found that this is still...

~~Hmm, those first two commits don't belong there. Can I retroactively fix this?~~ (edit) fixed

I think this is now ready to be reviewed. One thing I'm not happy with is the `Properties` dict. It'd be nicer if those were strongly-typed.

I'm not that experienced with EF, but maybe this will work? [Column(TypeName = "int, not null")] // explicitly map the SQL data type to `int` public LongId Id { get;...

>this is likely a bug with Microsoft.XmlSerializer.Generator. Have you tried the 5.0 version of Microsoft.XmlSerializer.Generator and see if the problem still repro? I have a (similar?) issue, including with version...

@fededim it's flat-out not implemented in .NET Core. Your best bet is to manually run .NET Framework's version of `svcutil` instead.