You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was originally intended as a pull request, but GitHub Actions is not permitted to create or approve pull requests in this repository.
The changes have been pushed to branch docs/glossary-weekly-scan-2026-04-27-07df87ef952674e1.
To fix the permissions issue, go to Settings → Actions → General and enable Allow GitHub Actions to create and approve pull requests. See also: gh-aw FAQ
Show patch preview (93 of 93 lines)
From 3e77641d3efb4c72a2ab8560cf63eda9ff25837c Mon Sep 17 00:00:00 2001
From: "github-actions[bot]" <github-actions[bot]@users.noreply.github.com>
Date: Mon, 27 Apr 2026 12:54:27 +0000
Subject: [PATCH] docs: update glossary with weekly scan terms
Add 7 new terms identified from the last 7 days of changes:
- ArgumentArity: MTP struct for command-line option arity- DelayBackoffType: Retry extension enum for backoff strategy- Formal Verification (FV): mathematical proof initiative- FV Target: code components selected for formal verification- Lean 4: theorem prover used for FV- Lean Squad: automated FV agentic workflow- TreeNodeFilter: MTP test filter by node properties
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---
docs/glossary.md | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/docs/glossary.md b/docs/glossary.md
index 85f1008..34725a7 100644
--- a/docs/glossary.md+++ b/docs/glossary.md@@ -4,6 +4,10 @@ This glossary defines key terms and concepts used throughout the MSTest and Micr
## A
+### ArgumentArity++An MTP struct (`ArgumentArity.cs`) that defines the minimum and maximum number of values a command-line option accepts. Provides five predefined constants: `Zero` (0,0), `ZeroOrOne` (0,1), `ZeroOrMore` (0,∞), `ExactlyOne` (1,1), and `OneOrMore` (1,∞). Used by `ICommandLineOptionsProvider` implementations to declare option shapes.+
### AzureDevOpsReport
An MTP extension (`Microsoft.Testing.Extensions.AzureDevOpsReport`) that formats and reports test results to Azure DevOps pipelines. It generates pipeline-compatible output including TFM and test name details for richer CI reporting.
@@ -14,12 +18,26 @@ An MTP extension (`Microsoft.Testing.Extensions.AzureDevOpsReport`) that formats
An MTP extension (`Microsoft.Testing.Extensions.CrashDump`) that automatically captures a process memory dump when the test host crashes. Useful for diagnosing unexpected process termination during tes
... (truncated)
Glossary Updates
Scan Type: Full scan (weekly — Monday)
Terms Added:
formal-verification/lean/FVSquad/Terms Updated: None
Changes Analyzed:
Related Changes:
Note
🔒 Integrity filter blocked 3 items
The following items were blocked because they don't meet the GitHub integrity level.
search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".To allow these resources, lower
min-integrityin your GitHub frontmatter:Note
This was originally intended as a pull request, but GitHub Actions is not permitted to create or approve pull requests in this repository.
The changes have been pushed to branch
docs/glossary-weekly-scan-2026-04-27-07df87ef952674e1.Click here to create the pull request
To fix the permissions issue, go to Settings → Actions → General and enable Allow GitHub Actions to create and approve pull requests. See also: gh-aw FAQ
Show patch preview (93 of 93 lines)