-
Notifications
You must be signed in to change notification settings - Fork 155
Adds VB support for Unit Tests and WPF #390
Conversation
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; I left some comments inline.
@@ -246,10 +246,12 @@ public static class MSBuildFacts | |||
"ProjectReference" | |||
); | |||
|
|||
public static Guid LanguageProjectTypeVisualBasic => Guid.Parse("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}"); |
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 is the guid that was labeled F# previously. What that comment wrong or do we need to swap this guid?
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.
I believe the comment was wrong.
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.
if I recall, this was pulled from a legacy F# project. Interesting!
@cartermp for review |
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.
Thanks! I think this looks good. I will merge this in now and I'll publish a release next week.
Addresses #384