Skip to content

Stackoverflow on circular referenced records. #8

Open
@WhiteBlackGoose

Description

@WhiteBlackGoose

First, awesome project!

Second... yes, it's the first thing I tried in it. Here's the repro:

record A(int P1) { public A Node { get; set; } }
var a = new A(5);
a.Node = a;
a

I suspect it's a problem of dotnet/interactive. Should I redirect the issue there?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions