maui-labs testing.instructions.md

Testing instructions for the dotnet/maui-labs repository, including its xUnit test framework and test-project locations. Tests are checks that code behaves as expected.

In plain words
What is it for?
Use them to find unit, device, integration, and multi-target tests and to run the repository's test suites.
Why use it?
They provide the repository-specific locations and commands needed to run the right tests consistently.

Instructions file for GitHub Copilot

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/dotnet/maui-labs/testing
Clone the repo
git clone --depth 1 https://github.com/dotnet/maui-labs

Made for: GitHub Copilot.

Per session 912 This file is loaded in full into every session.
When invoked 912 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00912 $0.00912
Opus 5 $0.00456 $0.00456
Sonnet 5 $0.00182 $0.00182
Haiku 4.5 $0.00091 $0.00091

Measured 2d ago against content hash bbed8a9ff729, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

maui-labs testing.instructions.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.github/instructions/testing.instructions.md · 91 lines

How it starts

The opening of the file, as written. The whole thing — 91 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Testing Guide

Test Framework

  • xUnit v2.9.3 with Microsoft.NET.Test.Sdk
  • coverlet.collector for code coverage
  • No quarantine, outerloop, or flaky test infrastructure (unlike dotnet/aspire or dotnet/maui)

Test Projects

Product Test Project Target
AIExtensions tests/AIExtensions/Microsoft.Maui.AI.Attributes.Tests/ net10.0
AIExtensions tests/AIExtensions/Microsoft.Maui.AI.Attributes.Generators.Tests/ net10.0
AppProjectReference src/AppProjectReference/Microsoft.Maui.Build.AppProjectReference.Tests/ net10.0
Essentials.AI tests/AI/Microsoft.Maui.Essentials.AI.UnitTests/ net10.0
Essentials.AI tests/AI/Microsoft.Maui.Essentials.AI.DeviceTests/ multi-TFM
Cli src/Cli/Microsoft.Maui.Cli.UnitTests/ net10.0
Comet src/Comet/tests/Comet.Tests/ multi-TFM
Comet src/Comet/tests/Comet.Blazor.Tests/ multi-TFM
Comet src/Comet/src/Comet.Layout.Yoga.Tests/ multi-TFM
DevFlow src/DevFlow/Microsoft.Maui.DevFlow.Tests/ net10.0
DevFlow (integration) src/DevFlow/Microsoft.Maui.DevFlow.Agent.IntegrationTests/ net10.0
DevFlow (inspector) src/DevFlow/Microsoft.Maui.DevFlow.Inspector.Tests/ net10.0
WPF platforms/Windows.WPF/tests/HandlerTests/ net10.0-windows
WPF platforms/Windows.WPF/tests/UITests/ net10.0-windows

Running Tests

# All tests
dotnet test MauiLabs.slnx

# DevFlow tests
dotnet test src/DevFlow/Microsoft.Maui.DevFlow.Tests/

# DevFlow integration tests
dotnet test src/DevFlow/Microsoft.Maui.DevFlow.Agent.IntegrationTests/

# Cli unit tests
dotnet test src/Cli/Microsoft.Maui.Cli.UnitTests/

# Specific test
dotnet test --filter "FullyQualifiedName~MyTestClass.MyTestMethod"

# With verbose output
dotnet test --logger "console;verbosity=detailed"

CI Matrix

Tests run on macOS and Windows in CI (.github/workflows/_build.yml):

  • macOS: ./eng/common/cibuild.sh --configuration Release --prepareMachine --projects src/DevFlow/DevFlow.slnf
  • Windows: eng\common\cibuild.cmd -configuration Release -prepareMachine -projects src/DevFlow/DevFlow.slnf

Read the full file on GitHub · 91 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 91 lines · 912 tokens per session scan A bbed8a9ff729

Subscribe to this mod's changes

maui-labs testing.instructions.md is an instructions file published in the GitHub repository dotnet/maui-labs (212 stars, last pushed 4d ago), licensed MIT. It adds 912 tokens to every session, about $0.0046 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories