You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The loop issue mentioned by kristho can only be tested with real life dns settings proving the problem. This is due to the fact that everything is static. Instead you should remove all static methods will real classes with interfaces. This way there should be a IDnsResolver that will be mockable and the problem with internal loop will be testable without dependencies to the outside world.
The text was updated successfully, but these errors were encountered:
The loop issue mentioned by kristho can only be tested with real life dns settings proving the problem. This is due to the fact that everything is static. Instead you should remove all static methods will real classes with interfaces. This way there should be a IDnsResolver that will be mockable and the problem with internal loop will be testable without dependencies to the outside world.
The text was updated successfully, but these errors were encountered: