kzu/IFluentInterface

namespace collision

Closed this issue · 4 comments

Hi

I encounter a little problem with your interface

In my project, if I declare a subnamespace named "System", I get namespace collisions in type resolution (can fix them generally using global:: ). Unfortunately, the auto-generated IFluentInterface can't be updated, and I get some unsolvable errors.

Can be fixed just by prefixing the usings with global::

:)
Thx

kzu commented

Sorry, what does mean "PR" ?
EDIT : Pool Request... ? ;)

kzu commented
kzu commented

Thnaks for the fix!