-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi! Thanks for building this project. I'd love to collaborate on it when I wrap my head around the code. I'm not familiar with the React DevTools, but I have used the Vue dev tools extension in the past and would be very interested in having a similar tool for Blazor.
I have a fresh project created from the Blazor WASM (standalone, not hosted) .NET 6 Template. I have confirmed that the file does exist where it should:
C:\Users\andrew\.nuget\packages\blazordevtools\0.0.2\tasks\BlazorDevtools.Tasks.dll
MSB4062 The "BlazorDevtools.Tasks.UpdateBlazorScript" task could not be loaded from the assembly C:\Users\andrew\.nuget\packages\blazordevtools\0.0.2\build\net6.0..\..\tasks\BlazorDevtools.Tasks.dll. Could not load file or assembly 'netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified. Confirm that the declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask. BlazorDevToolsTest C:\Users\andrew\.nuget\packages\blazordevtools\0.0.2\build\net6.0\BlazorDevtools.targets 7
Any ideas?