rappen / PluginTraceViewer

Investigate the Microsoft Dataverse Plugin Trace Log with easy filtering and display possibilities
https://JonasR.app/PTV
GNU General Public License v3.0
12 stars 5 forks source link

Pipe character in connection name leads to path error #82

Closed ccellar closed 3 years ago

ccellar commented 5 years ago

When the connection name includes a pipe | character (like CUSTOMER | DEV), the plugin won`t load because it tries to load the settings file in a path which is built in combination with the connection name: https://github.com/rappen/PluginTraceViewer/blob/master/PluginTraceViewer/PluginTraceViewer.cs#L258

Exception is:

An error occured when trying to display this plugin: Illegal character in path.

rappen commented 4 years ago

Same as https://github.com/rappen/FetchXMLBuilder/issues/269 Will be fixed in XrmToolBox main repository.