nuget elmah.mysql has dependency on whole Elmah instead of Elmah.core
Closed this issue · 2 comments
mika76 commented
Could this be changed? There is no reason to install the SQL server bingings if mysql is being used. And all the othe nuget's for elmas addons use elmah.core...
atifaziz commented
There is no reason to install the SQL server bindings
That shouldn't be happening. The elmah
package configures the handler and modules in your web.config
in addition to installing the core library.
all the othe nuget's for elmas addons use elmah.core
I don't see that. For example the elmah.sqlserver
package depends on the elmah
package, as does elmah.oracle
and elmah.xml
.
atifaziz commented
Closing as stale.