Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make folder paths be platform agnostic #20

Open
JMTK opened this issue Mar 29, 2023 · 0 comments
Open

Make folder paths be platform agnostic #20

JMTK opened this issue Mar 29, 2023 · 0 comments
Labels
good first issue Good for newcomers

Comments

@JMTK
Copy link
Owner

JMTK commented Mar 29, 2023

Problem

While the code is written in .NET Core, the actual file paths being specified are Windows-specific, and I doubt it would work correctly on mac/Linux

Solution

Some good info here: https://dev.to/packtpartner/managing-and-handling-the-filesystem-using-net-core-ff8

Also this would allow us to release mac/linux specific files, or even just the DLL

@JMTK JMTK added the good first issue Good for newcomers label Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant