Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for 'slnx' #1046

Open
dansiegel opened this issue Oct 24, 2024 · 1 comment
Open

Add support for 'slnx' #1046

dansiegel opened this issue Oct 24, 2024 · 1 comment
Labels
kind/enhancement New feature or request. triage/untriaged Indicates an issue requires triaging or verification.

Comments

@dansiegel
Copy link
Contributor

What would you like to be added:

Add support for the slnx format.

<Solution>
  <Folder Name="/Solution Items/">
    <File Path=".gitignore" />
    <File Path="Directory.Build.props" />
    <File Path="Directory.Build.targets" />
    <File Path="Directory.Packages.props" />
    <File Path="global.json" />
  </Folder>
  <Project Path="UnoApp1\UnoApp1.csproj" Type="C#">
    <Deploy />
  </Project>
  <Properties Name="Visual Studio">
    <Property Name="OpenWith" Value="17" />
  </Properties>
</Solution>

Why is this needed:

This is an updated solution format that is ultimately easier to maintain than the traditional solution format. It's also likely that this can remain part of the template even when being created in Visual Studio.

@dansiegel dansiegel added kind/enhancement New feature or request. triage/untriaged Indicates an issue requires triaging or verification. labels Oct 24, 2024
@spouliot
Copy link
Contributor

Note that MS C# extension does not yet support .slnx for VS Code.
See microsoft/vscode-dotnettools#1533

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request. triage/untriaged Indicates an issue requires triaging or verification.
Projects
None yet
Development

No branches or pull requests

2 participants