Thibaud Desodt
Thibaud Desodt
Regarding discriminators etc, my understanding if that this would "Just Work ™️ " if you use union types as accepted models in your controller. Imagine you have : ```ts interface...
Oh right, I didn't take this into account 👍
For what it's worth, we are currently using `tsoa` without any magic IoC. Just in case it is useful, here is how we do it : - our `tsoa.json` looks...
@fahrradflucht agreed that we are jumping through more hoops than needed here ... and yes, there is global state / temporal coupling with the approach we took, and it is...
While using `cls-hooked` we have also observed that somehow the `namespace.active` is `null` on some code path. Interestingly it is available for all functions running inside "most requests", but it...
Looks good ! The syntax takes a bit to parse for a human being, but it's at least is is "Making Simple Things Simple, Making Complex Things Possible" :) So...
I was thinking more of a scenario where the user already has a config file set up, and the app deployed in a "prod-ish" environment, but for some reason the...
I am wondering if adding a *suffix* after a key should just be globally accepted everywhere to allow adding *duplicate-ish* settings, and not only for the `:with:` method calls .......
Yes, that sounds like this would help getting started more quickly. I'm not sure about the *Platform* naming, but I don't have anything better to propose :neutral_face: . Is it...
I was thinking that *Serilog.Core* would also be a meta-package , so people can still choose to use only *Serilog* if they want to ... Would that make sense ?