The Autofac team did a lot of fundametal changes in version 6 (what's new).
Specifically:
RegistrationBuilder.RegistrationData no longer exposes the configured ActivatedHandlers, ActivatingHandlers or PreparingHandlers, and IComponentRegistration no longer exposes Preparing, Activating or Activated events.
And current "autofac-serilog-integration" version (4.0) throw an exception, because they've removed a couple of used by you methods.
Are you going to fix it soon ?
Hi,
The Autofac team did a lot of fundametal changes in version 6 (what's new). Specifically:
And current "autofac-serilog-integration" version (4.0) throw an exception, because they've removed a couple of used by you methods. Are you going to fix it soon ?
Thanks,