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

Provide Windows x86 native AoT published binaries for .NET 10 #272

Open
vcsjones opened this issue Sep 26, 2024 · 0 comments
Open

Provide Windows x86 native AoT published binaries for .NET 10 #272

vcsjones opened this issue Sep 26, 2024 · 0 comments

Comments

@vcsjones
Copy link
Owner

AzureSignTool currently provides 32-bit Windows (x86) support via NuGet only, whereas x64 and ARM64 are supported for both NuGet and independent native AoT binaries. The reason for the lack of an x86 NAOT binary is that .NET did not support 32-bit Windows for Native AoT. A non-NAOT but fully self-contained x86 binary was frankly too big.

.NET 9 however added support for Windows x86 Native AoT. Since .NET 9 is a STS release, we won't move AzureSignTool to .NET 9. However, when .NET 10 comes out sometime in 2025 we could make sure we enable 32-bit Windows releases.

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

No branches or pull requests

1 participant