namespace collision
Closed this issue · 4 comments
Kaon68 commented
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
PR? ;)
Kaon68 commented
Sorry, what does mean "PR" ?
EDIT : Pool Request... ? ;)
kzu commented
Pull Request with the desired changes ;). You can even make it online right
here on GitHub
kzu commented
Thnaks for the fix!