dotnet / sdk

Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
https://dot.net/core
MIT License
2.75k stars 1.07k forks source link

Standard dotnet folder structure #17713

Open lucasfolino opened 3 years ago

lucasfolino commented 3 years ago

Is there documentation or a way for the dotnet command to create a standard folder structure and working csproj file for new projects. There current structure is a little flat. I would like this to include the folders src, tests, build, docs etc. Is there a standard to follow?

dotnet-issue-labeler[bot] commented 3 years ago

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

lucasfolino commented 3 years ago

To add to this here is the example from @davidfowl https://gist.github.com/davidfowl/ed7564297c61fe9ab814.

marcpopMSFT commented 3 years ago

@KathleenDollard is there any guidance out there around folder structure?