adamjones1
adamjones1
How come it wouldn't be able to work when it's assigned to an object property? (Or nested in a generic type on an object property, or generally any situation _other_...
@MikeRalphson @handrews If we wanted to combine these two features in the code samples you gave, and have an enum which is both open and has descriptions on its members,...
In the inheritance scenario described in #13 this is really just using inheritance to model a union type so I don't think we have two separate cases here. I would...
Can someone explain to me how 2313 duplicates this? Is the idea that if we want to use oneOf, instead we can use non-required fields corresponding to each case? If...
I've used this library in another project before and can confirm it works well for the problem it aims to solve. I also think what it represents (an untagged union...
I had a look at doing the above in my previous comment this weekend - submitted in PR #1142. It's not fully tested yet but I thought by this point...
@keels4444 I haven't tested that, but I believe it should do. The criteria which it tests for a schema to be considered a union type is: ``` bool IsUnionType =>...
@keels4444 That would be a question for @RicoSuter, I'm not a maintainer - I would guess it would be best to wait until the PR is reviewed before doing deeper...
Hi @RicoSuter, did you get a chance to look at this one at all?
I'm not confident this PR is production-ready yet, eg. see my comment on TypeResolverBase.cs above, I would appreciate some feedback from @RicoSuter first.