-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add validation and comments to OpenBehavior entity. #1078
base: master
Are you sure you want to change the base?
Conversation
…e and some refactor with summaries.
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. |
…actor-open-behavior-entity Update branch with current master.
Thank you for your response. This PR is all set and waiting for your review. @jbogard |
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 review. @jbogard |
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 review. @jbogard |
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 review. @jbogard @zachpainter77 |
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.