プロジェクト(.Netで実装)で使用するロギングの目的でPostSharpを評価しています。現在、実稼働環境で実行されています。PostSharpと混合すると、ライセンスの問題が発生する可能性がありますか?私の知る限り、それは部分的に無料です。私が間違っている?将来のライセンスの問題(つまり、PostSharpは将来のリリースで無料ではなくなる予定です)があれば、どのような問題に直面する可能性がありますか?
2 に答える
The PostSharp licensing FAQ explains this in great detail.
Can mixing with PostSharp raise licencing issues?
You're unlikely to have future problems if you don't link to the part that actually does the transformations (that's PostSharp.Core). PostSharp.Laos and PostSharp.Public are what most applications will typically link to.
As far as I know it is partially free. Am I wrong?
It's all free as in beer, unless you (1) link to Core and (2) need to distribute your app outside your company. In that case, you have to buy a license. Core is released under GPL.
See the licensing options, which neatly summarizes answers to both those questions at the top of the page.