microsoft / component-detection

Scans your project to determine what components you use
MIT License
396 stars 81 forks source link

Update to .NET 8 #1150

Closed cobya closed 3 weeks ago

cobya commented 4 weeks ago

The .NET 8 release was recently made available and we are updating component-detection to the new version. See #771 for more information.

Since these are breaking changes, they will be merged into the cobya/v5 major release tracking branch in conjuction with #1135.

github-actions[bot] commented 4 weeks ago

👋 Hi! It looks like you modified some files in the Detectors folder. You may need to bump the detector versions if any of the following scenarios apply:

If none of the above scenarios apply, feel free to ignore this comment 🙂

codecov[bot] commented 4 weeks ago

Codecov Report

Attention: Patch coverage is 88.79310% with 52 lines in your changes missing coverage. Please review.

Project coverage is 76.7%. Comparing base (e52ef78) to head (1019bf3).

Files Patch % Lines
...ft.ComponentDetection.Common/PathUtilityService.cs 40.0% 2 Missing and 4 partials :warning:
...ComponentDetection.Detectors/pip/PythonResolver.cs 0.0% 1 Missing and 5 partials :warning:
...ion.Detectors/pnpm/PnpmComponentDetectorFactory.cs 93.4% 4 Missing and 1 partial :warning:
...entDetection.Detectors/rust/CargoDependencyData.cs 0.0% 4 Missing :warning:
...onentDetection.Common/Utilities/StringUtilities.cs 72.7% 3 Missing :warning:
...Detection.Detectors/npm/NpmLockfileDetectorBase.cs 72.7% 3 Missing :warning:
...entDetection.Detectors/pip/SimplePythonResolver.cs 62.5% 0 Missing and 3 partials :warning:
...ntDetection.Common/CommandLineInvocationService.cs 60.0% 1 Missing and 1 partial :warning:
...ection.Common/DependencyGraph/ComponentRecorder.cs 66.6% 2 Missing :warning:
...ion.Detectors/go/GoComponentWithReplaceDetector.cs 83.3% 0 Missing and 2 partials :warning:
... and 13 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## cobya/v5 #1150 +/- ## ========================================== + Coverage 76.5% 76.7% +0.1% ========================================== Files 256 257 +1 Lines 11712 11672 -40 Branches 1208 1199 -9 ========================================== - Hits 8970 8961 -9 + Misses 2386 2359 -27 + Partials 356 352 -4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.