statiqdev / Statiq.Framework

A flexible and extensible static content generation framework for .NET.
https://statiq.dev/framework
MIT License
421 stars 74 forks source link

Change name of service container AddPipeline extensions #239

Open daveaglick opened 2 years ago

daveaglick commented 2 years ago

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.