-
Notifications
You must be signed in to change notification settings - Fork 418
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: morelinq/MoreLINQ
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: morelinq/MoreLINQ
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 28 files changed
- 1 contributor
Commits on Dec 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7424fa2 - Browse repository at this point
Copy the full SHA 7424fa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab184db - Browse repository at this point
Copy the full SHA ab184dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4cd051 - Browse repository at this point
Copy the full SHA c4cd051View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47a14cb - Browse repository at this point
Copy the full SHA 47a14cbView commit details
Commits on Jan 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 00fbb7e - Browse repository at this point
Copy the full SHA 00fbb7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48279d0 - Browse repository at this point
Copy the full SHA 48279d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60390e8 - Browse repository at this point
Copy the full SHA 60390e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bf0bbc - Browse repository at this point
Copy the full SHA 5bf0bbcView commit details
Commits on Apr 1, 2024
-
Fix style errors: IDE0028, IDE0290, IDE0300 & IDE0301
- bld\ExtensionsGenerator\Program.cs(394,15,394,35): error IDE0290: Use primary constructor - bld\ExtensionsGenerator\Program.cs(386,81,386,86): error IDE0301: Collection initialization can be simplified - bld\ExtensionsGenerator\Program.cs(362,15,362,22): error IDE0290: Use primary constructor - MoreLinq\FullGroupJoin.cs(165,67,165,72): error IDE0301: Collection initialization can be simplified - MoreLinq\Maxima.cs(243,37,243,42): error IDE0301: Collection initialization can be simplified - MoreLinq\Maxima.cs(293,89,293,94): error IDE0301: Collection initialization can be simplified - MoreLinq\Maxima.cs(323,28,323,31): error IDE0028: Collection initialization can be simplified - MoreLinq\Maxima.cs(235,37,235,42): error IDE0301: Collection initialization can be simplified - MoreLinq\Partition.cs(356,28,356,33): error IDE0301: Collection initialization can be simplified - MoreLinq\Partition.cs(357,28,357,33): error IDE0301: Collection initialization can be simplified - MoreLinq\Partition.cs(358,28,358,33): error IDE0301: Collection initialization can be simplified - MoreLinq\TakeLast.cs(57,43,57,48): error IDE0301: Collection initialization can be simplified - MoreLinq.Test\TestExtensions.cs(41,69,41,72): error IDE0300: Collection initialization can be simplified - MoreLinq.Test\TestExtensions.cs(36,67,36,70): error IDE0300: Collection initialization can be simplified - MoreLinq.Test\TestExtensions.cs(36,67,36,72): error IDE0300: Collection initialization can be simplified - MoreLinq.Test\TestExtensions.cs(41,69,41,74): error IDE0300: Collection initialization can be simplified - MoreLinq.Test\TestExtensions.cs(47,63,47,66): error IDE0300: Collection initialization can be simplified - MoreLinq.Test\TestExtensions.cs(47,63,47,68): error IDE0300: Collection initialization can be simplified - MoreLinq.Test\SampleData.cs(33,71,33,74): error IDE0300: Collection initialization can be simplified - MoreLinq.Test\SampleData.cs(33,71,33,76): error IDE0300: Collection initialization can be simplified - MoreLinq.Test\SampleData.cs(28,75,28,78): error IDE0300: Collection initialization can be simplified - MoreLinq.Test\SampleData.cs(28,75,28,80): error IDE0300: Collection initialization can be simplified - MoreLinq.Test\AggregateTest.cs(100,57,100,60): error IDE0300: Collection initialization can be simplified - MoreLinq.Test\AggregateTest.cs(100,57,100,69): error IDE0300: Collection initialization can be simplified - MoreLinq.Test\BacksertTest.cs(35,64,35,67): error IDE0300: Collection initialization can be simplified - MoreLinq.Test\BacksertTest.cs(35,64,35,69): error IDE0300: Collection initialization can be simplified - MoreLinq.Test\EndsWithTest.cs(55,45,55,48): error IDE0300: Collection initialization can be simplified - MoreLinq.Test\EndsWithTest.cs(55,45,55,55): error IDE0300: Collection initialization can be simplified - MoreLinq.Test\EndsWithTest.cs(61,45,61,48): error IDE0300: Collection initialization can be simplified - MoreLinq.Test\EndsWithTest.cs(61,45,61,50): error IDE0300: Collection initialization can be simplified - MoreLinq.Test\CountDownTest.cs(157,27,157,35): error IDE0290: Use primary constructor - MoreLinq.Test\Enumerable.cs(148,28,148,33): error IDE0301: Collection initialization can be simplified - MoreLinq.Test\InsertTest.cs(28,62,28,65): error IDE0300: Collection initialization can be simplified - MoreLinq.Test\InsertTest.cs(28,62,28,67): error IDE0300: Collection initialization can be simplified - MoreLinq.Test\Scope.cs(26,19,26,24): error IDE0290: Use primary constructor - MoreLinq.Test\ReturnTest.cs(151,53,151,56): error IDE0300: Collection initialization can be simplified - MoreLinq.Test\ReturnTest.cs(151,53,151,65): error IDE0300: Collection initialization can be simplified - MoreLinq.Test\StartsWithTest.cs(55,47,55,50): error IDE0300: Collection initialization can be simplified - MoreLinq.Test\StartsWithTest.cs(55,47,55,57): error IDE0300: Collection initialization can be simplified - MoreLinq.Test\StartsWithTest.cs(61,47,61,50): error IDE0300: Collection initialization can be simplified - MoreLinq.Test\StartsWithTest.cs(61,47,61,52): error IDE0300: Collection initialization can be simplified - MoreLinq.Test\TraverseTest.cs(41,111,41,116): error IDE0301: Collection initialization can be simplified - MoreLinq.Test\TraverseTest.cs(49,113,49,118): error IDE0301: Collection initialization can be simplified See also: - IDE0028: Use primary constructor https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0028 - IDE0290: Use primary constructor https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0290 - IDE0300: Collection initialization can be simplified https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0300 - IDE0301: Collection initialization can be simplified https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0301
Configuration menu - View commit details
-
Copy full SHA for 7ccea7a - Browse repository at this point
Copy the full SHA 7ccea7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e8073d - Browse repository at this point
Copy the full SHA 9e8073dView 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 v4.1.0...v4.2.0