Discussion on Blazor, a framework for building web apps with .NET and WebAssembly https://blazor.net
dotnet-maestro[bot] on darc-master-a926ae60-afdc-46d8-aabc-bb225655c15e
dotnet-maestro[bot] on master
Update dependencies from https:… (compare)
dotnet-maestro[bot] on darc-master-a926ae60-afdc-46d8-aabc-bb225655c15e
Update dependencies from https:… (compare)
dotnet-maestro[bot] on darc-master-a926ae60-afdc-46d8-aabc-bb225655c15e
dotnet-maestro[bot] on darc-master-e3474f54-f92f-4c3f-b116-ed9bdfe9754d
I created a nuget package that has a script file in it. When I use it in a Blazor project it will build the first time. Then all the builds after I get the following error.
The file is in the following dir: C:\Users\brettmc.nuget\packages\bfmsoft.web.blazorutil\1.0.2-ci20210925142813\content\wwwroot\scripts
The system seems to be looking for it in: C:\Users\brettmc.nuget\packages\bfmsoft.web.blazorutil\1.0.2-ci20210925142813\staticwebassets\scripts\bfmInputFile.js
\Microsoft.NET.Sdk.BlazorWebAssembly.ServiceWorkerAssetsManifest.targets(138,5): error MSB4018: The "GenerateServiceWorkerAssetsManifest" task failed unexpectedly.
\Microsoft.NET.Sdk.BlazorWebAssembly.ServiceWorkerAssetsManifest.targets(138,5): error MSB4018: System.AggregateException: One or more errors occurred. ---> System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\brettmc.nuget\packages\bfmsoft.web.blazorutil\1.0.2-ci20210925142813\staticwebassets\scripts\bfmInputFile.js'.