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

Ability to bypass the check that all properties are immutable

Open carldebilly opened this issue 7 years ago • 0 comments

When we use 3rd party classes we will face issues referencing them. If we know they are immutable, we should have a way to tell the generator to consider them as immutables.

Proposed solution:

[assembly: KnownAsImmutable(typeof(ClassWeKnowToBeImmutable))]

carldebilly avatar Feb 16 '18 15:02 carldebilly