Nick Ireland
Nick Ireland
Hey @Badgerati, thanks for the update. Looking a bit deeper at the architecture this makes sense now. I wonder if I can rig something up with timers. Eg button updates...
Whoops, fat finger clicked close 😋
I got this on an M1 device using powershell-7.2.4-osx-arm64.pkg and just double clicking on it and using the installer GUI. I think there may be something in the PKGs thats...
Did a big of a dig into this an I believe its due to 2 files in the ARM64 package still being compiled as Intel x64 only. My original assumption...
FYI recently released powershell-7.2.5-osx-arm64.pkg also affected: 
The crash can be reproduced with the default xplat templates with the following: 1. New xplat project with latest templates `dotnet new avalonia.xplat` 2. Verify Avalonia is on `11.0.0-preview1` 3....
> RE: [dotnet/aspnetcore#40229](https://github.com/dotnet/aspnetcore/issues/40229) Nooo, it appears its been pushed to dotnet 8 😢😢. That's quite catastrophic to our tentative roadmap. Back to IIS+ARR/nginx we go ðŸ˜.
I've written a powershell script based on MAUCacheAdmin that syncs the repo (including cleaning up old files, robocopy /mir style). I've validated it on PS5.1 and also 7 so it's...
I also happened to run into this today and came here to log the same thing. 😅 Would be good to have a better global exception handler even if it's...
As a workaround I created a PEScript with the commented out robocopy: ```powershell robocopy "$OSSourcePath\WinPE\AutoExtraFiles" "$MountDirectory" *.* /s /ndl /xf bcp47*.dll /xx /b /np /ts /tee /r:0 /w:0 /Log+:"$Info\logs\$((Get-Date).ToString('yyyy-MM-dd-HHmmss'))-AutoExtraFiles.log" |...