[Breaking change]: dotnet sln add #43882
Labels
breaking-change
Indicates a .NET Core breaking change
doc-idea
Indicates issues that are suggestions for new topics [org][type][category]
in-pr
This issue will be closed (fixed) by an active pull request.
Pri1
High priority, do before Pri2 and Pri3
📌 seQUESTered
Identifies that an issue has been imported into Quest.
Description
dotnet/sdk#44570
Starting in 9.0.2xx, the cli command
dotnet sln add
will 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.csproj
andparent/child/bar.csproj
will 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.Execute
Associated WorkItem - 351645
The text was updated successfully, but these errors were encountered: