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.

File nesting: include rules in NuGet packages or as project items

See original GitHub issue

Summary

A package author could include VS file nesting rules in the package so that all project that reference this package will have these rules enabled without further user intervention.

User Impact

  • Users of third-party packages do not need to configure file nesting manually.

Example use case

In Metalama testing framework, every test is a series of files. The main file has the Foo.cs extension, and dependent files have different extensions, e.g. Foo.t.cs, Foo.t.txt, Foo.Aspects.cs and so on.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Pilchiecommented, Mar 23, 2022

@AngelosP - are you going to enter the feedback ticket?

0reactions
gfraiteurcommented, Mar 24, 2022

I confirm I could include nesting rules in the NuGet package using the DependentUpon trick, so the case is closed for me too.

Read more comments on GitHub >

github_iconTop Results From Across the Web

File nesting: include rules in NuGet packages or as project ...
In Metalama testing framework, every test is a series of files. The main file has the Foo.cs extension, and dependent files have different ......
Read more >
File nesting rules for Solution Explorer - Visual Studio
Solution Explorer nests related files to help organize them and make them easier to locate. For example, if you add a Windows Forms...
Read more >
JetBrains Rider - File nesting rules
A dialog opens in which you can configure file nesting rules. Enable the Show files with the same names as nested option to...
Read more >
Project Navigation and File Nesting in ASP.NET MVC Projects
Sometimes while working on a project I seem to have 30 or more files open and trying to locate another new file to...
Read more >
File Nesting in Xamarin Studio - Matt Ward
To automatically nest files, based on the enabled file nesting rules, select the files, or folder, or project, then right click and select...
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