Skip to content

[Feature]: Convert sln to slnx #157

@ParadiseFallen

Description

@ParadiseFallen

Feature Description

Slnx is new default way of managing solutions. Make sense to use new features
https://devblogs.microsoft.com/dotnet/introducing-slnx-support-dotnet-cli/

Problem Statement

No response

Proposed Solution

dotnet sln migrate
rm -f *.sln
git add *
git commit -m "Migrate to slnx"
git push

Alternatives Considered

No response

Additional Context

No response

Contribution

  • I'd be willing to contribute this feature

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions