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
Is your feature request related to a problem? Please describe.
Often when the solution sub-generator is run, the solution already exists but does not match the templated solution name. This involves a number of manual changes to ensure the project still functions.
Describe the solution you'd like
I see one of two options:
the solution unique name can be overridden in the solution.json file (this would require additional work to ensure it is used everywhere)
update the generator to ask if the solution exists and what the solution unique name is (this is less intrusive)
Describe alternatives you've considered
Please see above (manual and two solutions).
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Often when the solution sub-generator is run, the solution already exists but does not match the templated solution name. This involves a number of manual changes to ensure the project still functions.
Describe the solution you'd like
I see one of two options:
solution.json
file (this would require additional work to ensure it is used everywhere)Describe alternatives you've considered
Please see above (manual and two solutions).
The text was updated successfully, but these errors were encountered: