VsixCommunity / Community.VisualStudio.Toolkit

Making it easier to write Visual Studio extensions
Other
256 stars 44 forks source link

Always try to write attribute to project file if property descriptor is not available #384

Closed reduckted closed 1 year ago

reduckted commented 1 year ago

When setting a file attribute, if the VSHPROPID_BrowseObject property could be retrieved, but there wasn't a property descriptor for the specified attribute, then the attribute would not be set. Now, if will always fall back to writing the attribute to IVsBuildPropertyStorage.

Related to #383.

reduckted commented 1 year ago

@madskristensen I think the build failed because it timed out downloading the .NET SDK. Are you able to trigger a rerun?

madskristensen commented 1 year ago

Triggered a rerun

gmarginet commented 1 year ago

Any idea when this will be released?

reduckted commented 1 year ago

@madskristensen Any chance you could take a look at this?

madskristensen commented 1 year ago

Thanks