-
Notifications
You must be signed in to change notification settings - Fork 731
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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: fluentassertions/fluentassertions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: fluentassertions/fluentassertions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: support-7.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 30 files changed
- 3 contributors
Commits on Feb 7, 2026
-
Prevent a crash while formatting a collection with nested empty subco…
…llections - Prevents potential IndexOutOfRangeException in `FormattedObjectGraph` by using `Math.Min` for string insertion. - Improves formatting consistency of test expectations by removing unnecessary whitespace. - Adds a test to ensure rendering of empty nested collections does not crash.
Configuration menu - View commit details
-
Copy full SHA for 4ca5226 - Browse repository at this point
Copy the full SHA 4ca5226View commit details
Commits on Mar 7, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 6c1a398 - Browse repository at this point
Copy the full SHA 6c1a398View commit details
Commits on Mar 8, 2026
-
Bump F# to 8.0 to compile with .NET 11 SDK
This fixes the following compile error: ``` FSC : error FS3880: Language version '6.0' is out of support. The last .NET SDK supporting it is available at https://dotnet.microsoft.com/en-us/download/dotnet/10.0 ```
Configuration menu - View commit details
-
Copy full SHA for 63ba894 - Browse repository at this point
Copy the full SHA 63ba894View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5e1ef5 - Browse repository at this point
Copy the full SHA d5e1ef5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb896c7 - Browse repository at this point
Copy the full SHA bb896c7View commit details -
Fix NotSupportedException from ReduceConstantSubExpressions
C# 14' "first-class spans" causes `MemoryExtensions.Contains` to be picked over `Enumerable.Contains`. `ConstantSubExpressionReductionVisitor.Visit` calls `DynamicInvoke` which then throws a `NotSupportedException` from [`RuntimeMethodInfo.ThrowNoInvokeException`](https://source.dot.net/#System.Private.CoreLib/src/libraries/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs,70) For more information see dotnet/runtime#120251
Configuration menu - View commit details
-
Copy full SHA for 6ad1fb8 - Browse repository at this point
Copy the full SHA 6ad1fb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97d9a20 - Browse repository at this point
Copy the full SHA 97d9a20View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3b47cb - Browse repository at this point
Copy the full SHA f3b47cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16e5b2d - Browse repository at this point
Copy the full SHA 16e5b2dView 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 main...support-7.0