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.

Suggestion: clean up the root folder

See original GitHub issue

Now we have a lot of directories in the root folder. I suggest to transform current layout to the following:

  • Sources for BenchmarkDotNet and BenchmarkDotNet.Diagnostics.Windows
  • Tests for all the test projects
  • Samples for all the samples projects

@adamsitnik, @mattwarren, what do you think?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
adamsitnikcommented, Sep 20, 2016

VS should also use NuGet.config from the root solution directory.

@AndreyAkinshin Sorry, I did not know that. I have just pushed the update. 3/3 changes were possible 😉

0reactions
AndreyAkinshincommented, Sep 19, 2016

this is currently impossible because we also sign some of our test projects in order to let them use some of our internals (internalsvisibleto)

Why we can’t change the path in the corresponded project.json files? Like "keyFile": "../../src/strongNameKey.snk" instead of "keyFile": "../../strongNameKey.snk"?

this is another tricky thing. dotnet restore looks for the nuget.config in the root folder, while VS while restoring packages for the our classic projects (csproj based) looks for the Nuget folder 😉 I can try to investigate that

VS should also use NuGet.config from the root solution directory. By the way, it seems that we don’t need NuGet.targets anymore. What do you think?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Root drive is running out of disk space. How can I free up ...
Clean apt-get cache. Following command will remove all downloaded deb files from apt-get cache directory. Run this command: sudo apt-get clean.
Read more >
How to clean up the Fedora root folder
I need to clean the Fedora root folder space before performing the upgrade. When browsing to learn more about this issue, I can...
Read more >
need to clean up root partition
Hi mlmack, I would suggest you to first find out the files that are using up the space on / . We cannot...
Read more >
Can I delete files in root directory
Just looking at my root directory and trying to clean up what is not needed. I have Win7 64 bit. Can I delete...
Read more >
My root folder is full! What can i delete and how? - XDA Forums
I'm running a ROOTED nexus 6 with stock android 6.0 and franco kernel r34. I was trying to flash xposed for android 6.0...
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