Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Using NCrunch.Framework in Open Source projects
albertomonteiro
#1 Posted : Monday, February 9, 2015 9:14:54 AM(UTC)
Rank: Member

Groups: Registered
Joined: 5/28/2012(UTC)
Posts: 17
Location: Fortaleza, Ceara - Brasil

Thanks: 11 times
Was thanked: 3 time(s) in 3 post(s)
Hi,

Can you look this https://github.com/jjrdk/ArchiMetrics/pull/7 and tell me if there is any problem? The source code modification in this PR hurt the meaning of "open source"?
Remco
#2 Posted : Monday, February 9, 2015 9:36:47 AM(UTC)
Rank: NCrunch Developer

Groups: Administrators
Joined: 4/16/2011(UTC)
Posts: 6,976

Thanks: 930 times
Was thanked: 1257 time(s) in 1170 post(s)
Hi,

Legally there isn't an issue with including the changes for NCrunch (and the reference to NCrunch.Framework). NCrunch is a productivity tool and is licensed as such .. it isn't a commercial library.

If referencing NCrunch.Framework in the project file is creating some friction, know that you can avoid this by simply writing the NCrunch.Framework.Environment.GetOriginalProjectPath() method in your own code. I've included the source code for this method below:

public static string GetOriginalProjectPath()
{
return Environment.GetEnvironmentVariable("NCrunch.OriginalProjectPath");
}
1 user thanked Remco for this useful post.
albertomonteiro on 2/9/2015(UTC)
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

YAF | YAF © 2003-2011, Yet Another Forum.NET
This page was generated in 0.022 seconds.
Trial NCrunch
Take NCrunch for a spin
Do your fingers a favour and supercharge your testing workflow
Free Download