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 have multiple instances of VS installed (2017, 2019) and I am experiencing the same issue as described in #132 and it looks like the resolution is to specify the visual studio instance being used by the underlying application with the -vsi parameter. The PowerShell wrapper command Generate-R4MVC does not expose a parameter to pass this through. This forces me to do some jumping around to get the tool to generate files correctly for my .Net Core 3 projects. Please add an optional pass-through for this parameter, defaulting to the current behavior when nothing is specified.
The text was updated successfully, but these errors were encountered:
I have multiple instances of VS installed (2017, 2019) and I am experiencing the same issue as described in #132 and it looks like the resolution is to specify the visual studio instance being used by the underlying application with the
-vsi
parameter. The PowerShell wrapper commandGenerate-R4MVC
does not expose a parameter to pass this through. This forces me to do some jumping around to get the tool to generate files correctly for my .Net Core 3 projects. Please add an optional pass-through for this parameter, defaulting to the current behavior when nothing is specified.The text was updated successfully, but these errors were encountered: