Platform Detection

Detect a .NET project's test platform/framework and SDK-style vs classic project system. ALWAYS USE for "which test platform/framework?", "VSTest or MTP?", a wrong dotnet test runner, or hidden runner settings in global.json, .csproj, packages.config, Directory.Build.props, or Directory.Packages.props. Handles SDK-version precedence and MSTest/xUnit/NUnit/TUnit. DO NOT USE for running/filtering tests (run-tests), hot reload, or migration.

dills122 b2f6627 2 files · 7.9 KB Updated

File contents

dills122/ai-central/tree/main/templates/skills/imported/dotnet-skills/platform-detection commit b2f6627c8d

Frequently asked questions

npx skillmds@latest add dills122/platform-detection