-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding support for pub package manager #888
base: main
Are you sure you want to change the base?
Conversation
@microsoft-github-policy-service agree |
src/Microsoft.ComponentDetection.Detectors/pub/PubComponentDetector.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.ComponentDetection.Contracts/TypedComponent/PubComponent.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.ComponentDetection.Detectors/pub/PubComponentDetector.cs
Outdated
Show resolved
Hide resolved
test/Microsoft.ComponentDetection.Detectors.Tests/PubComponentDetectorTests.cs
Show resolved
Hide resolved
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #888 +/- ##
=======================================
- Coverage 74.8% 74.7% -0.1%
=======================================
Files 235 241 +6
Lines 9937 10053 +116
Branches 971 988 +17
=======================================
+ Hits 7435 7518 +83
- Misses 2231 2259 +28
- Partials 271 276 +5 ☔ View full report in Codecov by Sentry. |
test/Microsoft.ComponentDetection.VerificationTests/resources/pub/pubspec.lock
Show resolved
Hide resolved
Hi @aviadkam, would you mind linking to some documentation on pub and its manifest format? |
Sure. @annaowens . |
Adding support for pub (Flutter, Pub.Dev) package manager.
The code parsed the pubspec.yml file