Closed
Description
Remove the IServiceCollection.AddForEvolveMvcLocalization()
extension method and merge its content in the IMvcBuilder.AddForEvolveLocalization()
instead. Use the "configure options" methods to configure the pipeline.
This change should lead to a leaner experience, but is also a breaking change so:
- Flag
IServiceCollection
's extensions as[obsolete]
- Bump the major version to 3 (see Release 3.0 #32)
- Remove the
IMvcBuilder
's extensions in 4.0 (create issue + milestone: Remove v3.0 obsolete members in 4.0 #31) - Update README
Implement this at the same time as #26