-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Conversation
Fixes dotnet#25085 Describe the updated console app template changes, and point to more details on those language features.
There was a problem hiding this 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.
|
||
```csharp | ||
Console.WriteLine("Hello, World!"); | ||
// See https://aka.ms/new-console-template for more information |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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)
There was a problem hiding this 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!
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]>
Probably. @KathleenDollard is driving that discussion among the .NET PM team. |
…docs into app-template-updates
Co-authored-by: Andy (Steve) De George <[email protected]>
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)