Build Dotnet Agent

Build the New Relic .NET agent locally and validate that code changes compile. Use this whenever you are about to build the agent, need to confirm your edits compile, need to refresh the agent home directories (newrelichome_*) before running tests, or find yourself reaching for `dotnet build` / `msbuild` on any project in this repo. Always build the full solution from the CLI in Debug -- never a single project. Covers that command and the traps that waste time (building individual projects, Release config, building the profiler by hand, dragging preview SDKs into build tools).

newrelic 93d32ce 3.4 KB Updated

File contents

newrelic/newrelic-dotnet-agent/tree/main/.claude/skills/build-dotnet-agent commit 93d32ceab0

Frequently asked questions

npx skillmds@latest add newrelic/build-dotnet-agent