Hugo Woodiwiss
Hugo Woodiwiss
Implementation for #78
Moves getting command line args into the DI chain when args are not passed down by the developer, This allows the `DefaultCoconaEnvironmentProvider` to potentially be replaced for the purpose of...
I've been playing with Cocona a bit and really like it, however, one thing that I've been struggling with is how to integration/automation test applications written with it. To this...
Linked to #36 Adds support for multiple pre-opened sockets
Currently even with multiple pre-opened sockets passed with: `wasmtime bin/Debug/net7.0/AspNetCoreOnNativeWasi.wasm --tcplisten=127.0.0.1:5001 --tcplisten=127.0.0.1: 5002 --tcplisten=127.0.0.1:5003` Only the first preopen will be respected. `http://localhost:5001` responds with the api output, whereas `5002` and...
fixes https://github.com/dotnet/aspnetcore/issues/40753 Adds support for the MinimalAPI operation metadata functions, `WithSummary` and `WithDescription`, including CI changes.
**Is your feature request related to a problem? Please describe.** When handling messages, I often ending up having to writing factories for cases that in, for example, ASP.NET I'd just...
This PR is a work in progress to get Native AoT working. Posting early, as I think it'll be good to get eyes on early. AoT support as added by...
**Is your feature request related to a problem? Please describe.** I would like to be able to include JustSaying in applications that are compiled to native binaries via .NET's Native...
Updates `KubernetesJson.Serialize` with a special case for seializing `V1Patch` when the content is string, as based on the examples and the converter implementation, the expectation in this case is that...