reactiveui / refit

The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.
https://reactiveui.github.io/refit/
MIT License
8.53k stars 748 forks source link

feat: upgrade roslyn 4.0 to 4.1 #1828

Closed TimothyMakkison closed 2 weeks ago

TimothyMakkison commented 2 weeks ago

Upgrade Roslyn 4.0 to Roslyn 4.1 for access to WithTrackingName

codecov[bot] commented 2 weeks ago

Codecov Report

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

Project coverage is 83.74%. Comparing base (6ebeda5) to head (2996d20). Report is 96 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1828 +/- ## ========================================== - Coverage 87.73% 83.74% -3.99% ========================================== Files 33 36 +3 Lines 2348 2449 +101 Branches 294 345 +51 ========================================== - Hits 2060 2051 -9 - Misses 208 316 +108 - Partials 80 82 +2 ```

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

ChrisPulman commented 2 weeks ago

@TimothyMakkison all building now

TimothyMakkison commented 2 weeks ago

@TimothyMakkison all building now

Thanks for fixing that, annoyed I missed the obvious reference 😅

Close to adding incremental generation, I'm currently breaking it up into smaller PRs to make it easier to review if thats okay with you.

ChrisPulman commented 2 weeks ago

It's worked well until now, so let's go with the incremental changes though multiple PR's, it also makes undoing anything untoward easier.

github-actions[bot] commented 2 days ago

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.