build-and-test Skill
How to build and test .NET projects in the Agent Framework repository. Use this when verifying or testing changes. Published by microsoft in agent-framework.
What is build-and-test Skill?
How to build and test .NET projects in the Agent Framework repository. Use this when verifying or testing changes. Published by microsoft in agent-framework. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use build-and-test Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/agent-framework
- Skill file: dotnet/.github/skills/build-and-test/SKILL.md
What it does
How to build and test .NET projects in the Agent Framework repository. Use this when verifying or testing changes.
Skill instructions
- Only UnitTest projects need to be run locally; IntegrationTests require external dependencies. - See ../project-structure/SKILL.md for project structure details. Build, Test, and Lint Commands bash From dotnet/ directory dotnet restore --tl:off Restore dependencies for all projects dotnet build --tl:off Build all projects dotnet test Run all tests dotnet format Auto-fix formatting for all projects Build/test/format a specific project (preferred for isolated/internal changes) dotnet build src/Microsoft.Agents.AI.<Package --tl:off dotnet test --project tests/Microsoft.Agents.AI.<Package.UnitTests dotnet format src/Microsoft.Agents.AI.<Package Run a single test Replace the filter values with the appropriate assembly, namespace, class, and method names for the test you want to run and use as a wildcard elsewhere, e.g. "///HttpClientTests/GetAsyncReturnsSuccessStatusCode" Use --ignore-exit-code 8 to avoid failing the build when no tests are found for some projects dotnet test --filter-que
Explore related resources
Frequently asked questions
What is build-and-test?
build-and-test is a open-source AI agent skill with Copy skill directory. How to build and test .NET projects in the Agent Framework repository. Use this when verifying or testing changes.
Who is build-and-test best for?
build-and-test is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install build-and-test?
Install or run build-and-test using Copy skill directory. Check build-and-test for the latest setup command.
Is build-and-test actively maintained?
build-and-test may need a closer maintenance check before production use.
Auto-fetched from GitHub.