forked from ayende/rhino-licensing
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove portions of code that are not used by Chocolatey #18
Labels
Milestone
Comments
corbob
added a commit
to corbob/rhino-licensing
that referenced
this issue
May 10, 2022
We don't use this function in Rhino.Licensing. Removing it.
corbob
added a commit
to corbob/rhino-licensing
that referenced
this issue
May 19, 2022
We don't use this function in Rhino.Licensing. Removing it.
9 tasks
corbob
added a commit
to corbob/rhino-licensing
that referenced
this issue
May 23, 2022
Remove a few more files from project/solution
corbob
added a commit
to corbob/rhino-licensing
that referenced
this issue
May 24, 2022
We don't use this function in Rhino.Licensing. Removing it.
corbob
added a commit
to corbob/rhino-licensing
that referenced
this issue
May 24, 2022
Remove a few more files from project/solution
corbob
added a commit
to corbob/rhino-licensing
that referenced
this issue
May 25, 2022
Remove the license types that Chocolatey doesn't use. This includes Floating and Subscription licenses. Removes validating with a server (subscription). Also removes the license reassertion that's caused issues in the past.
corbob
added a commit
to corbob/rhino-licensing
that referenced
this issue
May 25, 2022
Update to use the new Chocolatey.Cake.Recipe version. Suppress creation of SolutionVersion.cs Update Readme with current information about running tests.
corbob
added a commit
to corbob/rhino-licensing
that referenced
this issue
May 25, 2022
Update tests to split out generation and validation. Created xml files to verify aspects of generation and validation.
corbob
added a commit
to corbob/rhino-licensing
that referenced
this issue
May 25, 2022
Add a script that will build every project that depend on Rhino.Licensing.
corbob
added a commit
to corbob/rhino-licensing
that referenced
this issue
May 26, 2022
Remove the license types that Chocolatey doesn't use. This includes Floating and Subscription licenses. Removes validating with a server (subscription). Also removes the license reassertion that's caused issues in the past.
corbob
added a commit
to corbob/rhino-licensing
that referenced
this issue
May 26, 2022
Update to use the new Chocolatey.Cake.Recipe version. Suppress creation of SolutionVersion.cs Update Readme with current information about running tests.
corbob
added a commit
to corbob/rhino-licensing
that referenced
this issue
May 26, 2022
Update tests to split out generation and validation. Created xml files to verify aspects of generation and validation. Updated readme with instructions to generate test license files.
corbob
added a commit
to corbob/rhino-licensing
that referenced
this issue
May 26, 2022
Add a script that will build every project that depend on Rhino.Licensing.
corbob
added a commit
to corbob/rhino-licensing
that referenced
this issue
Jul 12, 2022
We use the int for the database, this ensures we don't accidentally change that mapping.
gep13
pushed a commit
to gep13/rhino-licensing
that referenced
this issue
Sep 15, 2022
Remove the license types that Chocolatey doesn't use. This includes Floating and Subscription licenses. Removes validating with a server (subscription). Also removes the license reassertion that's caused issues in the past.
gep13
pushed a commit
to gep13/rhino-licensing
that referenced
this issue
Sep 15, 2022
Update to use the new Chocolatey.Cake.Recipe version. Suppress creation of SolutionVersion.cs Update Readme with current information about running tests.
gep13
pushed a commit
to gep13/rhino-licensing
that referenced
this issue
Sep 15, 2022
Update tests to split out generation and validation. Created xml files to verify aspects of generation and validation. Updated readme with instructions to generate test license files.
gep13
pushed a commit
to gep13/rhino-licensing
that referenced
this issue
Sep 15, 2022
Add a script that will build every project that depend on Rhino.Licensing.
gep13
pushed a commit
to gep13/rhino-licensing
that referenced
this issue
Sep 15, 2022
We use the int for the database, this ensures we don't accidentally change that mapping.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is Your Feature Request Related To A Problem? Please describe.
Remove portions of code that are not used by Chocolatey products
Describe The Solution. Why is it needed?
The upstream project is no longer being updated. Chocolatey still uses the product, but we don't use all of the features from upstream. To remove potential bugs, we should remove unused code.
Additional Context.
We should also work to ensure we have test coverage as much as possible.
Related Issues
The text was updated successfully, but these errors were encountered: