Skip to content

Conversation

@aaronpowell
Copy link
Member

  • Updated multiple test files to replace calls to GetEnvironmentVariableValuesAsync() with GetEnvironmentVariablesAsync().
  • Replaced calls to GetArgumentValuesAsync() with GetArgumentListAsync() in various test cases.
  • Introduced new utility methods in the CommunityToolkit.Aspire.Testing namespace for better argument and environment variable handling.

Closes #<ISSUE_NUMBER>

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)
  • New integration
    • Docs are written
    • Added description of major feature to project description for NuGet package (4000 total character 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
  • Every new API (including internal ones) has full XML docs
  • Code follows all style conventions

Other information

… methods

- Updated multiple test files to replace calls to GetEnvironmentVariableValuesAsync() with GetEnvironmentVariablesAsync().
- Replaced calls to GetArgumentValuesAsync() with GetArgumentListAsync() in various test cases.
- Introduced new utility methods in the CommunityToolkit.Aspire.Testing namespace for better argument and environment variable handling.
aaronpowell and others added 5 commits December 14, 2025 22:48
Updated infrastructure and test code to use Azure Redis Enterprise (Microsoft.Cache/redisEnterprise) instead of the legacy Azure Redis Cache. Refactored connection string handling and key retrieval to use RedisEnterpriseCluster and RedisEnterpriseDatabase resources. Updated Bicep templates and test assertions accordingly. Removed obsolete test for non-SSL port, as Redis Enterprise always requires TLS. This modernizes the codebase to align with current Azure recommendations.
@github-actions github-actions bot added the Stale label Dec 21, 2025
@github-actions github-actions bot closed this Dec 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants