C# .NET projects on GitHub
I'd like to publish one of my projects on github. What would be the best way to structure the repository?
- Just add the SolutionFolder
- Use a framework like ProjectScaffold
- Set-up something from scratch by adding only the required tools/scripts
- Something else?
Most existing repositories seem to follow some variation of the same policies (solution in root, src folder for project, tests for test projects etc), however there is no definite standard.
0 comments:
Post a Comment