Hi,
i’ve updated an old project made with 2021.3.3 to latest gamma version 5.3.0001, and everything good so far, and never had any problem exporting it.
Now with the 5.3.0001, exporting the app i get this error.
Generating project files (this may take up to a few minutes)
VL.Harmony.MusicTheory.vl
VL.Music.MIDI.Utils.vl
VL.OSC.Manager.vl
VL.Pulsar.vl
VL.Editor.Utils.vl
VL.Pulsar.MidiMapper.EditorSimple.vl
VL.Pulsar.Editor.vl
Pulsar_App
Building projects
dotnet publish -c Release --self-contained false /clp:ErrorsOnly /nologo "D:\Projects\Pulsar_App\src\Pulsar_App\Pulsar_App.csproj"
Unable to build D:\Projects\Pulsar_App\src\Pulsar_App\Pulsar_App.csproj. Reason:
D:\Projects\Pulsar_App\src\VL.Pulsar.vl\VL.Pulsar.vl.cs(42727,69): error CS0229: Ambiguity between 'ICollection.Count' and 'IReadOnlyCollection<T>.Count' [D:\Projects\Pulsar_App\src\VL.Pulsar.vl\VL.Pulsar.vl.csproj]
D:\Projects\Pulsar_App\src\VL.Pulsar.vl\VL.Pulsar.vl.cs(42728,37): error CS0019: Operator '>=' cannot be applied to operands of type 'IReadOnlyList<T>' and 'int' [D:\Projects\Pulsar_App\src\VL.Pulsar.vl\VL.Pulsar.vl.csproj]
D:\Projects\Pulsar_App\src\VL.Pulsar.vl\VL.Pulsar.vl.cs(42729,71): error CS0229: Ambiguity between 'ICollection.Count' and 'IReadOnlyCollection<T>.Count' [D:\Projects\Pulsar_App\src\VL.Pulsar.vl\VL.Pulsar.vl.csproj]
D:\Projects\Pulsar_App\src\VL.Pulsar.vl\VL.Pulsar.vl.cs(42730,38): error CS0019: Operator '>=' cannot be applied to operands of type 'IReadOnlyList<T>' and 'int' [D:\Projects\Pulsar_App\src\VL.Pulsar.vl\VL.Pulsar.vl.csproj]
D:\Projects\Pulsar_App\src\VL.Pulsar.vl\VL.Pulsar.vl.cs(42733,69): error CS0019: Operator '>' cannot be applied to operands of type 'IReadOnlyList<T>' and 'int' [D:\Projects\Pulsar_App\src\VL.Pulsar.vl\VL.Pulsar.vl.csproj]
D:\Projects\Pulsar_App\src\VL.Pulsar.vl\VL.Pulsar.vl.cs(42733,99): error CS0019: Operator '%' cannot be applied to operands of type 'int' and 'IReadOnlyList<T>' [D:\Projects\Pulsar_App\src\VL.Pulsar.vl\VL.Pulsar.vl.csproj]
D:\Projects\Pulsar_App\src\VL.Pulsar.vl\VL.Pulsar.vl.cs(42734,73): error CS0019: Operator '>' cannot be applied to operands of type 'IReadOnlyList<T>' and 'int' [D:\Projects\Pulsar_App\src\VL.Pulsar.vl\VL.Pulsar.vl.csproj]
D:\Projects\Pulsar_App\src\VL.Pulsar.vl\VL.Pulsar.vl.cs(42734,105): error CS0019: Operator '%' cannot be applied to operands of type 'int' and 'IReadOnlyList<T>' [D:\Projects\Pulsar_App\src\VL.Pulsar.vl\VL.Pulsar.vl.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.