-
Notifications
You must be signed in to change notification settings - Fork 6.1k
[Breaking change]: dotnet sln add #43882
Copy link
Copy link
Closed
Labels
📌 seQUESTeredIdentifies that an issue has been imported into Quest.Identifies that an issue has been imported into Quest.breaking-changeIndicates a .NET Core breaking changeIndicates a .NET Core breaking changein-prThis issue will be closed (fixed) by an active pull request.This issue will be closed (fixed) by an active pull request.
Metadata
Metadata
Assignees
Labels
📌 seQUESTeredIdentifies that an issue has been imported into Quest.Identifies that an issue has been imported into Quest.breaking-changeIndicates a .NET Core breaking changeIndicates a .NET Core breaking changein-prThis issue will be closed (fixed) by an active pull request.This issue will be closed (fixed) by an active pull request.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
dotnet/sdk#44570
Starting in 9.0.2xx, the cli command
dotnet sln addwill add support for .slnx solution files using the new vs-solutionpersistence serializer.As a result, slight changes in behavior are expected.
Version
Other (please put exact version in description textbox)
Previous behavior
New behavior
NUL,CON,AUX,PRN,COM?,LPT?.CLOCK$(where?is any number of digits)?:\/*""<>|Example, adding
foo/bar.csprojandparent/child/bar.csprojwill not result in an errorType of breaking change
Reason for change
This changes are introduced for transitioning to the new vs-solutionpersistence serializer
Recommended action
Review project and solution folders names
Feature area
SDK
Affected APIs
AddProjectToSolutionCommand.ExecuteAssociated WorkItem - 351645