-
Hello
I was trying to get AutofacNancyBootstrapper to work with Autofac 4.0 because I wanted to use .NET 4.5.2 in Visual Studio 2015, but with no luck.
It seems that AutofacNancyBootstrapper utilize…
-
Would be cool to create an integration package for Autofac. There are lot's of thing that we could add here so hesitate to add something in the comments ;) The simplest integration would be:
```cs
…
-
Make a extension to support integration with Autofac
-
The method Autofac.ContainerBuilder.Update(Autofac.IContainer) has been removed from Autofac v5.0.0 with the message: "Containers should generally be considered immutable. Register all of your depende…
-
When trying to set deletes to true for an entity, I get the following error:
```shell
Unhandled Exception: Autofac.Core.DependencyResolutionException: An exception was thrown while activating ?:Tran…
-
I upgraded to RavenDB 3 and updated to Identity PRE6
You suggest this
IDocumentStore documentStore = new DocumentStore
{
Url = "http://localhost:8080",
DefaultDatabase = "AspNetIdentity"
}.I…
-
It is possible to remove `Autofac `dependency and use .`NetCore `DI system? Or there is any restrictions in `.netcore` DI?
-
Regarding the removal of all sync methods, Autofac configuration is synchronous and thus means we can't do this anymore:-
` builder
.Register(context => NeoServerConfiguration.G…
-
Hello again :-) [As a recap for anyone seeing this ticket for the first time]
This looks fantastic! A bit of a hidden gem when looking for async support for interceptors.
It would be great to see an…
-
I'm going to use this issue to collect the desired behaviour for the first release of the Autofac Analyzers.
Specifically, I'm looking at what analyzers we are going to add and what capabilities th…