I was just wondering, why adding TweetMoaSharp to my C# project via NuGet also adds a reference to NUnit? Is this really necessary? I prefer to have production code and related unit tests in two different projects, so you can easily publish production code as NuGet package without a reference to unit test libraries.
Hi community,
I was just wondering, why adding TweetMoaSharp to my C# project via NuGet also adds a reference to NUnit? Is this really necessary? I prefer to have production code and related unit tests in two different projects, so you can easily publish production code as NuGet package without a reference to unit test libraries.
Best Regards, Mark