-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Fix typos in property names and comments #9441
Conversation
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
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 @JoanGil. I know your changes don't affect compilation, but could you add the missing C# and VB project files so we can check compilation (don't worry about the C++ one)?
What do you mean by "adding the project files"? If you could give me more context or an example I would gladly do it! |
Just adding a simple project file like this to the following folders:
Thank you @JoanGil! |
Adding a project file to the following folders: snippets/csharp/System/Type/GetProperty snippets/visualbasic/VS_Snippets_CLR/Type_GetProperty1/VB
Done @gewarren! Question: For the future, how do I know to what folders do I have to add a project file so it compiles? Thanks! |
Learn Build status updates of commit db40a0c: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit 293de00: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
If you look at the Files changed tab, you can see where there are Snippets 5000 errors. Now there are a few more since we added the projects - looks like we need to provide unique names within the project. I know this is a lot of work just for fixing a spelling mistake, so if you can't get to these, I can do it. |
Now I see that there are multiple errors when you compile that |
Yes, that's totally fine. Thanks! |
Okay, I have updated the names and now the CSharp files compile. It just fails for the C++ project missing. Is everything done in my end, right? If not, let me know if I can do something else! |
Learn Build status updates of commit a312b42: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Any progress on this one? 😄 |
Learn Build status updates of commit d07feeb: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Summary
Fix typos in property names and comments:
From
propety
❌ toproperty
✅