Skip to content

feat: Add .NET Server SDK getting-started example#1

Merged
jsonbailey merged 1 commit into
mainfrom
jb/aic-2801/server-sdk-examples
Jun 18, 2026
Merged

feat: Add .NET Server SDK getting-started example#1
jsonbailey merged 1 commit into
mainfrom
jb/aic-2801/server-sdk-examples

Conversation

@jsonbailey

Copy link
Copy Markdown
Contributor

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.

  • Example contents partitioned by SDK package under server-sdk/ (LaunchDarkly.ServerSdk).
  • Two-tier README index: the repo root indexes the SDKs; server-sdk/README.md indexes that SDK's examples.
  • First example: Flag Retrieval (server-sdk/getting-started/) — the Hello app that initializes the SDK and evaluates a feature flag.
  • CI workflow runs the example from its new path; .gitignore, Dependabot, and stale workflow included.

Jira: AIC-2801

Comment thread LICENSE.txt Outdated

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Should this just be named per example? Or are you going to like fan them out?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

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.

@jsonbailey jsonbailey force-pushed the jb/aic-2801/server-sdk-examples branch from 73d6d3c to ab2e7e9 Compare June 17, 2026 16:03
@jsonbailey jsonbailey force-pushed the jb/aic-2801/server-sdk-examples branch 4 times, most recently from 034900c to af060f9 Compare June 18, 2026 14:00
… 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).
@jsonbailey jsonbailey force-pushed the jb/aic-2801/server-sdk-examples branch from af060f9 to 72fa068 Compare June 18, 2026 14:03
@jsonbailey jsonbailey merged commit f9cf2bc into main Jun 18, 2026
3 checks passed
@jsonbailey jsonbailey deleted the jb/aic-2801/server-sdk-examples branch June 18, 2026 14:05
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