verify-dotnet-samples
Installation
SKILL.md
Verifying .NET Sample Projects
Sample Pre-requisites
We should only support verifying samples that:
- Use environment variables for configuration.
- Have no complex setup requirements, e.g., where multiple applications need to be run together, or where we need to launch a browser, etc.
Always report to the user which samples were run and which were not, and why.
Verifying a sample
Samples should be verified to ensure that they actually work as intended and that their output matches what is expected. For each sample that is run, output should be produced that shows the result and explains the reasoning about what output was expected, what was produced, and why it didn't match what the sample was expected to produce.
Steps to verify a sample:
- Read the code for the sample
- Check what environment variables are required for the sample
Related skills