Skip to content

Add AGENTS.md for Cursor Cloud development environment setup#15

Draft
samdozor wants to merge 1 commit intomasterfrom
cursor/development-environment-setup-87ee
Draft

Add AGENTS.md for Cursor Cloud development environment setup#15
samdozor wants to merge 1 commit intomasterfrom
cursor/development-environment-setup-87ee

Conversation

@samdozor
Copy link

Summary

Adds AGENTS.md with Cursor Cloud specific instructions for the mParticle .NET Server Events SDK development environment.

The file documents:

  • Project structure (SDK library + xUnit test project)
  • .NET 6.0 SDK prerequisite and installation location
  • Key build/test commands (referencing CI workflow)
  • Caveats: no linter configured, no external service dependencies, dummy API credentials used in tests

Testing Plan

  • Installed .NET 6.0 SDK and verified with dotnet --version
  • dotnet restore — NuGet packages restored successfully
  • dotnet build --configuration Release --no-restore — Build succeeded with 0 warnings, 0 errors
  • dotnet test --no-restore --verbosity normal — All 642 tests passed

Master Issue

N/A — Development environment setup

Open in Web Open in Cursor 

…velopment

Co-authored-by: Sam Dozor <samdozor@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants