-
Notifications
You must be signed in to change notification settings - Fork 52
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
Internal Error of Could not find a part of the path when mage on linux #237
Comments
[Triage] We do not officially support building ClickOnce deployments on non-Windows machines. If the community would like to support this, we would gladly accept the contribution. |
We are using Winform as frontend, and aspnetcore/corewcf as backend, they are talking through wcf/corewcf. |
Here is the fix for the directory not found issue, however, this just pushes the issue down the line to Issue #125 |
Thanks @jwwise-best. It is true that dotnet-mage has limited usage on Linux due to lack of signing support. However, we welcome all PRs that can improve this codebase. |
I have a branch with the changeset to address this issue. Can you add me as a contributor so that I can submit a PR? |
Everyone with read access should be able to submit a PR. Contributor access is not required. |
When trying to mage application, i got the following path separator related issue.
I believe the right path should be
'/Temp/2.0.0.0/'
, instead of'/Temp/2.0.0.0\'
.Do we have a way to avoid this?
The text was updated successfully, but these errors were encountered: