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:
Implement this at the same time as #26
Remove the
IServiceCollection.AddForEvolveMvcLocalization()extension method and merge its content in theIMvcBuilder.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:
IServiceCollection's extensions as[obsolete]IMvcBuilder's extensions in 4.0 (create issue + milestone: Remove v3.0 obsolete members in 4.0 #31)Implement this at the same time as #26