-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
area-HostModelMicrosoft.NET.HostModel issuesMicrosoft.NET.HostModel issuesbacklog-cleanup-candidateAn inactive issue that has been marked for automated closure.An inactive issue that has been marked for automated closure.no-recent-activity
Description
Today, the SDK does a search and replace in the apphost, to find the placeholder. However, the offset to the placeholder is fixed for any given apphost pack. It would be cleaner if this offset could be determined when the apphost template is built and described in a simple sidecar file.
The code that does the search fails on some filesystems today, due to MAP_SHARED not being implemented. We could implement the search a different way, but risk regressing perf for an operation that needn't be done on every end-user's build, and can be done once in our build.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-HostModelMicrosoft.NET.HostModel issuesMicrosoft.NET.HostModel issuesbacklog-cleanup-candidateAn inactive issue that has been marked for automated closure.An inactive issue that has been marked for automated closure.no-recent-activity