Tom Meschter
Tom Meschter
We're missing some documentation around extending the property pages and launch profiles. In some cases this is whole concepts; in other cases we're just missing parts. - [HOW TO: Add...
Remove some PackageReferences items added in c71988886996789cd3b3b8c6d1f781110da559f6. Older versions of the NuGet.VisualStudio package depended on these, but they duplicated assemblies that we pulled in from other (more official) packages. This...
Create a basic, real-world example of how to hook up to a data flow for launch settings and use it to respond to changes. ###### Microsoft Reviewers: [Open in CodeFlow](https://portal.fabricbot.ms/api/codeflow?pullrequest=https://github.com/dotnet/project-system/pull/8398)
I'm looking into moving our unit tests over to use `dotnet test` instead of `xunit.runner.console.x86.exe` and simplifying some of our unit testing infrastructure along the way. This has led to...
## Summary Currently we do not collect telemetry related to our in-product acquisition (IPA) experience; that is, the gold bar that pops up when we detect that some workload, runtime,...
_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` snapped to `rel/d17.9` at...
## Summary We have a lot of build logic duplicated (or almost duplicated) across our different repositories. This leads to several issues: - It is difficult to tell what logic...
We've had a reference to this package for a long time even though it is only meant to be used to pick up hotfixes to the compiler before they make...
## Summary Update the handling of Launch Profiles to support supplementing or overriding the environment variables specified in a launch profile with those in a .env file. We generally expect...
When DCP requests the tooling (VS, C# Dev Kit, etc.) launch a project, it passes along _all_ of its environment variables to be used by the new process. Most of...