© 2026 Hedgehog Software, LLC
Foo foo = new(); Foo foo1 = foo with { Bar.Item1 = 1 }; record Foo { public (int, int) Bar = (0, 0); }
The name 'Bar' does not exist in the current context