Andreas Nägeli

Results 48 comments of Andreas Nägeli

@wcontayon : sure :)

@ondator: Thanks, I will have a look as soon as possible.

As Xamarin runs with .NET 6 and you are allowed to host a webserver on Android, this should work. Did you try starting a host instance? I will have a...

Websockets, along with form-based authentication, are the next topics on the agenda. Due to my parental leave in summer, there will be few changes from my side in the next...

If you would like to use the `Website` module, you will need a theme - an empty theme should not be much effort. If you do not need the features...

Or, if you are fine with plain text, even easier: ``` var handler = Inline.Create() .Get("/page", () => "Hello World!"); Host.Create() .Handler(handler) .Run(); ```

I will have a look, thank you for the suggestion 👍

Xamarin only supports class libraries of target framework `netstandard2.0`. The support for this was removed from GenHTTP as it had some serious downsides. Nevertheless, as MAUI can target `net6.0`, you...

This has been lying around for some time now, I'm sorry. I had looked in some time ago and was no longer satisfied with the original requirements. So I extracted...