Open ghost opened 5 years ago
@jublair I am working on a fix in the library that should try to resolve the assembly conflicts if found any and hoping that should fix this Azure DevOps task issue too, i will keep you updated on the progress made.
Any updates?
I will have a PR out sometime over weekend. Though do not have an ETA on integration to task yet. But as soon as changes are in the library we will start work on updating the Task to consume the changes.
Hitting this same issue as well.
PR is out for the fix https://github.com/microsoft/OpenAPI.NET.CSharpAnnotations/pull/208
I can see that the above PR is merged. Is this issue resolved?. I am still facing this issue
Hi,
I have been attempting to add an OpenAPI build task to my Azure DevOps pipeline, but am currently stuck on receiving an error whenever I attempt to build my document:
I'm not sure how this error is arising - I've imported the same version of Newtonsoft.Json via NuGet in every project in my solution, and I import all .dll dependencies from the same
dotnet build
task (project info redacted):Is there something I might be missing?