1 item (1 fix)
public int X { get; init; } = SomeClass.SomeProperty; passes headless dotnet build but fails the editor compile with CS0182 — the editor's code generator embeds initializers where only constants are legal. Default to a constant sentinel and resolve later.
Want to know when new guides or fixes drop? Join the community to help build this out. Report gotchas, flag outdated fixes, or just lurk.