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
@@ -49,6 +54,7 @@ public void ConfigureContainer(IUnityContainer container)
49
54
### Resolving Controllers from Unity
50
55
51
56
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:
@@ -62,3 +68,14 @@ public void ConfigureServices(IServiceCollection services)
62
68
63
69
For example of using Unity with Core 3.1 Web application follow [this link](https://github.com/unitycontainer/examples/tree/master/src/web/ASP.Net.Unity.Example)
64
70
71
+
## Code of Conduct
72
+
73
+
This project has adopted the code of conduct defined by the [Contributor Covenant](https://www.contributor-covenant.org/) to clarify expected behavior in our community. For more information, see the [.NET Foundation Code of Conduct](https://www.dotnetfoundation.org/code-of-conduct)
74
+
75
+
## Contributing
76
+
77
+
See the [Contributing guide](https://github.com/unitycontainer/unity/blob/master/CONTRIBUTING.md) for more information.
78
+
79
+
## .NET Foundation
80
+
81
+
Unity Container is a [.NET Foundation](https://dotnetfoundation.org/projects/unitycontainer) project
0 commit comments