-
-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix break in tests from VS 17.3 #804
Conversation
d150061
to
4c626dd
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## v3.5 #804 +/- ##
=======================================
Coverage ? 77.31%
=======================================
Files ? 73
Lines ? 3830
Branches ? 0
=======================================
Hits ? 2961
Misses ? 869
Partials ? 0 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
This is a workaround suggested in dotnet/msbuild#7873
4c626dd
to
fa71947
Compare
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Nerdbank.GitVersioning](https://togithub.com/dotnet/Nerdbank.GitVersioning) | nuget | patch | `3.5.109` -> `3.5.113` | --- ### Release Notes <details> <summary>dotnet/Nerdbank.GitVersioning</summary> ### [`v3.5.113`](https://togithub.com/dotnet/Nerdbank.GitVersioning/releases/v3.5.113) #### What's Changed - DeltaStreamReader should interpret instruction with size 0 as 0x10000 by [@​marcin-krystianc](https://togithub.com/marcin-krystianc) in dotnet/Nerdbank.GitVersioning#818 #### New Contributors - [@​marcin-krystianc](https://togithub.com/marcin-krystianc) made their first contribution in dotnet/Nerdbank.GitVersioning#818 **Full Changelog**: dotnet/Nerdbank.GitVersioning@v3.5.112...v3.5.113 ### [`v3.5.112`](https://togithub.com/dotnet/Nerdbank.GitVersioning/releases/v3.5.112) #### What's Changed - Fix break in tests from VS 17.3 by [@​AArnott](https://togithub.com/AArnott) in dotnet/Nerdbank.GitVersioning#804 - Fix `Stream.Seek` implementations to reliably shift position as required by [@​AArnott](https://togithub.com/AArnott) in dotnet/Nerdbank.GitVersioning#816 **Full Changelog**: dotnet/Nerdbank.GitVersioning@v3.5.109...v3.5.112 </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
Fix break in tests from VS 17.3
This is a workaround suggested in dotnet/msbuild#7873