Skip to content

AnyVsCount: retarget net10.0 - #2130

Merged
vladimir-pecanac-main merged 2 commits into
CodeMazeBlog:mainfrom
vladimir-pecanac-main:seo/74840-any-vs-count-dotnet
Aug 26, 2026
Merged

AnyVsCount: retarget net10.0#2130
vladimir-pecanac-main merged 2 commits into
CodeMazeBlog:mainfrom
vladimir-pecanac-main:seo/74840-any-vs-count-dotnet

Conversation

@vladimir-pecanac-main

Copy link
Copy Markdown
Collaborator

Retarget csharp-linq/AnyVsCount from net6.0 to net10.0 (console app + test project). Package pins unchanged; BenchmarkDotNet 0.13.2 builds and runs on .NET 10.0.10. 5/5 tests pass.

Benchmarks re-run on .NET 10.0.10 (SDK 10.0.302) for the article's tables.

Retarget the benchmark console app and its test project from net6.0 to
net10.0. Package pins are unchanged: BenchmarkDotNet stays at 0.13.2, which
builds and runs the five benchmarks on .NET 10.0.10 without changes.

The five benchmarks and the five tests are untouched; the sample still
measures Any(), Any(predicate), Count(), Count(predicate) and the Count
property over an Enumerable.Range of 50,000 elements. 5/5 tests pass.
@vladimir-pecanac-main
vladimir-pecanac-main merged commit ac062a2 into CodeMazeBlog:main Aug 26, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant