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

long paths fix - add app.manifest to stdio driver #2298

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

aburgett87
Copy link

This is to fix "Could not find a part of the path" issue (#2261)

The manifest was adapted from the manifest that is in v1.37.17 executable

@dnfadmin
Copy link

dnfadmin commented Dec 7, 2021

CLA assistant check
All CLA requirements met.

Copy link
Member

@JoeRobich JoeRobich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aburgett87 Thanks for submitting this fix. Just had a few questions about the manifest. Other than that, we would also need a manifest for the OmniSharp.Http.Driver project. Would you be willing to add one for it as well?


<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is the trustInfo section necessary?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't believe it's necessary, I'll remove and re-submit

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need an assemblyIdentity element? If so, should the version and name match the assembly generated by the OmniSharp.Stdio.Driver project?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JoeRobich The assemblyIdentity element is required - https://docs.microsoft.com/en-us/windows/win32/sbscs/application-manifests.

Okay, I'll look into how I get this apart of the build process

@aburgett87
Copy link
Author

aburgett87 commented Dec 13, 2021

@aburgett87 Thanks for submitting this fix. Just had a few questions about the manifest. Other than that, we would also need a manifest for the OmniSharp.Http.Driver project. Would you be willing to add one for it as well?

No problem at all

@filipw filipw added the blocked label Jan 6, 2022
Copy link
Member

@filipw filipw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

marking as blocked until the assembly identity and version are addressed - #2298 (comment)

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants