You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,3 +32,11 @@
32
32
## Running tests
33
33
34
34
* To build and run tests in the repo, use the `build.sh` script that is located in each subdirectory within the `src` folder. For example, to run the build with tests in the `src/Http` directory, run `./src/Http/build.sh -test`.
35
+
36
+
## .NET Environment
37
+
38
+
* Before running any `dotnet` commands in this repository, always activate the locally installed .NET environment first by running the appropriate activation script from the repository root:
39
+
* On Windows: `. ./activate.ps1` (from repository root)
40
+
* On Linux/Mac: `source activate.sh` (from repository root)
41
+
* If not in the repository root, navigate there first or use the full path to the activation script.
42
+
* This ensures that the correct version of .NET SDK is used for the repository.
0 commit comments