Skip to content
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

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    7962096 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    130d51a View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Fix up merge errors

    marcpopMSFT committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    7acdadb View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. 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.
    MiYanni committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    d2ae573 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Adjustments based on shared code. Remove commented code. In-progress …

    …on making tests run properly.
    MiYanni committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    8bd9407 View commit details
    Browse the repository at this point in the history
  2. 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
    MiYanni committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    c9b7a46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5810d5a View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Configuration menu
    Copy the full SHA
    e923083 View commit details
    Browse the repository at this point in the history
  2. Added a validator to TemplateCommandArgs instead of throwing an excep…

    …tion. Resourcized this error message.
    MiYanni committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    a093ee3 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. 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.
    MiYanni committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    7553608 View commit details
    Browse the repository at this point in the history