Skip to content

Add article on new template output #25092

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

Merged
merged 9 commits into from
Jul 13, 2021

Conversation

BillWagner
Copy link
Member

Fixes #25085

Describe the updated console app template changes, and point to more details on those language features.

Summary

Describe your changes here.

Fixes #Issue_Number (if available)

Fixes dotnet#25085

Describe the updated console app template changes, and point to more details on those language features.
Copy link
Contributor

@tdykstra tdykstra left a comment

Choose a reason for hiding this comment

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

Looks great! I made a few suggestions that you can take or leave.

@BillWagner BillWagner marked this pull request as ready for review July 13, 2021 14:15
@BillWagner BillWagner requested a review from a team as a code owner July 13, 2021 14:15

```csharp
Console.WriteLine("Hello, World!");
// See https://aka.ms/new-console-template for more information
Copy link
Member

Choose a reason for hiding this comment

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

This URL doesn't go anywhere meaningful yet, is that intentional?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes. It will go to this article once published. (This article will be live before preview 7 goes public)

Copy link
Contributor

@KathleenDollard KathleenDollard left a comment

Choose a reason for hiding this comment

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

Love it! Can't wait to see it evolve!

@IEvangelist
Copy link
Member

Hey, quick question @BillWagner and @KathleenDollard - I had one of my PRs get merged for updating the Worker template in collaboration with @bradygaster, see dotnet/aspnetcore#33853. I'm not sure what version this will ship with, but we should probably create an article for that template update too - right?

Co-authored-by: Kathleen Dollard <[email protected]>
@BillWagner
Copy link
Member Author

@IEvangelist

we should probably create an article for that template update too - right?

Probably. @KathleenDollard is driving that discussion among the .NET PM team.

Co-authored-by: Andy (Steve) De George <[email protected]>
@BillWagner BillWagner merged commit 8fafeef into dotnet:main Jul 13, 2021
@BillWagner BillWagner deleted the app-template-updates branch July 13, 2021 15:22
@BillWagner BillWagner added the okr-freshness OKR: Freshness of content label Sep 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

.NET 6 template changes for dotnet new console
6 participants