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: fix system packages not being found #121

Closed wgnf closed 1 year ago

wgnf commented 1 year ago

📫 Addressed Issue(s)

none

📄 Description

i realized that sometimes System packages are not being considered or found. Added a new cache directory which contains offline packages of an SDK installation which should help.

✅ Checks

codecov[bot] commented 1 year ago

Codecov Report

Merging #121 (c26fefd) into main (61edea0) will decrease coverage by 0.02%. The diff coverage is 92.85%.

@@            Coverage Diff             @@
##             main     #121      +/-   ##
==========================================
- Coverage   96.98%   96.95%   -0.03%     
==========================================
  Files          54       54              
  Lines        2287     2300      +13     
==========================================
+ Hits         2218     2230      +12     
- Misses         69       70       +1     
Impacted Files Coverage Δ
...ore/Liz.Core/Utils/ProvideNugetCacheDirectories.cs 97.72% <92.85%> (-2.28%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.