NDI nuget on gamma

Hi, does anyone make use of latest NDI and gamma ? I got an error log “Reference to type ‘IAudioSource’ claims it is defined in ‘VL.Core’, but it could not be found”
I have installed NDI -Version 0.5.1-preview
Gamma 2021.4.11

error CS7069: Reference to type 'IAudioSource' claims it is defined in 'VL.Core', but it could not be found"
    StackTrace:
        VL.Lang.Platforms.Roslyn.TargetCompilation+<>c__DisplayClass45_0 { internal System.ValueTuple<Microsoft.CodeAnalysis.AssemblyMetadata, System.Reflection.Assembly> <Emit>g__EmitRelease|1() { ... } } 
        VL.Lang.Platforms.Roslyn.TargetCompilation { private System.ValueTuple<Microsoft.CodeAnalysis.PortableExecutableReference, System.Reflection.Assembly> Emit(VL.Lang.Symbols.IProjectSymbol project, Microsoft.CodeAnalysis.CSharp.CSharpCompilation compilation, bool isDebug, bool includeSource, System.Threading.CancellationToken token) { ... } } 
        VL.Lang.Platforms.Roslyn.TargetCompilation+<>c__DisplayClass2_0 { internal System.ValueTuple<Microsoft.CodeAnalysis.CSharp.CSharpCompilation, VL.Lang.Platforms.Roslyn.ProjectCompilation> <InitializeAsync>g__Build|2(VL.Lang.Platforms.Roslyn.ProjectBuildRequest projectBuildRequest) { ... } } 

Afaik versions >= 0.5 only work with 2022.5.

for 2021.4.x use VL.IO.NDI 0.4.1
for 2022.5.x use VL.IO.NDI >= 0.5.1

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.