Jonathan Channon
Jonathan Channon
Or you use some sort of service class that you inject into the routes you know the types you want to mask ```csharp app.MapGet("/foo/{id}", string id, IDb db, IMaskService maskService)...
You can use endpoint filter. Not sure about result filter On Mon, 23 Sep 2024 at 17:07, Milad Rashidi ***@***.***> wrote: > Carter operates at the level you're having issues...
https://github.com/CarterCommunity/Carter/issues/339
No idea I’m afraid You could look to use Carters IResponseNegotiator will give you object you can do a Gettype on but not sure this is the right thing to...
My guess is it would but you would have to work out how to write that to the response stream. The interface has this signature where I would think T...