ajmal744 / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
0 stars 0 forks source link

Extract each component in Google.Apis.PlatformServices to seperate project and nuget-packages #494

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Today the https://www.nuget.org/packages/Google.Apis/1.9.0 will have hard 
references to log4net.

Extracting each component out from Google.Apis.PlatformServices to seperate 
project and nuget-packages. With multiple nuget package all referencing and 
configuration about external components that should be used by Google.Apis will 
be more flexible. 

Example switch the log4net to nlog without having the log4net reference left in 
the project.

Original issue reported on code.google.com by pat...@tasteful.se on 30 Sep 2014 at 8:58

GoogleCodeExporter commented 9 years ago
Remove dependency in Log4Net and start using TraceSource \ nlog or similar 
loggers.

Original comment by pele...@google.com on 6 Oct 2014 at 7:34