The My class is not marked as Compiler generated

I saw that the generated My, MyApplication, MyComputer, MyProject and MySettings classes are not marked as [CompilerGenerated]

technically they aren’t ;). I’ll fix.

1 Like

Hi Marc,

The lastest build has the attribute, but can not be compiled anymore.
You added [CompilerGenerated], it should have been [System.Runtime.CompilerServices.CompilerGenerated]

fixing…

1 Like

Works now :smile:

1 Like