Skip to content

docs: document Match.AnyParameters and Match.Parameters#382

Merged
vbreuss merged 2 commits into
mainfrom
topic/document-match-allparameters
Jan 21, 2026
Merged

docs: document Match.AnyParameters and Match.Parameters#382
vbreuss merged 2 commits into
mainfrom
topic/document-match-allparameters

Conversation

@vbreuss
Copy link
Copy Markdown
Member

@vbreuss vbreuss commented Jan 21, 2026

This PR adds documentation for the Match.AnyParameters() and Match.Parameters() methods, which provide simplified parameter matching for methods without overloads.

Key Changes:

  • Documents Match.AnyParameters() and Match.Parameters() methods for parameter matching
  • Improves line wrapping consistency in documentation files

@vbreuss vbreuss self-assigned this Jan 21, 2026
@vbreuss vbreuss added the documentation Improvements or additions to documentation label Jan 21, 2026
Copilot AI review requested due to automatic review settings January 21, 2026 12:47
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds documentation for the Match.AnyParameters() and Match.Parameters() methods, which provide simplified parameter matching for methods without overloads. The changes also include formatting improvements to line wrapping in several documentation files.

Changes:

  • Documents Match.AnyParameters() and Match.Parameters() methods for parameter matching
  • Improves line wrapping consistency in documentation files

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
README.md Adds documentation for Match.AnyParameters() and Match.Parameters() methods, fixes line wrapping for SkipBaseClass description
Docs/pages/02-setup.md Adds documentation for Match.AnyParameters() and Match.Parameters() methods, improves line wrapping for parameter matcher descriptions
Docs/pages/01-create-mocks.md Improves line wrapping for SkipBaseClass description

Comment thread README.md
Comment thread Docs/pages/02-setup.md
@vbreuss vbreuss enabled auto-merge (squash) January 21, 2026 12:52
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 21, 2026

🚀 Benchmark Results

Details

BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.3 LTS (Noble Numbat)
AMD EPYC 7763 2.61GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.102
[Host] : .NET 10.0.2 (10.0.2, 10.0.225.61305), X64 RyuJIT x86-64-v3

Job=InProcess Toolchain=InProcessEmitToolchain IterationCount=15
LaunchCount=1 WarmupCount=10

Method Mean Error StdDev Gen0 Gen1 Allocated
Simple_Mockolate 1.616 μs 0.0284 μs 0.0252 μs 0.2270 - 3.73 KB
Simple_Moq 178.113 μs 1.4679 μs 1.3730 μs 0.4883 - 14.55 KB
Simple_NSubstitute 5.898 μs 0.0695 μs 0.0650 μs 0.5569 0.0076 9.14 KB
Simple_FakeItEasy 6.435 μs 0.0597 μs 0.0558 μs 0.4959 - 8.11 KB

@sonarqubecloud
Copy link
Copy Markdown

@github-actions
Copy link
Copy Markdown

Test Results

    14 files  ±0      14 suites  ±0   6m 17s ⏱️ +31s
 2 301 tests ±0   2 300 ✅ ±0  1 💤 ±0  0 ❌ ±0 
15 412 runs  ±0  15 411 ✅ ±0  1 💤 ±0  0 ❌ ±0 

Results for commit b0d2044. ± Comparison against base commit 15f048c.

@vbreuss vbreuss merged commit e486de5 into main Jan 21, 2026
12 checks passed
@vbreuss vbreuss deleted the topic/document-match-allparameters branch January 21, 2026 12:58
@github-actions
Copy link
Copy Markdown

This is addressed in release v1.0.1.

@github-actions github-actions Bot added the state: released The issue is released label Jan 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation state: released The issue is released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants