Closed picrap closed 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.
Done. I created a pull request, so I close this issue.
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:
csproj
is beside thesln
)