You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,9 +42,22 @@ public void ConfigureContainer(IUnityContainer container)
42
42
}
43
43
```
44
44
45
-
### Startup
45
+
### Resolving Startup
46
46
47
-
Startup class instance is resolved from Unity if it is configured as default container. [An Issue resolved](https://github.com/aspnet/Hosting/issues/1309).
47
+
Startup class instance is resolved from Unity if it is configured as default container.
48
+
49
+
50
+
### Resolving Controllers from Unity
51
+
52
+
By default ASP resolves controllers using built in activator. To enable resolution of controllers from Unity you need to add following line to MVC configuration:
0 commit comments