ardalis / ardalis/OrganizingAspNetCore
Resharper annotations?
- Dominant language
- C#
- Stars
- 210
- Forks
- 57
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Research direction
Review the Jetbrains.Annotations approach shown in the issue and focus on how nested feature folders such as Samurai/Swords could be discovered. The issue names no file or test and does not define a specific completion criterion, so the desired discovery behavior would need to be clarified first.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- web-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100