Skip to content

Los instaladores, a v0.1.6 - #62

Merged
borjaperfra merged 1 commit into
mainfrom
fix/pins-v016
Sep 14, 2026
Merged

borjaperfra merged 1 commit into
mainfrom
fix/pins-v016

Conversation

@borjaperfra

Copy link
Copy Markdown
Contributor

v0.1.5 answered "unsupported architecture" on an ordinary x64 machine. It asked RuntimeInformation.OSArchitecture and believed the silence — and reaching for an arbitrary .NET type is what ConstrainedLanguage mode blocks (the normal state under an AppLocker or WDAC policy), while the type does not exist at all before .NET Framework 4.7.1.

It reads PROCESSOR_ARCHITEW6432 and PROCESSOR_ARCHITECTURE as well now. Fixed in helmcode/nan-cli#7 and released as v0.1.6.

🤖 Generated with Claude Code

v0.1.5 answered "unsupported architecture" on an ordinary x64 machine. It asked
RuntimeInformation.OSArchitecture and believed the silence, and reaching for an
arbitrary .NET type is what ConstrainedLanguage mode blocks - the normal state
under an AppLocker or WDAC policy - while the type does not exist at all before
.NET Framework 4.7.1. It reads PROCESSOR_ARCHITEW6432 and PROCESSOR_ARCHITECTURE
as well now. Fixed in helmcode/nan-cli#7.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@borjaperfra
borjaperfra merged commit 5b7b3a2 into main Sep 14, 2026
2 checks passed
@borjaperfra
borjaperfra deleted the fix/pins-v016 branch September 14, 2026 10:24
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

Successfully merging this pull request may close these issues.

2 participants