You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know ... bad title. But I couldn't come up with a good way of saying it in a few words.
Generate a DTO from one project into another (e.g., from a project with EF entities into a web project). Then generate using the same source class with the same name into the same target project, but in a different directory within that target project (I used /Models/Product and /Models/Recipe as my two directories).
The tool picks up the correct namespace name, but generates over the first file, which isn't in the directory you chose for the target. The first file is overwritten. Expected behavior is that the first file will be left untouched and the second would be generated in the directory requested.
Thanks.
The text was updated successfully, but these errors were encountered:
I know ... bad title. But I couldn't come up with a good way of saying it in a few words.
Generate a DTO from one project into another (e.g., from a project with EF entities into a web project). Then generate using the same source class with the same name into the same target project, but in a different directory within that target project (I used /Models/Product and /Models/Recipe as my two directories).
The tool picks up the correct namespace name, but generates over the first file, which isn't in the directory you chose for the target. The first file is overwritten. Expected behavior is that the first file will be left untouched and the second would be generated in the directory requested.
Thanks.
The text was updated successfully, but these errors were encountered: