Skip to content

chore: Additional solution organization and sandbox.#213

Merged
kinyoklion merged 2 commits intomainfrom
rlamb/solution-organization-and-sandbox
Jan 7, 2026
Merged

chore: Additional solution organization and sandbox.#213
kinyoklion merged 2 commits intomainfrom
rlamb/solution-organization-and-sandbox

Conversation

@kinyoklion
Copy link
Member

@kinyoklion kinyoklion commented Jan 6, 2026

This set of changes shouldn't have any production facing impact. It just makes testing, validation, and development easier.

Extend the solution with the following capabilities:

  • A DebugLocalReferences build configuration which locally links dependencies when possible. This is currently only redis and dynamo linking to the server SDK. It cannot yet link common locally because of its use by internal. Once internal is added to the solution it can be extended.
  • Added documentation items to the individual project that use them as links. This allows more easy usage of things like README, CONTRIBUTING, and API docs from within a solution.
  • Added top-level documentation to the repo-docs solution folder.
image image image

Added a new sandbox project that is configured with environment variables. So you can use different data system configurations based on environment variables. This includes persistent stores when using the DebugLocalReferences build.


Note

Introduces local-dev build wiring and a new sandbox for easier testing while organizing solution items.

  • Adds DebugLocalReferences configuration across projects to switch LaunchDarkly.ServerSdk from NuGet PackageReference to local ProjectReference; defines DEBUG_LOCAL_REFERENCES where needed
  • Updates multiple .csproj files to include repo docs (README, CHANGELOG, etc.) as linked content; adds doc source links in server/server-ai/telemetry
  • Adds sandbox/dotnet-server-sandbox console app configurable via environment variables for data system modes (default, streaming, polling, daemon, persistent-store) and persistent stores (Redis/DynamoDB) when using DebugLocalReferences
  • Updates solution (DotnetCore.sln) to include sandbox and repo-docs folders and the new configuration entries; adjusts InternalsVisibleTo to dotnet-server-sandbox

Written by Cursor Bugbot for commit 8e2a733. This will update automatically on new commits. Configure here.


<!-- fail if XML comments are missing or invalid -->
<WarningsAsErrors>1570,1571,1572,1573,1574,1580,1581,1584,1591,1710,1711,1712</WarningsAsErrors>
<Configurations>Debug;Release;DebugLocalReferences</Configurations>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once we have internal moved we can use this to link common/internal locally. Sever projects have these changes. The first pass tried to link locally all dependencies until I realized the internal dependent on common problem.

@kinyoklion
Copy link
Member Author

bugbot review

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Bugbot reviewed your changes and found no bugs!

@kinyoklion kinyoklion marked this pull request as ready for review January 6, 2026 19:51
@kinyoklion kinyoklion requested a review from a team as a code owner January 6, 2026 19:51
@kinyoklion kinyoklion merged commit 59238b8 into main Jan 7, 2026
27 of 29 checks passed
@kinyoklion kinyoklion deleted the rlamb/solution-organization-and-sandbox branch January 7, 2026 17:54
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