Uno.CodeGen
Uno.CodeGen copied to clipboard
Ability to bypass the check that all properties are immutable
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))]