Darrel
Darrel
This sounds like a great idea to me. ICloneable would be really useful. IEquatable is partially useful. We already have two submissions for comparison capabilities. I want to be really...
Ugh, I really don't like those OpenApiAny things. I'll take a look and see if I have any suggestions.
Hi Leah, Sorry for the pain. You have run into one of the more ugly aspects of the document model. There are a couple of ways of doing this. You...
@irvinesunday DevX API should never be calling hidi. Hidi is a commandline tool.
@MaggieKimani1 I have a PR started for this, so I can take this on if you have other tasks to complete.
I'm not sure what the best approach here is. Square brackets are not allowed in OpenAPI V3 component names. We really need to translate any invalid component names into something...
Huh! I had no idea. I don't whether it is in finished enough to consider merging in. If it is I can create a PR based on it.
This code has been merged into the vnext branch. I would like to include it in the v1.2 release but there are still some failing tests. I have marked them...
My current thinking is to move comparer capability out to a separate package. There are several contributed solutions and I don't feel like picking a winner.
Hey @nikjw-lmk . I moved the code into a feature branch https://github.com/microsoft/OpenAPI.NET/tree/feature/comparer/src/Microsoft.OpenApi/Services I haven't moved it out into a separate module. I have been focused on trying to get the...