Closed mvermef closed 2 years ago
EF Team Triage: This issue is lacking enough information for us to be able to effectively triage it. In particular, it is missing the following information requested in the new issue template. Can you please provide this information?
Steps to reproduce
Ideally include a complete code listing that we can run to reproduce the issue. In particular, we don't really know what you are trying to express by saying "Solution = other project". Alternatively, you can provide a project/solution that we can run.
BTW we're not just doing this to be mean :smile:... we get a lot traffic on this project and it takes time to attempt to reproduce an issue based on fragments of information. In addition, our attempt is often unsuccessful as the exact conditions required to hit the issue are often not explicitly included in the code provided. To ensure we maximize the time we have to work on fixing bugs, implementing new features, etc. we ask that folks give us a self-contained way to reproduce an issue.
For a guide on submitting good bug reports, read Painless Bug Tracking.
BTW this is a canned response and may have info or details that do not directly apply to this particular issue. While we'd like to spend the time to uniquely address every incoming issue, we get a lot traffic on the EF projects and that is not practical. To ensure we maximize the time we have to work on fixing bugs, implementing new features, etc. we use canned responses for common triage decisions.
Understandable it was a late when I put it in, had a 5:30am wake for work... Will update with repro steps and possibly a code solution showing issue
By solution project, do you mean the solution startup project? If so, it is working as designed. There are always two projects involved when you run a command--the target/default project and the startup project. The commands will execute user code as if it were running in the startup project, and any files will be added to the target project.
You can override the VS selected projects by explicitly specifying the -Project
or -StartupProject
arguments.
EF Team Triage: Closing this issue as the requested additional details have not been provided and we have been unable to reproduce it.
BTW this is a canned response and may have info or details that do not directly apply to this particular issue. While we'd like to spend the time to uniquely address every incoming issue, we get a lot traffic on the EF projects and that is not practical. To ensure we maximize the time we have to work on fixing bugs, implementing new features, etc. we use canned responses for common triage decisions.
PMC = correct project selected Solution = other project
Running migration fails due to this configuration even though project of intended migration is build success
If you are seeing an exception, include the full exceptions details (message and stack trace).