Organizing Dotnet Solutions

Organize a .NET solution tree: decide which solution folder each project belongs to, name the folders, and write the .slnx that maps configurations and excludes projects from a build. USE FOR: creating or restructuring the solution folder tree, placing a new project, naming a solution folder, mapping solution configurations onto project configurations, and scoping a working set with a solution filter. DO NOT USE FOR: generating new projects from a template, or arranging the types, namespaces, and service registrations inside a single project.

nice3point 08ee443 2 files · 10.6 KB Updated

File contents

nice3point/revit-skills/tree/main/plugins/dotnet-solution/skills/organizing-dotnet-solutions commit 08ee44370f

Frequently asked questions

npx skillmds@latest add nice3point/organizing-dotnet-solutions