Hey there,
Writing a supersimple app just using ImGUI.
Getting this error when trying to build :
Cleaning build directory (D:\Documents\vvvv\gamma-preview\Exports\src)
Generating project files (this may take up to a few minutes)
TestImageSequenceGenerator
Building projects
dotnet publish -c Release --self-contained false /clp:ErrorsOnly /nologo "D:\Documents\vvvv\gamma-preview\Exports\src\TestImageSequenceGenerator\TestImageSequenceGenerator.csproj"
Unable to build D:\Documents\vvvv\gamma-preview\Exports\src\TestImageSequenceGenerator\TestImageSequenceGenerator.csproj. Reason:
C:\Program Files\dotnet\sdk\7.0.203\NuGet.targets(132,5): error : Ambiguous project name 'TestImageSequenceGenerator'. [D:\Documents\vvvv\gamma-preview\Exports\src\TestImageSequenceGenerator\TestImageSequenceGenerator.csproj]
----
There was a problem exporting your Application.
Please report the problem by clicking "Copy To Clipboard" to copy the above details to your clipboard and pasting it to us via forum or chat.
Can share the patch in private if need be.
Cheers!
EDIT : Can be fixed if changing the name of the VL doc to something different than the C# project name. In my case, Renamed the VL doc to something different, opened it, pressed F10 and got it working instantly.