Skip to content

Conversation

@leoromanovsky
Copy link
Contributor

  • Create dotnet.md page with OpenFeature integration guide
  • Update feature_flags_server.html partial to include .NET SDK card
  • Follow same structure as other OpenFeature SDKs (Go, Python, Java)

What does this PR do? What is the motivation?

Merge instructions

Merge readiness:

  • Ready for merge

For Datadog employees:

Your branch name MUST follow the <name>/<description> convention and include the forward slash (/). Without this format, your pull request will not pass CI, the GitLab pipeline will not run, and you won't get a branch preview. Getting a branch preview makes it easier for us to check any issues with your PR, such as broken links.

If your branch doesn't follow this format, rename it or create a new branch and PR.

[6/5/2025] Merge queue has been disabled on the documentation repo. If you have write access to the repo, the PR has been reviewed by a Documentation team member, and all of the required checks have passed, you can use the Squash and Merge button to merge the PR. If you don't have write access, or you need help, reach out in the #documentation channel in Slack.

Additional notes

- Create dotnet.md page with OpenFeature integration guide
- Update feature_flags_server.html partial to include .NET SDK card
- Follow same structure as other OpenFeature SDKs (Go, Python, Java)
@github-actions github-actions bot added the Architecture Everything related to the Doc backend label Jan 12, 2026
@github-actions
Copy link
Contributor

Preview links (active after the build_preview check completes)

New or renamed files

@leoromanovsky leoromanovsky marked this pull request as ready for review January 12, 2026 22:56
@leoromanovsky leoromanovsky requested review from a team as code owners January 12, 2026 22:56
@buraizu buraizu added the editorial review Waiting on a more in-depth review label Jan 13, 2026
@buraizu
Copy link
Contributor

buraizu commented Jan 13, 2026

Thanks @leoromanovsky, I've created DOCS-13097 for documentation team review

{{< code-block lang="csharp" >}}
using OpenFeature.Model;

var evalCtx = EvaluationContext.Builder()
Copy link
Contributor

Choose a reason for hiding this comment

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

looks to be missing the setEvaluationContext call?
Also, might be good to note that the evaluation context should be built once and set, and only rebuilt/reset if it changes.

Copy link
Contributor

@typotter typotter left a comment

Choose a reason for hiding this comment

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

🚀 lgtm, one note

@joepeeples joepeeples self-assigned this Jan 13, 2026
- reorder so dot (.) comes before letters
- resize tiles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Architecture Everything related to the Doc backend editorial review Waiting on a more in-depth review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants