diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index fec9646c28a..7d256687ced 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -8,7 +8,6 @@ The code is written in C# and should follow the .NET coding conventions. Use the You should generally match the style of surrounding code when making edits, but if making a substantial change, you can modernize more aggressively. New files should use nullable types but don't refactor aggressively existing code. -New files should use nullable types but don't refactor aggressively existing code. Generate tests for new codepaths, and add tests for any bugs you fix. Use the existing test framework, which is xUnit with Shouldly assertions. Use Shouldly assertions for all assertions in modified code, even if the file is predominantly using xUnit assertions. @@ -183,4 +182,4 @@ documentation/ - `global.json` - Controls .NET SDK version - `NuGet.config` - Package source configuration - `artifacts/` directory contents - Generated during build -- `.dotnet/` directory contents - Local SDK location used to build \ No newline at end of file +- `.dotnet/` directory contents - Local SDK location used to build