meebey / SmartIrc4net

IRC C# Library
http://www.meebey.net/projects/smartirc4net/
Other
127 stars 52 forks source link

Dependencies #40

Open djkaty opened 9 years ago

djkaty commented 9 years ago

Based on a user's experience in #smuxi-devel and my own experience when first using SmartIrc4net.

I propose removing StarkSoft proxy's source code from the tree, and adding NuGet package config references for log4net and StarkSoft's updated proxy code StarkSoft.Aspen.Proxy, then changing the namespaces in our code from StarkSoft.Net.Proxy.

This will allow users to just clone the repo, double-click the .sln and compile without any reference or assembly errors as NuGet will restore the missing dependencies automatically.

djkaty commented 9 years ago

Also NUnit if we are keeping the 'tests' project.

meebey commented 9 years ago

log4net and nunit are nuget candidates yes, but StarkSoftProxy is a git submodule that gets automatically fetched if cloned the right way via git clone --recursive