Skip to content
Discussion options

You must be logged in to vote

Most teams adopt the practice of NOT committing the generated code-behind files (*.feature.cs) to their source control.

Until quite recently this was accomplished by the use of an entry in the .gitignore file.

With Release 3.3.0, you also have the option of setting an MSBUILD property that will cause Reqnroll to place the generated code files into the intermediate output folder (obj folder). Set the ReqnrollUseIntermediateOutputPathForCodeBehind MSBuild property to true; see description of the PR.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by phillduffy
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants