Project structure more streamlined with other dotnet core projects
See original GitHub issueHi,
I want to ask if it is a good idea to have the outcome of this templates more like it is discussed here: https://gist.github.com/davidfowl/ed7564297c61fe9ab814
The biggest change would be to have the src
and tests
folders and sort the projects in there.
I see some benefits in doing so, what do you think?
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Structure and Organize .NET Projects with Rider
In this blog post, we'll look at some ways to organize and streamline your .NET projects, folders, and code in Rider. Organize project...
Read more >Organize projects for .NET Framework and .NET - .NET Core
Simplifies your build process by compiling a single project rather than multiple projects that each target a different .NET Framework ...
Read more >How to Use .NET Core CLI to Create a Multi-Project Solution
We first create 3 projects (an MVC web application, a C# library, and a Unit Test project). We then add the 3 projects...
Read more >Project structure for Blazor apps
Learn how the project structures of ASP.NET Web Forms and Blazor projects compare.
Read more >Streamlining Your Visual Studio Project Setup
Most modern projects adopt a multi-assembly approach, with solution structures often looking similar to this: project-solution-structure.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you for the suggestion!
good point. So I will close this.