Replies: 1 comment 1 reply
-
@erdtsieck This is going to be a documentation issue if anything. You just can't do both things at the same time is the only possible answer here. I'm converting this to a discussion. We can add something to the docs I guess. |
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
-
Whenever you setup a marten integration test like this:
And you're using
.OptimizeArtifactWorkflow()
code is generated just fine in the first run, but all additional runs no new code is generated. This is problematic since the generated code contains the scheme name.It's extra problematic as the code is generated in the actual application and not in the integration test projects. So you could by accident check-in wrong generated code.
Beta Was this translation helpful? Give feedback.
All reactions