-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Add name argument for dotnet new #33810
base: main
Are you sure you want to change the base?
Commits on Jun 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7962096 - Browse repository at this point
Copy the full SHA 7962096View commit details
Commits on Jun 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 130d51a - Browse repository at this point
Copy the full SHA 130d51aView commit details
Commits on Jun 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7acdadb - Browse repository at this point
Copy the full SHA 7acdadbView commit details
Commits on Jul 1, 2023
-
Changed the name option into a name argument when creating templates.…
… A bunch of adjustments were necessary to make help and flow the name properly to the template command. Other adjustments made to satisfy testing situations. In-progress of updating tests to run properly.
Configuration menu - View commit details
-
Copy full SHA for d2ae573 - Browse repository at this point
Copy the full SHA d2ae573View commit details
Commits on Jul 5, 2023
-
Adjustments based on shared code. Remove commented code. In-progress …
…on making tests run properly.
Configuration menu - View commit details
-
Copy full SHA for 8bd9407 - Browse repository at this point
Copy the full SHA 8bd9407View commit details -
Merge branch 'main' into NameAsArgumentForTemplates
# Conflicts: # src/Cli/Microsoft.TemplateEngine.Cli/Commands/NewCommand.Legacy.cs # src/Cli/Microsoft.TemplateEngine.Cli/Commands/NewCommand.cs # src/Cli/Microsoft.TemplateEngine.Cli/Commands/SharedOptions.cs # src/Cli/Microsoft.TemplateEngine.Cli/Commands/create/InstantiateCommand.Help.cs # src/Cli/Microsoft.TemplateEngine.Cli/Commands/create/InstantiateCommand.cs # src/Cli/Microsoft.TemplateEngine.Cli/Commands/create/TemplateCommand.cs # src/Containers/containerize/ContainerizeCommand.cs # src/Tests/Microsoft.TemplateEngine.Cli.UnitTests/ParserTests/InstantiateTests.cs
Configuration menu - View commit details
-
Copy full SHA for c9b7a46 - Browse repository at this point
Copy the full SHA c9b7a46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5810d5a - Browse repository at this point
Copy the full SHA 5810d5aView commit details
Commits on Sep 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e923083 - Browse repository at this point
Copy the full SHA e923083View commit details -
Added a validator to TemplateCommandArgs instead of throwing an excep…
…tion. Resourcized this error message.
Configuration menu - View commit details
-
Copy full SHA for a093ee3 - Browse repository at this point
Copy the full SHA a093ee3View commit details
Commits on Sep 20, 2023
-
Disabled the CA1826 warning since it is not particularly helpful. Mov…
…ed the 3 arguments from NewCommand.Legacy to NewCommand. Rebuilt so the missing localization strings are present.
Configuration menu - View commit details
-
Copy full SHA for 7553608 - Browse repository at this point
Copy the full SHA 7553608View commit details