-
Notifications
You must be signed in to change notification settings - Fork 48
Build the app separately from libraries and tests to drop the -m:1 build workaround #609
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
Merged
jschick04
merged 21 commits into
jschick/button-component
from
jschick/embed-symbols-drop-m1
Jun 21, 2026
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
59020b8
Build the app separately from libraries and tests to drop the -m:1 bu…
jschick04 26c5fd5
Enable native ARM64 builds for the explorer shell extension
jschick04 ce2e090
Derive the native shell-extension platform from Platform and guard ag…
jschick04 7706058
Update the SDK import and build-split comments to cover ARM64
jschick04 00ec4be
Remove the empty placeholder integration test projects
jschick04 8df2618
Clarify the native-build error messages reference the SDK NuGet packages
jschick04 9dc5e9b
Remove references to the deleted EventDbTool integration test project
jschick04 d14f3ba
Reference elevationhelper instead of removed eventdbtool in test docs
jschick04 3932134
Fix the force-kill disposition race and the helper connect harness
jschick04 3868a39
Build the solution in one pass and drop the slnf build split
jschick04 bd1e37b
Make the in-app updater select the multi-architecture bundle only
jschick04 c738617
Add reverse-read support and a direction-agnostic newest bookmark to …
jschick04 1998a15
Read logs newest-first and eagerly paint the first screenful
jschick04 c6a3ddb
Read event variants via pointer and match EvtVariant to MSDN
jschick04 b318c07
Read value-type system properties without boxing in GetEventRecord
jschick04 b1f1970
Prioritize a newly-opened log's first screenful over bulk resolution
jschick04 76c8470
Enable Server GC for faster parallel event resolution
jschick04 bf9bc8c
Read event batches of 256 and release handles on a failed read
jschick04 91064ce
Store provider messages compactly to cut resolver memory
jschick04 67209ae
Load provider message-table entries on demand to cut resolver memory
jschick04 5c6372e
Harden EVT_VARIANT type checks and order partial load newest-first
jschick04 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| <Project> | ||
| <ItemGroup Condition="'$(OutputType)' == 'Exe' or '$(OutputType)' == 'WinExe'"> | ||
| <ProjectReference Update="@(ProjectReference)"> | ||
| <GlobalPropertiesToRemove>$(GlobalPropertiesToRemoveFromProjectReferences);RuntimeIdentifier;SelfContained</GlobalPropertiesToRemove> | ||
| </ProjectReference> | ||
|
jschick04 marked this conversation as resolved.
|
||
| </ItemGroup> | ||
| </Project> | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.