File nesting: include rules in NuGet packages or as project items
See original GitHub issueSummary
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:
- Created 2 years ago
- Comments:10 (4 by maintainers)
Top 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 >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 FreeTop 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
Top GitHub Comments
@AngelosP - are you going to enter the feedback ticket?
I confirm I could include nesting rules in the NuGet package using the DependentUpon trick, so the case is closed for me too.