Hello,
I'm using the language server protocol library for my own C# language server. Since there hasn't been a published version for a long time, I tried to update by directly adding the library as a submodule and linking to it directly. This caused a problem with the licensing of MediatR, which went commercial since v9:
[Warn - 1:00:50 PM] LuckyPennySoftware.MediatR.License: You do not have a valid license key for the Lucky Penny software MediatR. This is allowed for development and testing scenarios. If you are running in production you are required to have a licensed version. Please visit https://luckypennysoftware.com to obtain a valid license.
Is there any way to avoid this licensing problem, apart from keeping to an older version of this library (which seems to be 3876e2d, shortly after the latest published version )?
Hello,
I'm using the language server protocol library for my own C# language server. Since there hasn't been a published version for a long time, I tried to update by directly adding the library as a submodule and linking to it directly. This caused a problem with the licensing of MediatR, which went commercial since v9:
Is there any way to avoid this licensing problem, apart from keeping to an older version of this library (which seems to be 3876e2d, shortly after the latest published version )?