jonsequitur / jonsequitur/dotnet-repl

Stackoverflow on circular referenced records.

Open
#8 7 comments 0 reactions 1 assignee Claimed by @jonsequitur View on GitHub
bug
Dominant language
C#
Stars
844
Forks
42
PR merge metrics
No merged PRs in 30d

Description

First, awesome project!

Second... yes, it's the first thing I tried in it. Here's the repro:
```cs
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?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.