DEVIMPLEMENTS.Slnxgen 1.0.0

dotnet tool install --global DEVIMPLEMENTS.Slnxgen --version 1.0.0
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local DEVIMPLEMENTS.Slnxgen --version 1.0.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=DEVIMPLEMENTS.Slnxgen&version=1.0.0
                    
nuke :add-package DEVIMPLEMENTS.Slnxgen --version 1.0.0
                    

DEVIMPLEMENTS.Slnxgen

Implemented by code agents for specific scenario.

Generate a modern .slnx solution file from your MSBuild project graph.

This repository contains a .NET global tool (dotnet tool) named "slnxgen". The tool scans one or more entry projects ( supports glob patterns), optionally traverses dependencies, and writes a clean .slnx file with an inferred folder structure.

Quick links:

Install

Global install from NuGet (after publish):

  • dotnet tool install -g DEVIMPLEMENTS.Slnxgen

Local install from this repo (for testing):

  • dotnet pack
  • dotnet tool install -g DEVIMPLEMENTS.Slnxgen --add-source Artifacts\package\debug

Usage (short)

  • slnxgen src***.csproj
  • slnxgen src\App\App.csproj --solutionPath Solutions\App.slnx
  • slnxgen src***.csproj --addDependencies false --verbosity detailed

For complete usage, options, and examples, see Slnxgen/README.md.

Development

  • .NET SDK: see Directory.Build.props for the target framework (net10.0 currently).
  • Central Package Management is enabled via Directory.Packages.props.
  • Build and Pack: dotnet build (or pack).

License

MIT

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.0.0 304 8/20/2025