Skip to content

Comments

Updates to readme.md#2518

Merged
genalt merged 2 commits intodotnet:masterfrom
vlada-shubina:update-readme.md
Sep 17, 2020
Merged

Updates to readme.md#2518
genalt merged 2 commits intodotnet:masterfrom
vlada-shubina:update-readme.md

Conversation

@vlada-shubina
Copy link
Member

fixes dotnet/templating #2455 dotnet/templating #1350
partially addresses dotnet/templating #2456
updates to readme.md:

  • removed invalid steps in debugging
  • updated how to run dotnet 3
  • updated how to install the packages
  • updated solution name

partially addresses dotnet/templating dotnet#2456
updates to readme.md:
- removed invalid steps in debugging
- updated how to run dotnet 3
- updated how to install the packages
- updated solution name
@vlada-shubina vlada-shubina requested a review from a team as a code owner September 15, 2020 14:30
Copy link
Contributor

@bekir-ozturk bekir-ozturk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few minor comments. Thank you.

Copy link
Member

@AR-May AR-May left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. The only thing is the 'dotnet new3' command, which does not work currently because of a bug.
We can either go with 'dotnet .\dotnet-new3.dll' everywhere in this file and fix readme after we fix the bug. Or we may write the workaround for the bug in one place and continue to use 'dotnet new3' everywhere else. Both options is fine for me.

- When running the build script, the existing built-in command `dotnet new` will be preserved. A new command `dotnet new3` will be enabled which allows you to create
files with the latest Template Engine.
- That's it! Now you can run `dotnet new3`.
- When running the build script, the existing built-in command `dotnet new` will be preserved. To run `dotnet new3`, run `dotnet <your repo location>\artifacts\bin\dotnet-new3\Debug\netcoreapp2.1\dotnet-new3.dll` (root path to `dotnet-new3.dll` is skipped in all commands below).
Copy link
Member

@AR-May AR-May Sep 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a bug. It is supposed to work with 'dotnet new3'. We now have a workaround using the path to dotnet-new3.dll, but it should not be like that.

  1. We need to open an issue for fixing this.
  2. Maybe it is better to keep the previous version with 'dotnet new3' and just add this as a temporary workaround.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Already created #2521 to track it. I'm not sure when we have time to fix it, so I suggest once it is fixed, update readme.md again. I'm updating issue description for that.

@genalt genalt merged commit 75970d4 into dotnet:master Sep 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants