Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v5.2.0 #81

Merged
merged 2 commits into from
Jan 20, 2025
Merged

v5.2.0 #81

merged 2 commits into from
Jan 20, 2025

Conversation

chullybun
Copy link
Collaborator

  • Enhancement: Added TesterBase<TSelf>.UseAdditionalConfiguration method to enable additional configuration to be specified that overrides the IHostBuilder as the host is being built. This leverages the underlying IConfigurationBuilder.AddInMemoryCollection capability to add. This is intended to support additional configuration that is not part of the standard appsettings.json or appsettings.unittest.json configuration.

- *Enhancement:* Added `TesterBase<TSelf>.UseAdditionalConfiguration` method to enable additional configuration to be specified that overrides the `IHostBuilder` as the host is being built. This leverages the underlying `IConfigurationBuilder.AddInMemoryCollection` capability to add. This is intended to support additional configuration that is not part of the standard `appsettings.json` or `appsettings.unittest.json` configuration.
@chullybun chullybun merged commit cb08676 into main Jan 20, 2025
2 checks passed
@chullybun chullybun deleted the v5.2.0 branch January 20, 2025 23:55
@chullybun
Copy link
Collaborator Author

This addresses the additional ask by @karpikpl in #77 to further enable the specification of additional configuration for the ApiTester.

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.

1 participant