Is it possible to force the generation of an OpenApiReference client? #51649
Unanswered
paulomorgado
asked this question in
Q&A
Replies: 2 comments 3 replies
-
I'm not aware of any way to tell MSBuild to not skip a target that has no inputs newer than outputs. That is typically done in the authoring by eg deleting the output or by conditionally adding a bogus missing output. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I ran into this today. Rebuild didn't help. I had to do a Clean, then a Build before it would work. A Clean then a Rebuild, did not. :/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
_GenerateOpenApiCode is skipped if the output is not outdated.
Is it possible to force it to run?
Any hints, @rainersigwald?
Beta Was this translation helpful? Give feedback.
All reactions