You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the AddPipeline extensions register the pipeline class with the DI container which can be confusing ordering-wise. They should be renamed to RegisterPipeline or similar with appropriate code documentation explaining the difference. But because we don't want to outright break anyone given how common these methods are, the old ones shouldn't be removed but marked with ObsoleteAttribute and forward to the new ones instead.
The text was updated successfully, but these errors were encountered:
Some of the
AddPipeline
extensions register the pipeline class with the DI container which can be confusing ordering-wise. They should be renamed toRegisterPipeline
or similar with appropriate code documentation explaining the difference. But because we don't want to outright break anyone given how common these methods are, the old ones shouldn't be removed but marked withObsoleteAttribute
and forward to the new ones instead.The text was updated successfully, but these errors were encountered: