Uno.CodeGen icon indicating copy to clipboard operation
Uno.CodeGen copied to clipboard

Immutable: Removed useless call to .Equals() in .ToImmutable() + misc

Open carldebilly opened this issue 6 years ago • 1 comments

  • 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

carldebilly avatar Oct 22 '18 14:10 carldebilly

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Oct 31 '19 11:10 CLAassistant