Closed marinasundstrom closed 2 years ago
Thanks for reporting this. It's surprising, since this issue was fixed in .NET 7 Preview 3. Perhaps it's regressed in some way. However I haven't been able to repro it using Preview 4.
Would you be able to build using the /bl
flag (e.g., dotnet build /bl
) and then post the generated msbuild.binlog
file somewhere I can see it?
@SteveSandersonMS Here's the file: https://1drv.ms/u/s!AmgzxvYQoUr0naB1l-fywZnSmT13cw?e=bigtO5
I'm on macOS. Silicon.
It seems to, still, be an issue in macOS on arm64: https://www.strathweb.com/2022/03/running-net-7-apps-on-wasi-on-arm64-mac/
Thanks for reporting this, @marinasundstrom! I tracked it down to the packages on NuGet being a bit out of date.
Please try updating your project to the latest version of Wasi.Sdk
and related packages (i.e., 0.1.1 or later, which was just published). This should make the problem disappear for people using .NET 7 Preview 4 and later.
Thank you, @SteveSandersonMS! The fix is working. Now I can continue to explore.
Keep up the good work.
Followed the instructions for building a web app. While running the app I get this exception:
System.Net.Quic is not supported on this platform.
I'm using .NET 7 SDK Preview 4.
Program.cs:
.csproj: