Windows File Path Generated in macOS
See original GitHub issueDescribe 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:
- Clone and install dependencies
- Run
sql_server_optimizely
docker container - Run VS Solution
- 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 bev2021.10.1
based on tags.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This issue was closed by #778
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”,