Open Emopusta opened 1 month ago
Waiting for #1072 to proceed.
This PR is stale because it has been open 28 days with no activity. Remove stale label or comment or this will be closed in 14 days.
This PR is not stale. Waiting for #1072 for CI / build (pull_request) github action update fix. After that merge this PR will be ready for merge. @jbogard
Thank you for your response. This PR is all set and waiting for your review. @jbogard
Added a validation method
ValidatePipelineBehaviorType
to ensure the provided type implements theIPipelineBehavior<,>
interface. AnInvalidOperationException
is thrown if the type does not implement the required interface. Also, this method ensures that a valid openBehaviorType is provided, throwing anArgumentNullException
if the type is null.Added comprehensive XML comments for the class, properties, and methods to improve code readability and maintainability.