OrganizingAspNetCore
OrganizingAspNetCore copied to clipboard
Resharper annotations?
Hi there,
I was wondering if you have looked at how Resharper views can be discovered
The have a package called Jetbrains.Annotations and you can use something like the following:
[assembly: AspMvcViewLocationFormat(@"~\Features\{1}\{0}.cshtml")] [assembly: AspMvcViewLocationFormat(@"~\Features\Admin\{1}\{0}.cshtml")]
The only issue is I don't know how to discover the nested features folders such as Samurai/Swords
Any thoughts?