Open Issues Need Help
View All on GitHub OpenGenericServiceBinder.TryBindOpenGenericTypedService behavior does not match assignability rules for uncommon edgecase about 2 months ago
bug help wanted
autofac/Autofac
4.6K
An addictive .NET IoC container
C#
#autofac#c-sharp#dependency-injection#ioc-container#netcore#netstandard
AI Summary: Investigate and fix a bug in Autofac 8.3.0 where using `IStartable` within a child lifetime scope causes unnecessary recompilation of factory delegates. The issue involves the repeated creation of factory delegates for each lifetime scope, impacting performance. The solution requires analyzing the provided code example to identify why the factory delegate isn't reused and implementing a fix to ensure it's reused across child scopes.
Complexity:
4/5
bug help wanted
autofac/Autofac
4.6K
An addictive .NET IoC container
C#
#autofac#c-sharp#dependency-injection#ioc-container#netcore#netstandard