Forum member
kpspence
5 posts
Posts by kpspence
-
Avalonia Build Failure -- InitializeComponent
Unfortunately, the compatibility mode settings did not make any difference. However, I did find that the root cause is that the .axaml files are not being copied to the ncrunch build folder. I manually added **.axaml files it works.
07 Sep 2023 13:17 UTC
-
Avalonia Build Failure -- InitializeComponent
I cannot figure out why this project builds and runs fine in visual studio but fails to build in ncrunch. Below are the only logs: NCrunch: If you are experiencing problems in getting this project to build, have a look at http://www.ncrunch.net/documentation/troubleshooting_project-build-issues …
07 Sep 2023 01:59 UTC
-
$(MicrosoftNetCoreAppRuntimePackDir)='', and cannot find %(ResolvedRuntimePack.PackageDirectory)=
After comparing the two computers: Renaming C:\Program Files\dotnet\packs\Microsoft.NET.Runtime.WebAssembly.Sdk to C:\Program Files\dotnet\packs\Microsoft.NET.Runtime.WebAssembly.Sdk2 fixed the issue Setting the NCrunch 'Custom build properties' setting to set the 'IsWasmProject' property t…
21 Mar 2023 15:05 UTC
-
$(MicrosoftNetCoreAppRuntimePackDir)='', and cannot find %(ResolvedRuntimePack.PackageDirectory)=
When I create a brand new Blazor Webassembly App, .NET 7, Configure for https and enable ncrunch. I get the below error. <?xml version="1.0" encoding="utf-8" standalone="yes"?> <!--This is a custom NCrunch file format--> <solution path="C:\data\vsTest\NcrunchBugBlazorApp1\NcrunchBugBlazorApp1.…
20 Mar 2023 22:36 UTC
-
$(MicrosoftNetCoreAppRuntimePackDir)='', and cannot find %(ResolvedRuntimePack.PackageDirectory)=
.net client project Bazor webassembly is failing to build <Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly"> The error is: ..\..\..\..\..\Program Files\dotnet\packs\Microsoft.NET.Runtime.WebAssembly.Sdk\7.0.4\Sdk\WasmApp.targets (216, 5): $(MicrosoftNetCoreAppRuntimePackDir)='', and cannot find…
19 Mar 2023 18:15 UTC