Timo van Zijll Langhout

Results 51 comments of Timo van Zijll Langhout

@ChrisJollyAU Below is my implementation using an almost-pure copy of the .NET 9 code. The only deviations are the `ref var resultClone` line and the references to `resultClone` instead of...

In the absence of thorough testing, my preference would be to stay as close as possible to the source implementation. Whichever we pick, perhaps we can include a Theory that,...

@ChrisJollyAU Nice. Looks like it needs .NET 9, though, so we might need to precalculate the `net9internal` value and parse that from a constant here, right?

@velvolue Based on the docs you linked, it turns out disposal is not strictly necessary in the current implementation. Note that is still the most sensible thing to do: ensuring...

> [...] it wouldn't hurt with a big fat warning in the "Using HttpClientFactory" section about injecting Refit clients (or any typed HttpClient for that matter) into singleton services, as...

@JoergHoffmannatGitHub Could you open an issue for us to discuss the topic separately from this PR?

In my attempts, the use of `False` seems to work consistently thus far. Since the outer project _depends on_ the inner project, it makes sense that the inner project would...

As to "why would you want to reference a runnable project", let me contribute another use case. On all environments except Production, we have a simulator application that mimics the...

@ascott18 For lack of a solution, I find your workaround of manually installing the schema very interesting. Do you think we might be able to inject some dummy service to...

I find `HasData` to be ideal for small amounts of master data shared across all environments (and even automated integration tests). The beauty of it is that the seed data...