SmartIrc4net icon indicating copy to clipboard operation
SmartIrc4net copied to clipboard

Dependencies

Open djkaty opened this issue 9 years ago • 2 comments

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 avatar Jul 26 '15 00:07 djkaty

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

djkaty avatar Jul 26 '15 00:07 djkaty

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

meebey avatar Jul 27 '15 07:07 meebey