-
-
Notifications
You must be signed in to change notification settings - Fork 45
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: SimonCropp/Polyfill
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 10.7.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: SimonCropp/Polyfill
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 10.8.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 77 files changed
- 2 contributors
Commits on Jun 1, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 81eec68 - Browse repository at this point
Copy the full SHA 81eec68View commit details -
Fix NET 8 CreateVersion7 polyfill RFC 9562/IETF variant bits (#552)
Set correct UUID variant bits in uuidBytes array Updated manipulation of the 9th byte in uuidBytes to mask with 0x3F and set the two highest bits to '10', ensuring compliance with the UUID variant specification.
Configuration menu - View commit details
-
Copy full SHA for 5ff20e1 - Browse repository at this point
Copy the full SHA 5ff20e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eef3de - Browse repository at this point
Copy the full SHA 5eef3deView commit details
Commits on Jun 2, 2026
-
Fix CreateVersion7 endianness on pre-net8 frameworks
The #else branch (all sub-net8 TFMs) built uuidBytes in RFC 9562 big-endian order but constructed the Guid with new Guid(byte[]), which reads the first three fields as little-endian. This byte-swapped the first three groups in canonical form: the version nibble landed at the wrong position and the timestamp bytes were scrambled, producing non-canonical v7 GUIDs. Reverse the first three fields before construction so the result matches the bigEndian path used on NET8_0_OR_GREATER. Also expand Guid test coverage: - assert CreateVersion7 sets the version (7) and RFC 9562 variant bits - assert CreateVersion7(DateTimeOffset) encodes the timestamp exactly - cover the 2-arg TryParse(ReadOnlySpan<char>, out) overload (valid + invalid) - add a TryParseExact failure case
Configuration menu - View commit details
-
Copy full SHA for d83228f - Browse repository at this point
Copy the full SHA d83228fView commit details
Commits on Jun 3, 2026
-
Add AsyncMethodBuilderAttribute and CompilerLoweringPreserveAttribute (…
…#553) * Add AsyncMethodBuilderAttribute and CompilerLoweringPreserveAttribute * .
Configuration menu - View commit details
-
Copy full SHA for eebbea4 - Browse repository at this point
Copy the full SHA eebbea4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 622a4d9 - Browse repository at this point
Copy the full SHA 622a4d9View commit details
Commits on Jun 7, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 445ba50 - Browse repository at this point
Copy the full SHA 445ba50View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0607ca - Browse repository at this point
Copy the full SHA a0607caView commit details
Loading
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 10.7.1...10.8.1