You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🔨Fix build scripts to handle missing Visual Studio (#1626)
- Fix init.ps1 to check if Visual Studio exists before using vswhere
- Add proper null checks for MSBuild path
- Make NanoFramework build optional when MSBuild is not available
- Show clear warning messages when Visual Studio is not installed
This allows the main build to work without Visual Studio installed,
while still supporting NanoFramework builds when VS is available.
0 commit comments