Steps to Reproduce:
- Clone the repository https://github.com/mu88/BlazorFotoManager
- Switch to the feature branch
feature/new-api
- Build the app via
dotnet build
- Publish the app via
dotnet publish ./FotoManager/FotoManager.csproj -p:PublishProfile=win-x64
The build fails with D:\Development\PackageCaches\NuGet\electronnet.core\0.0.18\build\ElectronNET.LateImport.targets(431,7): error MSB4184: The expression "[System.IO.Path]::GetFullPath('')" cannot be evaluated. The path is empty. (Parameter 'path')
When using the old API via ElectronNET.API, I can successfully build my app.