slngen

(โ˜… 464)

Visual Studio solution generator

  • .gitattributes
  • .gitignore
  • azure-pipelines-official.yml
  • azure-pipelines.yml
  • CONTRIBUTING.md
  • Directory.Build.props
  • Directory.Build.rsp
  • Directory.Build.targets
  • Directory.Packages.props
  • Directory.Solution.props
  • Directory.Solution.targets
  • global.json
  • LICENSE.txt
  • MicrosoftCorporation.snk
  • NuGet.config
  • README.md
  • RELEASE.md
  • SECURITY.md
  • SlnGen.sln
  • stylecop.json
  • Test.snk
  • version.json

# Installation Guide

1. Get the code
git clone https://github.com/microsoft/slngen

Downloads the entire project code from GitHub to your computer.

cd slngen

Moves into the project folder you just downloaded.

2. .NET

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • .NET SDK The SDK required for the dotnet command.
dotnet tool install --global Microsoft.VisualStudio.SlnGen.Tool --add-source https://api.nuget.org/v3/index.json --ignore-failed-sources

Type this command into your terminal and run it.

โœ… After dotnet run, check the message or address shown in the terminal.

Pulled directly from this repo's README.

// repository documentation