mirror of
https://github.com/junian/Standard.Licensing.git
synced 2026-04-25 05:45:51 +03:00
[GH-ISSUE #23] Embed Validation folder in my project to prevent Standard.Licensing.dll from being replaced #20
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Standard.Licensing#20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @santiago-ribero on GitHub (Aug 22, 2022).
Original GitHub issue: https://github.com/junian/Standard.Licensing/issues/23
Hi. I was wondering if by referencing the Standard.Licensing nuget package, it is possible for a "customer" to circumvent the licence validation by replacing the original
Standard.Licensing.dllwith a dummy version of it, that implements the same interfaces, classes and public methods but doesn't validate anything.In order to make sure this doesn't happen, I consider including in my core project the classes that are in the Validation folder. Do you agree this is a good approach?
Thank you so much.
@CraigRichards commented on GitHub (Oct 8, 2022):
Hey @santiago-ribero,
I'm reviewing this library as well. Thanks for your thoughts.
In regards to this
What do you think?