Add Fluent methods for configuration. #26
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add fluent methods to help with configuration, depending on environment, operation mode, and whether the host is under test.
Add OutputWatcher unit tests.
PR Classification
New feature implementation and project restructuring.
PR Summary
This pull request introduces new projects and enhancements to the existing solution, improving the handling of IIS Express projects and adding new functionality for testing environments. Key changes include:
C3D.Extensions.Aspire.sln: Added new projects likeC3D.Extensions.Aspire.Fluent,Aspire,C3D, andExtensions.Program.cs: Introduced methods for configuring application behavior based on execution context, such asWhenDebugModeandWhenUnderTest.AspireAppHostSWA.csprojandAspireAppHostWaitForConsole.csproj: Updated to reference the newC3D.Extensions.Aspire.Fluentproject.Directory.Build.propsandDirectory.Build.targets: Enhanced with new properties and imports for improved build processes.C3D.Extensions.Aspire.Fluent: AddedUnderTestAnnotation,StackTraceExtensions, andUnderTestExtensionsfor managing test environments.