-
Notifications
You must be signed in to change notification settings - Fork 10.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
update project templates use primary constructors #55006
base: main
Are you sure you want to change the base?
Conversation
src/ProjectTemplates/Web.ProjectTemplates/WebApi-CSharp.csproj.in
Outdated
Show resolved
Hide resolved
@Varorbc can you undo all of the non code changes that aren't required as part of this PR? |
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.
Well done thanks to use Private constructors
@javiercn Can you review and give me some suggestions? |
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 good to me.
@danroth27 are you happy with the change to the templates?
/AzurePipelines run AspNetCore-ci |
Azure Pipelines successfully started running 1 pipeline(s). |
/AzurePipelines run aspnetcore-components-e2e |
Azure Pipelines successfully started running 1 pipeline(s). |
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 good to me!
Looks like there are some test failures here. @Varorbc could you please address the issues so that we can get this merged. |
@mkArtakMSFT Alright, I'll take care of the failed tests. But here's what happened: I pulled the latest code today and tried running command |
Head branch was pushed to by a user without write access
@mkArtakMSFT @halter73 All the tests are green |
update project templates use primary constructors
Description
Fixes #52893