Bug? Possible bug when using #ExcludeFromLibrary?

FrostCodes

Active Member
Licensed User
Hi, I have a sample project in which I made a class inside it, I used #ExcludeFromLibrary on all the other classes and modules. Still, I can't seem to be able to compile it as a library once a reference is made in the starter service. I have to remove the #ExcludeFromLibrary from the classes referenced to compile it even though my class does not require those classes that are supposed to be excluded.

1686308918583.png
 
Top