https://github.com/karenpayneoregon/blank-solution
For teaching, create a blank Visual Studio solution as there are time when the blank solution template disappears or is gone.
https://github.com/karenpayneoregon/blank-solution
csharp visual-studio
Last synced: about 1 month ago
JSON representation
For teaching, create a blank Visual Studio solution as there are time when the blank solution template disappears or is gone.
- Host: GitHub
- URL: https://github.com/karenpayneoregon/blank-solution
- Owner: karenpayneoregon
- Created: 2021-09-26T22:58:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-06T22:04:57.000Z (over 4 years ago)
- Last Synced: 2025-03-23T18:17:39.321Z (about 1 year ago)
- Topics: csharp, visual-studio
- Language: C#
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# About
Simple user interface for `dotnet` new sln hard-wired to a specific path.
:warning: Path is hardcode, feel free to modify or use appsettings.json

---
Visual Studio earlier versions provided an option to create a blank solution then in one or more updates this option has gone away. For those who are new to Visual Studio may want to create a new Visual Studio solution without any projects.
This utility provides the ability to create a blank Visual Studio solution. There are two versions, one hard coded default path to select where to create a new solution folder while the other reads the default path from a json file.
Once a new solution has been created the folder is opened in Windows Explorer, the developer can then inspect and copy the folder path to use in Visual Studio to open the new blank solution.
Written using .NET Framework 4.8 as some developers may not have moved to .NET Core yet
- See `using-json branch` for a version which stored the default selection path in `appsettings.json`