Blazor.BrowserExtension icon indicating copy to clipboard operation
Blazor.BrowserExtension copied to clipboard

Build fails with version 1.5.0

Open Telavian opened this issue 1 year ago • 2 comments

If I do a dotnet build for versions earlier than 1.5.0 then it works. However 1.5.0 fails with the following error:

...\.nuget\packages\blazor.browserextension.build\1.5.0\build\Blazor.BrowserExtension.Build.Build.targets(87,5): error MSB3030: Could not copy the file "...\obj\Debug\net8.0\browserextension\build\BackgroundWorker.js" because it was not found.

Telavian avatar Jul 02 '24 23:07 Telavian

It probably has to do with BackgroundWorker.js now being auto generated. I had the actual js file not the CS file it was generated from.

Telavian avatar Jul 03 '24 00:07 Telavian

Thanks for reporting this. You can downgrade to v1.4.2 for now and I'll get it fixed soonest possible.

mingyaulee avatar Jul 03 '24 07:07 mingyaulee

This has been resolved in v1.5.1.

mingyaulee avatar Jul 04 '24 21:07 mingyaulee