Adrian M
Adrian M
Any news regarding this?
The 1.3.0-preview seems to have the ReadAsync. It's a preview package though: https://www.nuget.org/packages/Microsoft.OpenApi.Readers/1.3.0-preview
You could try to update the dockerfile and install the pnpm package before using it: `RUN pnpm install`
@jeremyVignelles could you provide an example on how to use ooak with an actual json schema/OpenApi doc with OneOf/Anyof? I am keen to see if this could possibly work, as...
openapi-generator might worth a try in generating the C# clients for an OpenApi with oneOf
I think that the dynamic and/or nameof() is the root-cause for the [ArgumentNullException on InvocationDescription #56 ](https://github.com/eNeRGy164/LivingDocumentation/issues/56)
I have tried the library and was getting the same exception as described above, so I ended up cloning this repo so I can investigate further. I think we are...
Yes, one can see that 70% of them are due to nameof(), I am not sure about the others, maybe you can look through the code and confirm if it's...
@eNeRGy164 Since the problem with the not-found references has been fixed upstream in Buildalyzer, see [this bug](https://github.com/daveaglick/Buildalyzer/issues/241), I think that we should bump-up the Buildalyzer [nuget package to 6.0.3](https://github.com/eNeRGy164/LivingDocumentation/blob/cb303574b42fd324ac3074635613b55f5adb28ee/src/LivingDocumentation.Analyzer/LivingDocumentation.Analyzer.csproj#L47C56-L47C63)