Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Linux will not accept search path #96

@oesolberg

Description

@oesolberg

Summary

Probing private path in linux does not handle backslash

Expected Behavior

When I use a plugin in Linux I expect it to use the probing path bin/

Current Behavior

Due to the probing path beeing written for Windows (with a backslash) Linux will not use it

Possible Solution

After testing I found that windows can accept backslash and slash, but Linux expects slash.
Fix output should also change the HSPI_<project>.exe.config file to use slash instead of backslash in probing privatePath

Same as issue #63
In this issue it is also shown in BLBackup config file
<probing privatePath="bin/BLBackup"/>

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions