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

Single-file: Do not require bundle signature at EOF #3602

Closed
swaroop-sridhar opened this issue May 23, 2019 · 1 comment
Closed

Single-file: Do not require bundle signature at EOF #3602

swaroop-sridhar opened this issue May 23, 2019 · 1 comment
Assignees
Labels
area-Host area-HostModel Microsoft.NET.HostModel issues
Milestone

Comments

@swaroop-sridhar
Copy link
Contributor

The AppHost currently expects to find the bundle-signature at the very end of the file.
This will cause problems for other tools that may want to tag information at the end of the file -- like code signing.

Therefore, move the bundle-signature and header offset to a different well-known location.

Source: https://github.com/dotnet/designs/issues/59

@swaroop-sridhar swaroop-sridhar self-assigned this May 23, 2019
@swaroop-sridhar
Copy link
Contributor Author

This issue is fixed by dotnet/core-setup@19b99b3

@msftgits msftgits transferred this issue from dotnet/core-setup Jan 30, 2020
@msftgits msftgits added this to the 3.0 milestone Jan 30, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Host area-HostModel Microsoft.NET.HostModel issues
Projects
None yet
Development

No branches or pull requests

2 participants