ForEvolve.AspNetCore.Localization icon indicating copy to clipboard operation
ForEvolve.AspNetCore.Localization copied to clipboard

Remove v3.0 obsolete members in 4.0

Open Carl-Hugo opened this issue 5 years ago • 0 comments

From StartupExtensions.cs, remove:

  • [ ] public static IServiceCollection AddForEvolveLocalization(this IServiceCollection services)
  • [ ] public static IServiceCollection AddForEvolveLocalization(this IServiceCollection services, Action<object> setupAction)
  • [ ] public static IMvcBuilder AddForEvolveMvcLocalization(this IMvcBuilder mvcBuilder)
  • [ ] public static IApplicationBuilder UseForEvolveRequestLocalization(this IApplicationBuilder app)

Carl-Hugo avatar Jul 16 '20 18:07 Carl-Hugo