Ankit Jain
Ankit Jain
> > Removed `WasmBuildNative=false` , will check if it affects build times. > > This caused other failures like `Could not find AOT cross compiler at $(_MonoAotCrossCompilerPath)=`. Make sure that...
Looking at the binlog the native build is being run for all the projects which is not what you want. And that is happening because of `WasmNativeStrip` is defaulting to...
I think wasm tests here can avoid building the latest `dotnet/runtime` as you mentioned: 1. use latest dotnet 7.0 2. `dotnet workload install wasm-tools --skip-manifest-update` - this would allow running...
If you are asking whether running against the workload needs to be implemented, then no, it already works, and `dotnet/runtime`+`dotnet/performance` use that.
You should see it under `lib/mono/msbuild/Current/bin/MSBuild.dll`. If you still can't find it, then could you please share the full directory listing from `lib/mono/msbuild/Current/bin`?
Can you also check `lib/mono/msbuild/15.0/bin`? And where did you get this mono from?
How did you build it? and how did you install it? Maybe something went wrong during the build? Also, what about the mono package that you can download. Can you...
@srudin Could you please record a screencast to show the issue?
@srudin @dme-development I haven't been able to reproduce this. Could you share a simple project which hits this issue? And please mention the versions of VS, and Blazor that you...
@Postlagerkarte yes, please could you open a separate issue for this? thanks!