KalleOlaviNiemitalo commented on PR #1819: URL: https://github.com/apache/avro/pull/1819#issuecomment-1211856169
> Can Avro.Reflect be split to a separate NuGet package so that users of Avro.Generic and Avro.Specific don't need to ship any DI libraries (and audit compliance with their licenses)? Looking at this PR a bit more, Avro.Reflect.DependencyInjection.IServiceCollectionExtensions is the only class that references Microsoft.Extensions.DependencyInjection or IServiceProvider, and its implementation is rather trivial. The dependency on the DI library could be avoided by deleting IServiceCollectionExtensions and making class ReflectCache public like class ClassCache was. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
