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

@aaronpowell aaronpowell merged commit c3e7743 into CommunityToolkit:main Sep 24, 2025
104 checks passed
@aaronpowell aaronpowell added this to the 9.8 milestone Sep 24, 2025
FullStackChef pushed a commit to FullStackChef/CommunityToolkit-Aspire that referenced this pull request Sep 26, 2025
…yToolkit#869)

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

Fixes CommunityToolkit#857.
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