We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfc1206 commit 4b74015Copy full SHA for 4b74015
AGENTS.md
@@ -0,0 +1,7 @@
1
+# Agent Instructions
2
+
3
+- Install dotnet 8
4
+- For cluster tests to work, start the Docker Compose environment defined in `tests/Proto.Cluster.Tests/docker-compose.yml` before running tests.
5
+- Compile the full project before completing any task: `dotnet build ProtoActor.sln`.
6
+- Run the full suite of .NET tests for the solution: `dotnet test ProtoActor.sln`.
7
0 commit comments