I'm working on a library that has a state machine using a CASE statement and an ENUM.
When I try and use the library in a project I get these errors if I select Only allow qualified access to all identifiers
Only allow qualified access to all identifiers
It seems to think that I need to call the elements with namespace inside the library?
What's going on here?
Log in to post a comment.
I'm working on a library that has a state machine using a CASE statement and an ENUM.
When I try and use the library in a project I get these errors if I select
Only allow qualified access to all identifiers
It seems to think that I need to call the elements with namespace inside the library?
What's going on here?