dotnet / docfx

Static site generator for .NET API documentation.
https://dotnet.github.io/docfx/
MIT License
3.94k stars 840 forks source link

chore: Update Roslyn package versions #9999

Closed filzrev closed 2 weeks ago

filzrev commented 3 weeks ago

This PR update Roslyn packages version from 4.9.2 to 4.10.0. And add stub properties IsParamsArray/IsParamsCollection that are added to IParameterSymbol interface.

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 78.86%. Comparing base (fe673ec) to head (2d17d8d). Report is 197 commits behind head on main.

Files Patch % Lines
src/Docfx.Dotnet/SymbolFormatter.Symbols.cs 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #9999 +/- ## ========================================== + Coverage 74.31% 78.86% +4.54% ========================================== Files 536 540 +4 Lines 23189 23475 +286 Branches 4056 4066 +10 ========================================== + Hits 17234 18514 +1280 + Misses 4853 3821 -1032 - Partials 1102 1140 +38 ```

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