question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Proposal] Restructuring repository

See original GitHub issue

I 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:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
aseiglercommented, Feb 13, 2019

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.

0reactions
abergscommented, Mar 12, 2019

If possible use git mv so that we don’t nuke git blame on the files.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found