Federico Dipuma
Federico Dipuma
Bringing back this thread because I've the same issue. My current solution would keep the discriminator property on the base type, but also force the discriminator into the derived types....
Hi @luisfpg , do you think you have time to check the PR? it seems to me everything should be ok (no breaking changes, tests are all green). Thanks!
I used the same workaround with ASP.NET Web Api, but the X-HTTP-Method-Override header is not supported by many already existing API on the Web.
Hey @alirezanet , thanks, we are currently using a bad workround, something like this: ``` { "tasks": [ { "name": "npx-lint-staged", "group": "pre-commit", "command": "bash", "args": [ "-c", "test -n...
@alirezanet yes, I agree with you that some property is less error prone from the user perspective. But I was thinking an enum could be better than a boolean prop:...
Hey @alirezanet , everything is working flawlessly now. Thanks a lot.