jtebokkel - 2021-02-05

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?