bentonstark / starksoft-aspen

.net / mono security and cryptography library that provides client support for ftps, gnupg, smartcard, and socks / http proxies
106 stars 49 forks source link

Separating assembly and tests? #3

Closed picrap closed 9 years ago

picrap commented 9 years ago

I almost wanted to do it myself and send you a pull request, but this is intrusive and I don't want to be too intrusive :smile: Since tests are integrated in the main assembly, it also needs nunit, thus making it a dependency of the final nuget package. Maybe you could:

bentonstark commented 9 years ago

Go ahead and do it. You are not being intrusive. I appreciate the help! On Mar 23, 2015 6:24 AM, "Pascal Craponne" notifications@github.com wrote:

I almost wanted to do it myself and send you a pull request, but this is intrusive and I don't want to be too intrusive [image: :smile:] Since tests are integrated in the main assembly, it also needs nunit, thus making it a dependency of the final nuget package. Maybe you could:

  • move the main assembly in a subfolder (currently the csproj is beside the sln)
  • create a test assembly and move the tests in there, with the nunit dependency
  • thus, release a package containing only the main assembly

— Reply to this email directly or view it on GitHub https://github.com/bentonstark/starksoft-aspen/issues/3.

picrap commented 9 years ago

Done. I created a pull request, so I close this issue.