project-system
project-system copied to clipboard
The .NET Project System for Visual Studio
Avoid infinite NuGet restores. Scenario: Projects might have a package that sets `AssetTargetsFallback` value that can cause a certain `PackageReference` to be included. This package contains a props file that...
Fixes #8244 š we just forgot to put descriptions for these properties, so when there is no variance, no description can be shown (leading to no checkbox context) ###### Microsoft...
This completes the project-system side of #7825 by overriding InterceptedProjectProperties to check if IInterceptingPropertyValueProvider2's `GetProjectFileMSBuildPropertyNamesAsync` returns a value that is directly defined in the project file.
### Description This is part of an effort for [Central Feed Services (CFS)](https://eng.ms/docs/cloud-ai-platform/developer-services/one-engineering-system-1es/1es-docs/secure-supply-chain/project-artemis/central-feed-services-cfs). The tooling they make for validating feeds being used in a repo rely on a `nuget.config` file...
To fix https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1589004?src=WorkItemMention&src-action=artifact_link, we need to add "My" namespace to the MySettings class.  This works for .net framework 4.8 VB, as well as .net core VB and .net core...
_This issue has a corresponding [ticket on Developer Community](https://developercommunity2.visualstudio.com/t/Add-existing-winforms-form-to-the-projec/1037229). Please vote and comment there to make sure your voice is heard._ --- I moved the Form2.cs, Form2.Designer.cs, and Form2.resx files...
_This issue has a corresponding [ticket on Developer Community](https://developercommunity2.visualstudio.com/t/Net-Core-start-debug-on-remote-machime/978514). Please vote and comment there to make sure your voice is heard._ --- I checked "Use remote machine" in project property,...
Currently, the only available LinkAction command types seem to be to open the launch profile window and to open a file in VS. It may be beneficial to expose a...
_This issue has a corresponding [ticket on Developer Community](https://developercommunity2.visualstudio.com/t/SingleFileGenerators-not-working-properl/884512). Please vote and comment there to make sure your voice is heard._ --- Hi,Iām trying to switch some WPF projects from...
Reverts #8376 to reinstate the language service changes from #8321 and #8340. ###### Microsoft Reviewers: [Open in CodeFlow](https://portal.fabricbot.ms/api/codeflow?pullrequest=https://github.com/dotnet/project-system/pull/8386)