AutoFixture.XUnit2.AutoMock AGENTS.md

AutoFixture.XUnit2.AutoMock AGENTS.md is an instructions file for Codex, OpenCode from Accenture/AutoFixture.XUnit2.AutoMock. It costs 4,203 tokens per session, scanned B, original, MIT.

Project instructions for a C# library that lets xUnit2 tests automatically create test data and mock objects using Moq, FakeItEasy, or NSubstitute.

In plain words
What is it for?
Use it when developing, testing, or creating NuGet packages for AutoFixture.XUnit2.AutoMock and its three mocking-framework variants.
Why use it?
It reduces repeated test setup and records the commands needed to build, test, and package the library.

Instructions file for CodexOpenCode

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/accenture/autofixture.xunit2.automock/agents-md
Clone the repo
git clone --depth 1 https://github.com/Accenture/AutoFixture.XUnit2.AutoMock

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for AutoFixture.XUnit2.AutoMock AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/accenture/autofixture.xunit2.automock/agents-md.svg)](https://agentmods.dev/instructions/accenture/autofixture.xunit2.automock/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/accenture/autofixture.xunit2.automock/agents-md"><img src="https://agentmods.dev/badge/instructions/accenture/autofixture.xunit2.automock/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 4,203 This file is loaded in full into every session.
When invoked 4,203 The same file — it is already loaded in full.
Security scan B 1 finding. 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.04203 $0.04203
Opus 5 $0.02101 $0.02101
Sonnet 5 $0.00841 $0.00841
Haiku 4.5 $0.00420 $0.00420

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

Security

Grade B, and why

AutoFixture.XUnit2.AutoMock AGENTS.md scanned grade B with 1 finding 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 5d 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.

Strips warnings and disclaimersmediumAnti-refusal

Omitting safety caveats hides risk from the user and is a common jailbreak preamble.

Enforces code style via `EnforceCodeStyleInBuild=true` and `TreatWarningsAsErrors=true`. A build that passes without warnings means all analyzers are satisfied.
AGENTS.md · 415 lines

How it starts

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

AGENTS.md - AI Agent Context for AutoFixture.XUnit2.AutoMock

This file provides context for AI coding assistants (Claude Code, GitHub Copilot, OpenAI Codex, Cursor, and others) working in this repository. Read it before making any changes.


What This Project Does

C# NuGet library collection that bridges:

  • AutoFixture - generates anonymous test data automatically
  • Mocking frameworks - Moq, FakeItEasy, NSubstitute

The result: xUnit2 test attributes that auto-generate both test data and mocks in one step, eliminating boilerplate setup in unit tests.

Published NuGet packages:

  • Objectivity.AutoFixture.XUnit2.AutoMoq (uses Moq)
  • Objectivity.AutoFixture.XUnit2.AutoFakeItEasy (uses FakeItEasy)
  • Objectivity.AutoFixture.XUnit2.AutoNSubstitute (uses NSubstitute)

Core is not published standalone - it is bundled into each of the three packages above.


Repository Layout

├── AGENTS.md / CLAUDE.md / README.md / CONTRIBUTING.md
├── GitVersion.yml / stryker-config.yml / dotnet-tools.json
└── src/
    ├── Objectivity.AutoFixture.XUnit2.AutoMock.sln   # Primary solution (all 8 projects)
    ├── Directory.Build.props / .editorconfig
    ├── Objectivity.AutoFixture.XUnit2.Core/           # Shared infrastructure (not published)
    ├── Objectivity.AutoFixture.XUnit2.Core.Tests/
    ├── Objectivity.AutoFixture.XUnit2.AutoMoq/
    ├── Objectivity.AutoFixture.XUnit2.AutoMoq.Tests/
    ├── Objectivity.AutoFixture.XUnit2.AutoFakeItEasy/
    ├── Objectivity.AutoFixture.XUnit2.AutoFakeItEasy.Tests/
    ├── Objectivity.AutoFixture.XUnit2.AutoNSubstitute/
    └── Objectivity.AutoFixture.XUnit2.AutoNSubstitute.Tests/

Build, Test, and Pack Commands

All commands run from the repository root.

Build

dotnet build src/Objectivity.AutoFixture.XUnit2.AutoMock.sln

Enforces code style via EnforceCodeStyleInBuild=true and TreatWarningsAsErrors=true. A build that passes without warnings means all analyzers are satisfied.

Read the full file on GitHub · 415 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. 5d ago First seen · 415 lines · 4,203 tokens per session scan B bcb2b61679b4

Subscribe to this mod's changes

AutoFixture.XUnit2.AutoMock AGENTS.md is an instructions file published in the GitHub repository Accenture/AutoFixture.XUnit2.AutoMock (23 stars, last pushed 13d ago), licensed MIT. It adds 4,203 tokens to every session, about $0.0210 per session on Opus 5. A static security scan graded it B with 1 finding (strips warnings and disclaimers). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.