question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Windows File Path Generated in macOS

See original GitHub issue

Describe the bug There seems to be a Windows-style file path generated by the project when running on OSX: ./src/Foundation/App_Data/Foundation\SearchIndex

The error generated when trying to run with this project structure is the following: /Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(3177,5): error MSB3552: Resource file "**/*.resx" cannot be found.

To Reproduce Steps to reproduce the behavior:

  1. Clone and install dependencies
  2. Run sql_server_optimizely docker container
  3. Run VS Solution
  4. See error

Expected behavior The file path generated should be OS-agnostic. If not, documentation on the workaround should be provided.

Desktop (please complete the following information):

  • OS: 12.1 macOS
  • Browser: Chrome
  • Version: main branch of Foundation. Seems to be v2021.10.1 based on tags.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
joshuashafferopticommented, Feb 16, 2022

This issue was closed by #778

1reaction
daniel-isaacscommented, Feb 10, 2022

We have a possible fix, we’ll be testing later today. @sl-mmuradov if you’re able to test as well:

In appsettings.json, modify the paths for SearchIndex:

“IndexerBasePath”: “[appDataPath]/Foundation/SearchIndex” and “storage”: “[appDataPath]/SearchIndex”,

Read more comments on GitHub >

github_iconTop Results From Across the Web

Converting between a Mac file path to a Windows file path
I am looking for a way for our designers to write an email and link to a file on the drive, but convert...
Read more >
convert pc file path to Mac and vice versa
Does anyone have a script for converting a file's path from OSX to Windows (by dropping it on an Automator application) and one...
Read more >
Mac OS Equivalent file path for Windows file path
In Finder, do a right-click on the file of which you need the path. Then press the Option key ( alt ) to...
Read more >
Any way to make Mac understand Windows file paths
1 Answer 1 ... Also, I can highly recommend StExBar for Windows as a way to get people to copy network locations as...
Read more >
Common File Locations in macOS and Windows
Windows : Right-click on the desired file or folder and select "Properties". The amount of information will be displayed under "Size". macOS: ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found