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
- In the `ConfigureServices` method of your `Startup` class...
35
-
- Register services from the `IServiceCollection`.
36
-
- Build your container.
37
-
- Call `ConfigureServices` extension on `IUnityContainer` and return it.
34
+
For example of using Unity with Core 2.0 Web application follow [this link](https://github.com/unitycontainer/examples/tree/master/src/AspNetCoreExample)
0 commit comments