project-system icon indicating copy to clipboard operation
project-system copied to clipboard

The .NET Project System for Visual Studio

Results 373 project-system issues
Sort by recently updated
recently updated
newest added

**Visual Studio Version**: 17.0 preview2 31430.40.main When experimenting with the command line options for a program it's common to try several different strings for the command line and to mix-and-match...

Feature-Debugging
Triage-Approved
good-first-issue
Feature-Project-Properties-Designer

## Summary The "Prefer Native ARM64" checkbox appears in the old-style property pages for **MSTest projects targeting .NET Framework**, but it is currently ignored. This can lead to user confusion...

Feature-Rules/Properties
Triage-Investigate

## Visual Studio Version 17.12.3 ## Summary When adding a file such as an image to a resources file contained within a project sub-folder using the new editor, the .resx...

Triage-Approved
Feature-Resource-Explorer

Given a structure like: ``` MyProject MyComponent MyClass.cs ``` Where `MyClass.cs` has content: ```c# namepsace MyProject.MyComponent; class MyClass {} ``` Renaming the `MyComponent` folder in Visual Studio's Solution Explorer should...

Triage-Approved
Area-VisualBasic
Area-C#

If a VSIX project is in the reference graph of a unit test project, then it will be built whenever a user runs unit tests. In a repo I'm working...

Area-External
Triage-Investigate
Performance-Scenario-Build

## Summary The current method for extending/replacing the default project property pages in the Project System codebase is cumbersome and prone to errors, particularly when the method used to define...

Feature-Rules/Properties
Triage-Investigate

As can be seen in [this bug](https://dev.azure.com/devdiv/DevDiv/_workitems/edit/2027290/), you can add arbitrary semicolons in the DefineConstants control and these will be saved. This PR 1. Adds tests for KeyValuePairListEncoding 2. Allows...

Feature-Project-Properties-Designer

## Visual Studio Version 17.12.1 ## Summary If you delete a resource (Ex: image, file) with a storage for windows forms, it is impossible to add this same resource again....

Triage-Investigate
Feature-Resource-Explorer

## Visual Studio Version NA ## Summary In https://github.com/dotnet/project-system/blob/main/docs/up-to-date-check.md there is a link to https://github.com/dotnet/project-system/blob/main/docs/fast-up-to-date-legacy.md which is a 404. ## Steps to Reproduce 1. Go to https://github.com/dotnet/project-system/blob/main/docs/up-to-date-check.md 2. Click the...

Triage-Approved

## Visual Studio Version 2022.17.11.4 (Community edition) ## Summary As title. Suspect that the work done in https://github.com/dotnet/roslyn-sdk/pull/896 for https://github.com/dotnet/roslyn-sdk/issues/850 has either been reverted or broken. ## Steps to Reproduce...

Feature-Debugging
Triage-Approved