Suggestion: clean up the root folder
See original GitHub issueNow we have a lot of directories in the root folder. I suggest to transform current layout to the following:
Sources
forBenchmarkDotNet
andBenchmarkDotNet.Diagnostics.Windows
Tests
for all the test projectsSamples
for all the samples projects
@adamsitnik, @mattwarren, what do you think?
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:10 (10 by maintainers)
Top 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 >
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 Free
Top 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
@AndreyAkinshin Sorry, I did not know that. I have just pushed the update. 3/3 changes were possible 😉
Why we can’t change the path in the corresponded project.json files? Like
"keyFile": "../../src/strongNameKey.snk"
instead of"keyFile": "../../strongNameKey.snk"
?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?