Skip to content

Conversation

afscrome
Copy link
Contributor

Closes #857

The IsDevelopment environment check when adding dev certs is a bit excessive - there is already a IsRunMode guard to protect against injecting dev certs in published environments.

PR Checklist

  • Created a feature/dev branch in your fork (vs. submitting directly from a commit on main)
  • Based off latest main branch of toolkit
  • PR doesn't include merge commits (always rebase on top of our main, if needed)
    limit, so don't push entire description over that)
  • Tests for the changes have been added (for bug fixes / features) (if applicable)
  • Contains NO breaking changes
  • Code follows all style conventions

Other information

There is already a guard for `IsRunMode`, so there's no need to further restrict to just Development environments.

Fixes CommunityToolkit#857.
@afscrome afscrome requested a review from martinjt as a code owner September 23, 2025 09:02
@aaronpowell
Copy link
Member

@martinjt as the code owner, feel free to merge the PR's in

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.

Can't use Otel Collector HTTPs support in Environments not exactly named Development
3 participants