Skip to content

Conversation

ds5678
Copy link
Contributor

@ds5678 ds5678 commented Jun 12, 2025

Resolves #469

This was caused by a generic class referencing itself.

public abstract class RegionDialogContext<TStage> : DialogContext<RegionDialogContext<TStage>.State> where TStage : StageContext, new()
{
	public class State
	{
	}
}

@coveralls
Copy link

coveralls commented Jun 12, 2025

Pull Request Test Coverage Report for Build 15622257744

Details

  • 8 of 9 (88.89%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.03%) to 34.338%

Changes Missing Coverage Covered Lines Changed/Added Lines %
Cpp2IL.Core/Model/Contexts/GenericInstanceTypeAnalysisContext.cs 6 7 85.71%
Totals Coverage Status
Change from base Build 15377281678: 0.03%
Covered Lines: 4189
Relevant Lines: 10823

💛 - Coveralls

@SamboyCoding SamboyCoding merged commit 2b5fa59 into SamboyCoding:development Aug 11, 2025
6 checks passed
@ds5678 ds5678 deleted the fix-stack-overflow branch August 13, 2025 04:24
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.

Stack overflow exception
3 participants