Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

fix the 1000 iteration limit. 100000 should be more than enough. W…#3

Open
mcollins4551 wants to merge 1 commit intoSamhammerAG:masterfrom
mcollins4551:fix-1000-iteration-limit
Open

fix the 1000 iteration limit. 100000 should be more than enough. W…#3
mcollins4551 wants to merge 1 commit intoSamhammerAG:masterfrom
mcollins4551:fix-1000-iteration-limit

Conversation

@mcollins4551
Copy link

…e could create a parameter for this but it is probably overkill for now.

…ould create a parameter for this but it is probably overkill for now.
@mcollins4551
Copy link
Author

@agentschmitt for some reason I can't assign this you. Could you please review this PR for me. thanks!


public string ParseHtml(List<TestRun> testRuns, string textTemplate)
{
var model = new { TestRuns = testRuns };
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this change maintains parity with

var template = Template.Parse(textTemplate);

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants