Create a component detector for C# (~60 new lines of code) #65
Labels
Difficulty: Easy
good first issue
Good for newcomers
Priority: Low
Status: Available
Type: Enhancement
New feature or request
We'd like to measure the quality of apps written in C#.
There are "component detectors" to determine frameworks, platform, and type of an application.
It's necessary to implement CSharpComponentDetector the similar way as is JavaComponentDetector implemented. Because C# is not a front-end language, so it's not necessary to recognize Frontend/Backend platform.
It's around 60 new lines of code including tests.
More info in our Contribution guide.
Other sources:
The text was updated successfully, but these errors were encountered: