Replies: 1 comment
-
This is all very vague. You should get more specific and show some code. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've noticed that in some solutions I’ve worked on, projects sometimes appear under the
PrimitiveProjects
property of theSolution
class, along with solution folders, instead of theProjects
property. Because of this,GetProject
calls may return null for a project name expected to be found on solution as it only searches for valid items underProjects
property.Am I missing something about how projects are scaffolded from the solution, or could this be related to how I’m including projects in my solution?
Beta Was this translation helpful? Give feedback.
All reactions