Autofac v4.9.1 Release Notes

Release Date: 2019-02-18 // about 5 years ago
    • ๐Ÿ›  Fix for #960 - ExternalRegistrySource reuses ExternalComponentRegistration instances causing ObjectDisposedException
    • ๐Ÿ”’ Made the backing field for ServiceRegistrationInfo.IsInitialized volatile to prevent the ComponentRegistry taking an avoidable lock due to reordering