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
{{ message }}
This repository was archived by the owner on Dec 25, 2023. It is now read-only.
I spend a long time debugging why Issues didn't have the correct paths set. It turns out that using a logger where the verbosity is set to Quiet does not contain the <project... element that contains the project path. The issue is that XmlFileLoggerLogFileFormatis silent about it and you have to debug a lot to discover it.
I suggest adding a disclaimer somewhere or make XmlFileLoggerLogFileFormat throw. What do you think?