chore: Additional solution organization and sandbox.#213
Merged
kinyoklion merged 2 commits intomainfrom Jan 7, 2026
Merged
Conversation
kinyoklion
commented
Jan 6, 2026
|
|
||
| <!-- 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> |
Member
Author
There was a problem hiding this comment.
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.
Member
Author
|
bugbot review |
tanderson-ld
approved these changes
Jan 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
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.
DebugLocalReferencesconfiguration across projects to switchLaunchDarkly.ServerSdkfrom NuGetPackageReferenceto localProjectReference; definesDEBUG_LOCAL_REFERENCESwhere needed.csprojfiles to include repo docs (README,CHANGELOG, etc.) as linked content; adds doc source links in server/server-ai/telemetrysandbox/dotnet-server-sandboxconsole app configurable via environment variables for data system modes (default,streaming,polling,daemon,persistent-store) and persistent stores (Redis/DynamoDB) when usingDebugLocalReferencesDotnetCore.sln) to includesandboxandrepo-docsfolders and the new configuration entries; adjustsInternalsVisibleTotodotnet-server-sandboxWritten by Cursor Bugbot for commit 8e2a733. This will update automatically on new commits. Configure here.