Compile typed event providers without Windows SDK - #257
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 979ef448d2
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
- use Winmeta message identifiers for standard metadata localization - reject the reserved zero value for custom tasks - add managed binary and validation regression coverage
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 14d58c9cc4
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Summary
User experience
A user can define a provider in a PowerShell hashtable, JSON, or the C# model and call
New-EVXProviderPackageorEventProviderPackageBuilder.Build. The resulting.evxproviderremains a build-once/deploy-many artifact. Building is non-elevated; installing or removing the machine-wide provider remains elevated.The package contains a deterministic x64 resource-only PE with Windows message tables and compiled event metadata. It has no entry point, imports, managed runtime header, or executable provider code.
Compatibility
Validation
mc.exe,rc.exe,link.exe, or standalonecsc.exepresent