OmniSharp / OmniSharp/csharp-language-server-protocol
MediatR >=v9 licensing
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 638
- Forks
- 109
- Avg merge
- 1m
- Merged PRs (30d)
- 2
Description
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 https://github.com/OmniSharp/csharp-language-server-protocol/commit/3876e2dea4c4284569ed88effbcc6dae5037a456, shortly after the latest published version )?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the library dependency state with commit 3876e2d and the directly added submodule described in the issue. Review how MediatR is included and whether the project has a documented supported version path; done means the licensing warning is avoided through a maintainer-approved dependency approach.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100