File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Web
105
105
[ Unity] ( https://github.com/unitycontainer/unity ) | Install-Package Unity-CoreClr -Pre | [ ?] ( https://github.com/unitycontainer/unity/issues/42 ) | [ ?] ( https://github.com/unitycontainer/unity/issues/63 )
106
106
[ StructureMap] ( https://github.com/structuremap/structuremap ) | Install-Package StructureMap | Yes | Yes | [ structuremap.github.io] ( https://structuremap.github.io )
107
107
[ CommonServiceLocator] ( https://github.com/unitycontainer/commonservicelocator ) | | | |
108
+
108
109
ASP.NET Core contains built-in [ DI] ( https://docs.asp.net/en/latest/fundamentals/dependency-injection.html )
109
110
110
111
## Logging
@@ -114,7 +115,9 @@ Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Web
114
115
[ NLog] ( https://github.com/NLog/Nlog ) | | Yes | Yes | [ nlog-project.org] ( http://nlog-project.org/ )
115
116
[ common.logging] ( https://github.com/net-commons/common-logging ) | | | |
116
117
[ log4net] ( https://github.com/apache/log4net ) | | | |
117
- [ ELM] ( https://github.com/aspnet/Diagnostics ) | Install-Package Microsoft.AspNetCore.Diagnostics.Elm | | |
118
+ [ ELM] ( https://github.com/aspnet/Diagnostics ) | Install-Package Microsoft.AspNetCore.Diagnostics.Elm | Yes | Yes |
119
+ [ ELMAH] ( https://github.com/elmah/Elmah ) | | [ No] ( https://github.com/elmah/Elmah/issues/407 ) | [ No] ( https://github.com/elmah/Elmah/issues/407 ) | [ elmah.github.io] ( https://elmah.github.io/ )
120
+
118
121
ASP.NET Core contains built-in [ logging] ( https://docs.asp.net/en/latest/fundamentals/logging.html )
119
122
120
123
## Serialization
You can’t perform that action at this time.
0 commit comments