wgnf / liz

liz (ˈlɪz) is a tool to extract license-information from your project/solution aimed on a fast and correct process. Whether it's via a dotnet-CLI-Tool, Cake-Addin or Nuke-Addon
MIT License
9 stars 0 forks source link

fix: problem getting project references for new and old style projects #111

Closed wgnf closed 2 years ago

wgnf commented 2 years ago

📄 Description

This PR fixes an issue when getting the project-references for an SDK-Style project, which references a non-SDK-Style project

this also improves performance a lot

✅ Checks

codecov[bot] commented 2 years ago

Codecov Report

Merging #111 (b8a1bc3) into main (b4df6ea) will increase coverage by 0.03%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #111      +/-   ##
==========================================
+ Coverage   96.83%   96.86%   +0.03%     
==========================================
  Files          54       53       -1     
  Lines        2177     2204      +27     
==========================================
+ Hits         2108     2135      +27     
  Misses         69       69              
Impacted Files Coverage Δ
...nces/DotnetCli/GetPackageReferencesViaDotnetCli.cs 100.00% <100.00%> (ø)
src/Core/Liz.Core/Projects/GetProjectReferences.cs 100.00% <100.00%> (ø)
...Core/Liz.Core/Projects/Contracts/Models/Project.cs

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b4df6ea...b8a1bc3. Read the comment docs.