microsoft / cppwinrt

C++/WinRT
MIT License
1.64k stars 238 forks source link

Bug: "Common properties" not showing in VC++ project #1429

Closed meirumeiru closed 3 weeks ago

meirumeiru commented 1 month ago

Version

2.0.240405.15

Summary

In the property view for the VC++ project, the part "Common properties" is missing when the "ProjectGuid" property of the project contains uppercase letters. Everything works fine if the guid contains only lowercase letters and numbers.

Reproducible example

No response

Expected behavior

No response

Actual behavior

No response

Additional comments

No response

dmachaj commented 1 month ago

Can you please include some screenshots or other additional data? The problem is not clear to me based on the provided information.

meirumeiru commented 1 month ago

sure... in the next picture, you can see the properties of a C++ project in Visual Studio after adding the nuget package

image

on top you see the newly added "Common Properties" Element and right below the always awailable "Configuration Properties"...

in case of having uppercase letters in the ProjectGuid value of the vcxproj file belonging to these properties, my Visual Studio (german version, maybe that makes a difference?) doesn't show the point "Common Properties"

dmachaj commented 1 month ago

This sounds like an issue with Visual Studio that is unrelated to cppwinrt. In that case, I'd recommend filing feedback with Visual Studio directly. There is a feedback button in the upper right corner of VS next to the close button.

github-actions[bot] commented 4 weeks ago

This issue is stale because it has been open 10 days with no activity. Remove stale label or comment or this will be closed in 5 days.