Skip to content

Commit a0b3f3f

Browse files
authored
Update README.md
1 parent ca72012 commit a0b3f3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ public void ConfigureContainer(IUnityContainer container)
4343
```
4444

4545
### Startup
46+
4647
At the moment it is not possible to resolve Startup class from Unity even if it is configured as default container. [An Issue](https://github.com/aspnet/Hosting/issues/1309) has been filed with ASPNET team to fix it. Once it is resolved it would be possible to resolve Startap class itself from the Unity container.
4748

49+
## Examples
50+
4851
For example of using Unity with Core 2.0 Web application follow [this link](https://github.com/unitycontainer/examples/tree/master/src/AspNetCoreExample)
4952

0 commit comments

Comments
 (0)