-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Self-contained app crashes when placed in a path with backslashes in Unix #48259
Comments
Tagging subscribers to this area: @agocke, @vitek-karas Issue DetailsPublishing a single-file application in compat-mode with an extract base dir that has a back slash in it causes the app to crash with A minimal repro:
|
Tagging subscribers to this area: @vitek-karas, @agocke Issue DetailsPublishing a single-file application in compat-mode with an extract base dir that has a back slash in it causes the app to crash with A minimal repro:
|
Update issue: this looks like a problem with the runtime when placed in a folder with backslashes |
This is the same as #75387 which has more information - closing against that. |
Publishing a self-contained application in a path with a back slash in it causes the app to crash with
Failed to create CoreCLR, HRESULT: 0x80004005
.A minimal repro:
The text was updated successfully, but these errors were encountered: