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
As an architect, I want to generate the files needed by Visual Studio using a simpler set of files with a generator, so that the scope of project- and solution-level changes is reduced dramatically over time.
Expectation:
rake will be used to generate relevant files
rake generate
rake vs_open ← depends on generate
rake watch
rake vs_edit ← depends on vs_open, watch
.gitignore will be updated to exclude *.csproj / *.sln; projects and solutions are deleted
As an architect, I want to generate the files needed by Visual Studio using a simpler set of files with a generator, so that the scope of project- and solution-level changes is reduced dramatically over time.
Expectation:
rake generate
rake vs_open
← depends ongenerate
rake watch
rake vs_edit
← depends onvs_open
,watch
.gitignore
will be updated to exclude*.csproj
/*.sln
; projects and solutions are deletedsolution.json
← solution / project / dependency metadatagenerator.yml
← generator config optionsThe text was updated successfully, but these errors were encountered: