stack72 / TeamCitySharp

No Longer Maintained - please use https://github.com/mavezeau/TeamCitySharp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

*Locator classes may not have default public constructor

jonnyzzz opened this issue · comments

It looks like the best way to use locators is to use static factory methods.
I thinks it's better than to have private/protected default constructor to avoid confusion on the first usage.