-
Notifications
You must be signed in to change notification settings - Fork 1.2k
add wpf class library template #1298
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
add wpf class library template #1298
Conversation
cc: @diverdan92 |
/azp run |
Creating a new
Attempting to create a VB
|
65758ba
to
1ed8e9b
Compare
@vatsan-madhavan thanks! I found the typo. testing this locally I believe that the latest changes have resolved this |
@@ -0,0 +1,12 @@ | |||
<Project Sdk="Microsoft.NET.Sdk"> |
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.
Shouldn't this be Microsoft.NET.Sdk.WindowsDesktop as well?
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.
fixing
packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-VisualBasic/Class1.vb
Show resolved
Hide resolved
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.
@jmarolf , C# looks good. the template seems to build ok etc. VB needs another iteration, I think.
@vatsan-madhavan I believe I have addressed everything |
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.
@jmarolf, does template.json postActions.actionId need to have unique GUID's in each project template? If so, we'd probably want to open an issue for this and do a fixup.
fixes #1297