marss19 / reference-conflicts-analyzer

A tool for analysis of conflicting references
MIT License
49 stars 8 forks source link

Add default value for configpath #12

Closed tds9051 closed 5 years ago

tds9051 commented 5 years ago

This is an optional parameter but the code expects it always.

Please add if (string.IsNullOrEmpty(_configPath)) _configPath = _filePath + ".config";

It is possible to contribute to this project?

marss19 commented 5 years ago

Thanks for the suggestion, I corrected the optional parameter handling.