Miles Izzo
Miles Izzo
I assume this is the same issue, but will document it here anyway. Using `AnimalDto` as the base discriminated type and `MammalDto`/`ReptileDto` as intermediate types: ```json { "openapi": "3.0.1", "info":...
Perhaps this is my misunderstanding of how to structure a polymorphic schema: > I assume this is the same issue, but will document it here anyway. Using `AnimalDto` as the...
Parsing out the string from SignalR feels like a fragile solution for dealing with errors. Is there a reason that explicit `HubException` exceptions thrown by user code need to be...