Tom Meschter
Tom Meschter
## Visual Studio Version VS main 32628.85 ## Summary VB `` items that come from the SDK (or any imported .props/.targets file) cannot be removed through the new VB "References"...
## Summary This grew out of the investigation of #6931. For string properties, we show the unevaluated value largely so the user can understand how the property is currently defined....
_Descriptions of these steps can be found in the team OneNote._ - [x] Identify base commit for new branch - [x] According to the [schedule](https://dev.azure.com/devdiv/DevDiv/_wiki/wikis/DevDiv.wiki/10097/Dev17-Release), `main` snaps to `rel/d17.4` at...
Following up on #7368, we should review the [list of code analysis rules](https://docs.microsoft.com/visualstudio/code-quality/fxcop-rule-port-status), decide which ones are relevant to the repo, and make sure that the appropriate setting is encoded...
For any given MSBuild file (whether that be a project file, the .user file, or a directly- or indirectly-imported .props/.targets) the file data can exist in up to three different...
## Summary Currently when we read or write launch settings through the `LaunchSettingsProvider` type we go straight to the file on disk. We should instead go through a VS `DocData`...
Based on https://developercommunity.visualstudio.com/content/problem/69010/vs2017-removing-resource-file.html. Basically, if you rename or delete a file included in a .resx file through the Solution Explorer, the Resource Editor doesn't see the rename/delete and is left...
Currently, when adding a file to a .resx as a resource the file picker shows files on the client. We need the file picker to instead show files on the...
Currently, when you open a .resx file in the designer on a cloud-connected client there is no way to tell what project the file is associated with. This creates the...
## Summary The Project Query API versions data so that it knows when something has changed and can automatically re-run queries. When using the project properties UI we always report...