[Proposal] Restructuring repository
See original GitHub issueI propose to align the repository/solution to the following structure:
\
Fido2.sln
Directory.Build.props (Common for all projects)
\src
Directory.Build.props (Common for all src projects)
\Fido2.csproj
\Fido2.AspNetCore. ...
\...
\test
Directory.Build.props (Common for all test projects)
\Fido2.Tests
\Fido2.IntegrationTests
\…
The reason why I propose it, is to help new developers that are used to other dotnet projects to get into the work (e.g. aspnetcore). A benefit from the build perspective is the MSBuild built-in extensibility hook that could be effectively used. Sure, this is also a matter of taste, rather than functionality.
What do you think?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:8 (3 by maintainers)
Top Results From Across the Web
004-github-repository-restructuring.md - strimzi/proposals
Currently, Strimzi has several Github repositories: The main Strimzi Kafka Operators repo; The Kafka Bridge repo; The Kafka OAuth repo; The Client Examples...
Read more >Price of Canton City Schools restructuring proposal jumps
The proposed restructuring project includes building two new elementary schools and a new McKinley High School on the Timken Career Campus.
Read more >Faculty Publications
Repository Citation. Koch, Charles H. Jr. and Rubin, Barry R., "A Proposal for a Comprehensive Restructuring of the Public Information System" (1979).
Read more >White Paper on data Repository Reorganization Proposal for ...
ORNL is hosting three main repositories for xLPR data: 1) a Subversion repository for data that requires change tracking (located at https://xlpr.ornl.gov/svn).
Read more >Follow up on Gutenberg developer documentation ...
Public repositories are free to host, private repositories require ... The proposal to restructure GutenbergGutenberg The Gutenberg project ...
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
Makes sense, and we probably should have done this a long time ago. I have been much more focused on passing conformance tests than external consumability.
If possible use git mv so that we don’t nuke git blame on the files.