csharp-language-server-protocol icon indicating copy to clipboard operation
csharp-language-server-protocol copied to clipboard

Debugging for RSG dependencies update

Open manandre opened this issue 1 year ago • 1 comments

Forcing verbose logging for Restore step in order to get some extra information about the NRE. See #1120

manandre avatar Jun 16 '24 20:06 manandre

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 70.87%. Comparing base (d0a86a0) to head (a2ebd08). Report is 32 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1260      +/-   ##
==========================================
- Coverage   70.89%   70.87%   -0.02%     
==========================================
  Files         440      440              
  Lines       21615    21615              
  Branches     1730     1729       -1     
==========================================
- Hits        15323    15319       -4     
- Misses       6292     6296       +4     

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

codecov[bot] avatar Jun 16 '24 22:06 codecov[bot]

@manandre Thanks for troubleshooting this. This PR passed because it was using an older version of GitVersion.Tool. The problem with using the newer GitVersion.Tool was with the NuGet caching in the CI. We were always pulling in an outdated cache and never replacing it. Going to close this out now.

JoeRobich avatar Jan 31 '25 09:01 JoeRobich