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.

Project structure more streamlined with other dotnet core projects

See original GitHub issue

Hi,

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

github_iconTop GitHub Comments

1reaction
RehanSaeedcommented, Aug 17, 2020

Thank you for the suggestion!

0reactions
kirkonecommented, Aug 17, 2020

good point. So I will close this.

Read more comments on GitHub >

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

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