-
-
Notifications
You must be signed in to change notification settings - Fork 173
Comparing changes
Open a pull request
base repository: dotnet/Nerdbank.GitVersioning
base: v3.5.109
head repository: dotnet/Nerdbank.GitVersioning
compare: v3.5.113
- 6 commits
- 6 files changed
- 3 contributors
Commits on Sep 5, 2022
-
Fix break in tests from VS 17.3
This is a workaround suggested in dotnet/msbuild#7873
Configuration menu - View commit details
-
Copy full SHA for fa71947 - Browse repository at this point
Copy the full SHA fa71947View commit details -
Merge pull request #804 from dotnet/fixbuildbreak
Fix break in tests from VS 17.3
Configuration menu - View commit details
-
Copy full SHA for 4b38f20 - Browse repository at this point
Copy the full SHA 4b38f20View commit details
Commits on Sep 20, 2022
-
Fix
Stream.Seek
implementations to reliably shift position as requiredThe bug is that `Stream.Read` was assumed to always fill the provided buffer, but in fact only a non-zero movement is contractually guaranteed.
Configuration menu - View commit details
-
Copy full SHA for 292694b - Browse repository at this point
Copy the full SHA 292694bView commit details -
DeltaStreamReader should interpret 0 size as 0x10000
https://git-scm.com/docs/pack-format/2.31.0#_instruction_to_copy_from_base_object: "In its most compact form, this instruction only takes up one byte (0x80) with both offset and size omitted, which will have default values zero. There is another exception: size zero is automatically converted to 0x10000."
Configuration menu - View commit details
-
Copy full SHA for 448dd8c - Browse repository at this point
Copy the full SHA 448dd8cView commit details -
Merge pull request #816 from dotnet/fix797
Fix `Stream.Seek` implementations to reliably shift position as required
Configuration menu - View commit details
-
Copy full SHA for 4a63c66 - Browse repository at this point
Copy the full SHA 4a63c66View commit details -
Merge pull request #818 from marcin-krystianc/marcink-20200920-size0
DeltaStreamReader should interpret instruction with size 0 as 0x10000
Configuration menu - View commit details
-
Copy full SHA for a908c6d - Browse repository at this point
Copy the full SHA a908c6dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.5.109...v3.5.113