RicoSuter / DNT

DNT (DotNetTools): Command line tools to manage .NET projects and solutions.
MIT License
421 stars 64 forks source link

[Question] Use without `.sln` file? #115

Open lonix1 opened 2 years ago

lonix1 commented 2 years ago

Hello and thank you for this nice tool!

In the docs it has this for switching:

{
  "solution": "NSwag.sln",        // <--------------
  "mappings": {
    //...
  }
}

I'm using vscode on linux so don't use .sln files. I just have a directory with many projects in them, each having a Foo.csproj file.

Is it possible to somehow use the project/package switching feature in my case?