feat: Add .NET Server SDK getting-started example#1
Merged
Conversation
kinyoklion
reviewed
Jun 17, 2026
kinyoklion
reviewed
Jun 17, 2026
Member
There was a problem hiding this comment.
Should this just be named per example? Or are you going to like fan them out?
Contributor
Author
There was a problem hiding this comment.
I plan to have two CI's. The verify-hello CI which actually runs the apps, and in the next PR I'm adding a build only CI that will at least ensure all projects compile. It will technically do a double build for the hello app since running also builds but I don't think it harms anything as it should be fast.
kinyoklion
approved these changes
Jun 17, 2026
73d6d3c to
ab2e7e9
Compare
034900c to
af060f9
Compare
… example Sets up the examples-dotnet repository following the sdk-specs EXAM organization: example contents are partitioned by SDK package under server-sdk/, with a two-tier README index (the repo root indexes the SDKs; each SDK's README indexes its examples).
af060f9 to
72fa068
Compare
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.
Summary
Seeds the repository with its initial structure and the first example, following the sdk-specs EXAM organization for a multi-SDK example language repo.
server-sdk/(LaunchDarkly.ServerSdk).server-sdk/README.mdindexes that SDK's examples.server-sdk/getting-started/) — the Hello app that initializes the SDK and evaluates a feature flag..gitignore, Dependabot, and stale workflow included.Jira: AIC-2801