Skip to content
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

Add extension method and corresponding unit tests to convert (unparse… #68

Merged
merged 3 commits into from
Mar 24, 2024

Conversation

merijndejonge
Copy link

@merijndejonge merijndejonge commented Feb 29, 2024

This pull request adds an extension method to unparse a collection of TldRules to text. This is needed for more advanced caching scenarios.
Since ICacheProvider only operates on string, situations where the text representation of the TldRules is no longer available cannot use caching. With the extension method, any collection of TldRules can be converted to their text representation , such that they can be added to a cacheprovider.

@tinohager
Copy link
Member

somehow I think there are too many changes in the pull request

@merijndejonge
Copy link
Author

This pull requests only adds a single extension method and corresponding unit tests. Please reconsider

@merijndejonge
Copy link
Author

merijndejonge commented Mar 24, 2024

@tinohager any problems with this pull request that adds an extension method to unparse a collection of TldRules to text?

@tinohager tinohager merged commit a2040c7 into nager:main Mar 24, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants