Skip to content

2.0.63

Compare
Choose a tag to compare
@iancooper iancooper released this 28 Aug 16:00
 services.AddDarker(options =>
                {
                    //EFCore by default registers Context as scoped, which forces the QueryProcessorLifetime to also be scoped
                    options.QueryProcessorLifetime = ServiceLifetime.Scoped;
                })