Uno.CodeGen
Uno.CodeGen copied to clipboard
Immutable: Removed useless call to .Equals() in .ToImmutable() + misc
- Removed useless call to
.Equals()
in.ToImmutable()
, preventing the creation of an instance when the set fields was ignored in the equality check. -
.Default
is not a readonly property - Codegen was crashing when trying to report an error about non-readonly, non-static fields