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
According to the docs, the config will be loaded from the current directory if not specified. This however throws a stack trace with the config being null.
Changing the following line from else if to if seems to correct this by allowing the file to be loaded if it's not specified but does exist:
According to the docs, the config will be loaded from the current directory if not specified. This however throws a stack trace with the config being null.
Changing the following line from
else if
toif
seems to correct this by allowing the file to be loaded if it's not specified but does exist:TeamFiltration/TeamFiltration/TeamFiltration/Handlers/GlobalArgumentsHandler.cs
Line 51 in 61554df
The text was updated successfully, but these errors were encountered: