Need a gut check. When building a client lib, you may want to include DI registration ext methods on IServiceCollection. But that requires a dependency on Microsoft.Extensions.DependencyInjection. Do you put that in the lib or do you create another package with those methods?

Comments