DEV Community

Discussion on: .NET Project Folders Structure

Collapse
 
stphnwlsh profile image
Stephen Walsh

I don't have a fixed solution structure but have tried a few different things. What you've got there is pretty similar, I go back and forth on needing all the extra folders

github.com/stphnwlsh/CleanMinimalA...

I build and test is Dockerfile so there's no need for build and am not concerned about artifacts because I allow external systems like Codecov to own that data.

If I was working on a bigger project for an enterprise I'd add the extras as needed.

Love that you're thinking about this, structure is important!!